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:uartHost
(Results
1 - 5
of
5
) sorted by relevance
/drivers/hdf_core/framework/sample/platform/uart/src/
H
A
D
uart_dispatch_sample.c
48
struct UartHost *
uartHost
= (struct UartHost *)client->device->service;
in SampleDispatch()
local
49
if (
uartHost
== NULL) {
in SampleDispatch()
50
HDF_LOGE("%s:
uartHost
is NULL", __func__);
in SampleDispatch()
53
struct UartDevice *uartDevice = (struct UartDevice *)
uartHost
->priv;
in SampleDispatch()
H
A
D
uart_sample.c
285
struct UartHost *
uartHost
= NULL;
in SampleUartDriverBind()
local
292
uartHost
= UartHostCreate(device);
in SampleUartDriverBind()
293
if (
uartHost
== NULL) {
in SampleUartDriverBind()
297
uartHost
->service.Dispatch = SampleDispatch;
in SampleUartDriverBind()
/drivers/hdf_core/adapter/platform/uart/
H
A
D
uart_wm.c
301
static int32_t AttachUartDevice(struct UartHost *
uartHost
, const struct HdfDeviceObject *device)
in AttachUartDevice()
argument
306
if (
uartHost
== NULL || device == NULL || device->property == NULL) {
in AttachUartDevice()
323
uartHost
->priv = uartDevice;
in AttachUartDevice()
325
return InitUartDevice(
uartHost
);
in AttachUartDevice()
H
A
D
uart_bes.c
566
static int32_t AttachUartDevice(struct UartHost *
uartHost
, struct HdfDeviceObject *device)
argument
571
if (device == NULL ||
uartHost
== NULL) {
573
if (
uartHost
== NULL || device == NULL || device->property == NULL) {
594
uartHost
->priv = uartDevice;
596
return InitUartDevice(
uartHost
);
H
A
D
uart_stm32f4xx.c
519
static int32_t AttachUartDevice(struct UartHost *
uartHost
, struct HdfDeviceObject *device)
argument
525
if (device == NULL ||
uartHost
== NULL) {
527
if (
uartHost
== NULL || device == NULL || device->property == NULL) {
548
uartHost
->priv = uartDevice;
Completed in 5 milliseconds