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_SPEED_HIGH
(Results
1 - 18
of
18
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
272
(udev->speed !=
USB_SPEED_HIGH
) ||
in uhub_tt_buffer_reset_async_locked()
721
case
USB_SPEED_HIGH
:
in uhub_reattach_port()
801
case
USB_SPEED_HIGH
:
in uhub_reattach_port()
803
speed =
USB_SPEED_HIGH
;
in uhub_reattach_port()
829
speed =
USB_SPEED_HIGH
;
in uhub_reattach_port()
920
case
USB_SPEED_HIGH
:
in usb_device_20_compatible()
1032
case
USB_SPEED_HIGH
:
in uhub_is_too_deep()
1208
case
USB_SPEED_HIGH
:
in uhub_query_info()
1220
if (udev->speed ==
USB_SPEED_HIGH
)
in uhub_query_info()
1329
case
USB_SPEED_HIGH
in uhub_attach()
[all...]
H
A
D
usb_transfer.c
371
case
USB_SPEED_HIGH
:
in usbd_transfer_setup_sub()
3330
[
USB_SPEED_HIGH
] = 1024,
in usbd_get_std_packet_size()
3338
[
USB_SPEED_HIGH
] = 1024,
in usbd_get_std_packet_size()
3346
[
USB_SPEED_HIGH
] = 64,
in usbd_get_std_packet_size()
3354
[
USB_SPEED_HIGH
] = 512,
in usbd_get_std_packet_size()
H
A
D
usb.h
760
USB_SPEED_HIGH
,
enumerator
H
A
D
usb_device.c
1572
if (hub->speed ==
USB_SPEED_HIGH
) {
in usb_alloc_device()
H
A
D
usb_request.c
2036
(udev->speed !=
USB_SPEED_HIGH
)) {
in usbd_req_re_enumerate()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
composite.c
107
case
USB_SPEED_HIGH
:
in usbd_configep_byspeed()
265
if (dev->speed != USB_SPEED_SUPER && dev->speed !=
USB_SPEED_HIGH
)
in modify_config_descriptor_byspeed()
381
case
USB_SPEED_HIGH
:
in modify_device_descriptor_byspeed()
850
drvr->drvr.speed =
USB_SPEED_HIGH
;
in composite_initialize()
H
A
D
f_hid.c
956
drvr->drvr.speed =
USB_SPEED_HIGH
;
in hid_classobject()
H
A
D
f_uac.c
983
drvr->drvr.speed =
USB_SPEED_HIGH
;
in uac_classobject()
H
A
D
cdcacm.c
1829
drvr->drvr.speed =
USB_SPEED_HIGH
;
in cdcacm_classobject()
H
A
D
rndis.c
2381
drvr->drvr.speed =
USB_SPEED_HIGH
;
in rndis_classobject()
H
A
D
f_uvc.c
2848
drvr->drvr.speed =
USB_SPEED_HIGH
;
in uvc_classobject()
H
A
D
f_mass_storage.c
1953
drvr->drvr.speed =
USB_SPEED_HIGH
;
in mass_classobject()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_generic.c
462
case
USB_SPEED_HIGH
:
in generic_eps_alloc()
545
priv->speed =
USB_SPEED_HIGH
;
in usbclass_generic_bind()
935
drvr->drvr.speed =
USB_SPEED_HIGH
;
in generic_classobject()
H
A
D
usbd_generic_epfile.c
496
case
USB_SPEED_HIGH
:
in generic_epfile_handle_ioctl()
747
case
USB_SPEED_HIGH
:
in generic_eps_enable()
H
A
D
f_config.c
334
if (drvr->drvr.speed ==
USB_SPEED_HIGH
)
in fconfig_mkcfgdesc()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
633
speed =
USB_SPEED_HIGH
;
in usb_bus_attach()
H
A
D
ehci.c
1879
if (usbd_get_speed(xfer->xroot->udev) ==
USB_SPEED_HIGH
) {
in ehci_setup_standard_chain()
3498
if (parm->speed ==
USB_SPEED_HIGH
) {
3705
if ((udev->speed !=
USB_SPEED_HIGH
) &&
3724
if (udev->speed ==
USB_SPEED_HIGH
) {
H
A
D
xhci.c
1382
case
USB_SPEED_HIGH
:
in xhci_set_address()
2563
case
USB_SPEED_HIGH
:
in xhci_configure_device()
2587
udev->speed ==
USB_SPEED_HIGH
);
in xhci_configure_device()
Completed in 38 milliseconds