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:usbd_string
(Results
1 - 14
of
14
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
composite.h
82
struct
usbd_string
struct
H
A
D
f_camera.c
145
struct
usbd_string
g_fcamera_device_strings[9] =
H
A
D
f_multi.c
176
struct
usbd_string
g_fmulti_device_strings[FMULTI_DSTR_IDX] =
H
A
D
f_ether.c
143
static struct
usbd_string
g_fether_device_strings[] =
H
A
D
f_acm_desc.c
278
static struct
usbd_string
g_cdcacm_device_strings[FSERIAL_DSTR_IDX] =
H
A
D
f_dfu.c
156
static struct
usbd_string
g_dfu_string_defs[] =
H
A
D
f_hid.c
108
struct
usbd_string
g_fhid_device_strings[6] =
H
A
D
f_uac.c
842
struct
usbd_string
g_fuac_device_strings[7] =
H
A
D
f_uvc.c
2709
struct
usbd_string
g_fuvc_device_strings[8] =
H
A
D
f_mass_storage.c
1824
struct
usbd_string
g_fmass_device_strings[6] =
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H
A
D
usbd_config.h
144
struct
usbd_string
*strings;
H
A
D
f_generic.h
153
struct
usbd_string
*strings;
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usbd_generic_ep0.c
381
bytes = sizeof(struct
usbd_string
) * (str_count + 1);
in generic_got_strings()
396
struct
usbd_string
*strings = (struct
usbd_string
*)trav_strings->strings;
in generic_got_strings()
H
A
D
usbd_config.c
427
size = sizeof(struct
usbd_string
) * (str_data->str_count + 1);
in fconfig_fill_strings()
Completed in 18 milliseconds