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:fuac
(Results
1 - 2
of
2
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_audio.c
92
static int fuac_host_connected(struct uac_dev_s *
fuac
)
in fuac_host_connected()
argument
94
if (
fuac
== NULL)
in fuac_host_connected()
99
return
fuac
->connected;
in fuac_host_connected()
105
struct uac_softc *
fuac
;
in uac_wait_hot_sub()
local
109
fuac
= get_uac();
in uac_wait_hot_sub()
110
if (
fuac
== NULL)
in uac_wait_hot_sub()
115
dev = &
fuac
->dev;
in uac_wait_hot_sub()
192
struct uac_dev_s *
fuac
= sc;
in uac_send_data_sub()
local
193
struct uac_queue_node *node =
fuac
->cur_node;
in uac_send_data_sub()
194
struct usbdev_req_s *req = &
fuac
in uac_send_data_sub()
237
struct uac_softc *
fuac
;
fuac_send_message()
local
[all...]
H
A
D
f_uac.c
54
.name = "
fuac
",
62
DRIVER_MODULE(
fuac
, simple, g_fuac_driver, g_fuac_devclass, usbdev_uac_initialize, 0);
Completed in 3 milliseconds