Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UartPl011Port
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/common/platform/uart/
H
A
D
uart_pl011.c
36
struct
UartPl011Port
*port = NULL;
in Pl011Irq()
44
port = (struct
UartPl011Port
*)udd->private;
in Pl011Irq()
68
static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct
UartPl011Port
*port)
in Pl011ConfigBaudrate()
157
static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct
UartPl011Port
*port, uint32_t lcrh)
in Pl011ConfigLCRH()
175
struct
UartPl011Port
*port = NULL;
in Pl011ConfigIn()
177
port = (struct
UartPl011Port
*)udd->private;
in Pl011ConfigIn()
221
struct
UartPl011Port
*port = NULL;
in Pl011StartUp()
227
port = (struct
UartPl011Port
*)udd->private;
in Pl011StartUp()
265
struct
UartPl011Port
*port = NULL;
in Pl011ShutDown()
271
port = (struct
UartPl011Port
*)ud
in Pl011ShutDown()
[all...]
H
A
D
uart_hi35xx.c
34
static void UartDumperDump(struct
UartPl011Port
*port)
in UartDumperDump()
64
static int32_t UartDumperCreate(struct
UartPl011Port
*port)
in UartDumperCreate()
95
static inline void UartDumperDestroy(struct
UartPl011Port
*port)
in UartDumperDestroy()
166
struct
UartPl011Port
*port = NULL;
in Hi35xxSetBaud()
222
struct
UartPl011Port
*port = NULL;
in Hi35xxSetAttribute()
278
struct
UartPl011Port
*port = NULL;
in Hi35xxInit()
398
static int32_t UartGetConfigFromHcs(struct
UartPl011Port
*port, const struct DeviceResourceNode *node)
in UartGetConfigFromHcs()
449
struct
UartPl011Port
*port = NULL;
in Hi35xxAttach()
460
port = (struct
UartPl011Port
*)OsalMemCalloc(sizeof(struct
UartPl011Port
));
in Hi35xxAttach()
[all...]
H
A
D
uart_pl011.h
173
struct
UartPl011Port
{
struct
/device/qemu/drivers/uart/
H
A
D
uart_pl011.c
37
struct
UartPl011Port
*port = NULL;
in Pl011Irq()
45
port = (struct
UartPl011Port
*)udd->private;
in Pl011Irq()
69
static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct
UartPl011Port
*port)
in Pl011ConfigBaudrate()
158
static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct
UartPl011Port
*port, uint32_t lcrh)
in Pl011ConfigLCRH()
176
struct
UartPl011Port
*port = NULL;
in Pl011ConfigIn()
178
port = (struct
UartPl011Port
*)udd->private;
in Pl011ConfigIn()
222
struct
UartPl011Port
*port = NULL;
in Pl011StartUp()
228
port = (struct
UartPl011Port
*)udd->private;
in Pl011StartUp()
266
struct
UartPl011Port
*port = NULL;
in Pl011ShutDown()
272
port = (struct
UartPl011Port
*)ud
in Pl011ShutDown()
[all...]
H
A
D
uart.c
309
static int32_t UartGetConfigFromHcs(struct
UartPl011Port
*port, const struct DeviceResourceNode *node)
in UartGetConfigFromHcs()
360
struct
UartPl011Port
*port = NULL;
in Hi35xxAttach()
371
port = (struct
UartPl011Port
*)OsalMemCalloc(sizeof(struct
UartPl011Port
));
in Hi35xxAttach()
397
struct
UartPl011Port
*port = NULL;
in Hi35xxDetach()
H
A
D
uart_pl011.h
173
struct
UartPl011Port
{
struct
Completed in 4 milliseconds