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
defs:com_s
(Results
1 - 13
of
13
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
f_config.h
58
struct composite_softc *
com_s
;
member
H
A
D
usbd_config.h
152
struct composite_softc *
com_s
;
member
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_camera.c
203
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_camera_initialize()
local
H
A
D
f_multi.c
231
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_multi_initialize()
local
H
A
D
f_dfu.c
1231
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_dfu_initialize()
local
H
A
D
f_hid.c
1017
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_hid_initialize()
local
H
A
D
cdcacm.c
1950
FAR struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_cdcacm_initialize()
local
H
A
D
f_uac.c
1038
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_uac_initialize()
local
H
A
D
rndis.c
2437
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_rndis_initialize()
local
H
A
D
f_uvc.c
2903
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_uvc_initialize()
local
H
A
D
f_mass_storage.c
2008
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_mass_initialize()
local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_config.c
79
struct composite_softc *
com_s
= (struct composite_softc *)match_data;
in gadget_match()
local
87
struct composite_softc *
com_s
= container_of(com_dev, struct composite_softc, dev);
in fconfig_find_gadget()
local
238
struct composite_softc *
com_s
= container_of(com_dev, struct composite_softc, dev);
in fconfig_find_cfg()
local
447
struct composite_softc *
com_s
= (struct composite_softc *)arg;
in usbdev_fconfig_initialize()
local
[all...]
H
A
D
usbd_config.c
784
struct composite_softc *
com_s
= cdev->
com_s
;
in fconfig_enable_udc()
local
752
fconfig_composite_initialize(struct gadget_info *gi, struct composite_softc *
com_s
)
fconfig_composite_initialize()
argument
[all...]
Completed in 19 milliseconds