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:usb_descriptor
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_parse.c
42
struct
usb_descriptor
*
44
struct
usb_descriptor
*_desc)
in usb_desc_foreach()
80
return ((struct
usb_descriptor
*)desc);
in usb_desc_foreach()
108
usb_desc_foreach(cd, (struct
usb_descriptor
*)id);
in usb_idesc_foreach()
152
ps->desc = (struct
usb_descriptor
*)id;
in usb_idesc_foreach()
171
struct
usb_descriptor
*desc;
in usb_edesc_foreach()
173
desc = ((struct
usb_descriptor
*)ped);
in usb_edesc_foreach()
206
struct
usb_descriptor
*desc;
in usb_ed_comp_foreach()
208
desc = ((struct
usb_descriptor
*)ped);
in usb_ed_comp_foreach()
235
struct
usb_descriptor
*des
in usbd_get_no_descriptors()
[all...]
H
A
D
usbdi_util.h
32
struct
usb_descriptor
*desc;
44
struct
usb_descriptor
*usb_desc_foreach(struct usb_config_descriptor *cd,
45
struct
usb_descriptor
*desc);
H
A
D
usb.h
271
struct
usb_descriptor
{
struct
276
typedef struct
usb_descriptor
usb_descriptor_t;
H
A
D
usb_hid.c
758
struct
usb_descriptor
*desc = (void *)id;
in hid_get_descriptor_from_usb()
H
A
D
usb_device.c
1928
struct
usb_descriptor
*desc;
in usb_cdev_create()
2144
struct
usb_descriptor
*desc;
in usbd_find_descriptor()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
composite_desc.c
114
struct
usb_descriptor
*desc;
in composite_mkcfgdesc_sub()
133
desc = (struct
usb_descriptor
*)(buf + USB_CONFIG_DESC_SIZE);
in composite_mkcfgdesc_sub()
140
desc = (struct
usb_descriptor
*)((char *)desc + desc->bLength);
in composite_mkcfgdesc_sub()
150
desc = (struct
usb_descriptor
*)((char *)desc + desc->bLength);
in composite_mkcfgdesc_sub()
H
A
D
composite.c
257
struct
usb_descriptor
*descriptors;
in modify_config_descriptor_byspeed()
290
descriptors = (struct
usb_descriptor
*)req->buf;
in modify_config_descriptor_byspeed()
307
descriptors = (struct
usb_descriptor
*)((char *)descriptors + descriptors->bLength);
in modify_config_descriptor_byspeed()
339
struct
usb_descriptor
*descriptors;
in composite_get_config_descriptor()
351
descriptors = (struct
usb_descriptor
*)req->buf;
in composite_get_config_descriptor()
358
descriptors = (struct
usb_descriptor
*)((char *)descriptors + descriptors->bLength);
in composite_get_config_descriptor()
364
descriptors = (struct
usb_descriptor
*)((char *)descriptors + descriptors->bLength);
in composite_get_config_descriptor()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_config.c
268
struct
usb_descriptor
*descriptors;
in modify_string_index_bystrbase()
273
descriptors = (struct
usb_descriptor
*)buf;
in modify_string_index_bystrbase()
291
descriptors = (struct
usb_descriptor
*)((char *)descriptors + descriptors->bLength);
in modify_string_index_bystrbase()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
877
struct
usb_descriptor
*desc;
in usb_linux_create_usb_device()
999
struct
usb_descriptor
*desc;
in usb_create_usb_device()
Completed in 21 milliseconds