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:UartDevice
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/adapter/platform/uart/
H
A
D
uart_wm.c
49
struct
UartDevice
{
struct
156
static void HalUartHandlerInit(const struct
UartDevice
*device)
in HalUartHandlerInit()
170
static void UartStart(struct
UartDevice
*device)
in UartStart()
235
struct
UartDevice
*uartDevice = NULL;
in InitUartDevice()
242
uartDevice = (struct
UartDevice
*)host->priv;
in InitUartDevice()
253
static uint32_t GetUartDeviceResource(struct
UartDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetUartDeviceResource()
304
struct
UartDevice
*uartDevice = NULL;
in AttachUartDevice()
311
uartDevice = (struct
UartDevice
*)OsalMemAlloc(sizeof(struct
UartDevice
));
in AttachUartDevice()
352
struct
UartDevice
*uartDevic
in UartDriverRelease()
[all...]
H
A
D
uart_bes.c
271
static int32_t InitUartCtxCfg(const struct
UartDevice
*device)
in InitUartCtxCfg()
314
static void HalUartHandlerInit(struct
UartDevice
*device)
in HalUartHandlerInit()
361
static void UartStart(struct
UartDevice
*device)
in UartStart()
427
struct
UartDevice
*uartDevice = NULL;
in InitUartDevice()
436
uartDevice = (struct
UartDevice
*)host->priv;
in InitUartDevice()
482
static uint32_t GetUartDeviceResource(struct
UartDevice
*device, const char *deviceMatchAttr)
in GetUartDeviceResource()
511
struct
UartDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetUartDeviceResource()
569
struct
UartDevice
*uartDevice = NULL;
579
uartDevice = (struct
UartDevice
*)OsalMemAlloc(sizeof(struct
UartDevice
));
[all...]
H
A
D
uart_stm32f4xx.c
150
}
UartDevice
;
typedef
327
UartDevice
*uartDevice = NULL;
in InitUartDevice()
336
uartDevice = (
UartDevice
*)host->priv;
in InitUartDevice()
446
static uint32_t GetUartDeviceResource(
UartDevice
*device, const char *deviceMatchAttr)
in GetUartDeviceResource()
477
static int32_t GetUartDeviceResource(
UartDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetUartDeviceResource()
522
UartDevice
*uartDevice = NULL;
533
uartDevice = (
UartDevice
*)OsalMemAlloc(sizeof(
UartDevice
));
568
UartDevice
*uartDevice = NULL;
581
uartDevice = (
UartDevice
*)hos
[all...]
H
A
D
uart_bes.h
51
struct
UartDevice
{
struct
/drivers/hdf_core/framework/sample/platform/uart/src/
H
A
D
uart_sample.c
88
struct
UartDevice
*device = NULL;
in SampleUartHostWrite()
95
device = (struct
UartDevice
*)host->priv;
in SampleUartHostWrite()
109
struct
UartDevice
*device = NULL;
in SampleUartHostSetBaud()
118
device = (struct
UartDevice
*)host->priv;
in SampleUartHostSetBaud()
139
struct
UartDevice
*device = NULL;
in SampleUartHostGetBaud()
146
device = (struct
UartDevice
*)host->priv;
in SampleUartHostGetBaud()
155
static int InitUartDevice(struct
UartDevice
*device)
in InitUartDevice()
183
static uint32_t GetUartDeviceResource(struct
UartDevice
*device, const struct DeviceResourceNode *resourceNode)
in GetUartDeviceResource()
236
struct
UartDevice
*uartDevice = NULL;
in AttachUartDevice()
241
uartDevice = (struct
UartDevice
*)OsalMemCallo
in AttachUartDevice()
[all...]
H
A
D
uart_dispatch_sample.c
17
static int32_t SampleDispatchWrite(struct
UartDevice
*device, struct HdfSBuf *txBuf)
in SampleDispatchWrite()
53
struct
UartDevice
*uartDevice = (struct
UartDevice
*)uartHost->priv;
in SampleDispatch()
/drivers/hdf_core/framework/sample/platform/uart/include/
H
A
D
uart_pl011_sample.h
60
struct
UartDevice
{
struct
Completed in 5 milliseconds