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_get_speed
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usbdi.h
529
enum usb_dev_speed
usbd_get_speed
(struct usb_device *udev);
H
A
D
usb_hub.c
1934
speed =
usbd_get_speed
(udev);
in usb_hs_bandwidth_adjust()
1998
speed =
usbd_get_speed
(udev);
in usb_hs_bandwidth_alloc()
H
A
D
usb_transfer.c
919
parm->speed =
usbd_get_speed
(udev);
in usbd_transfer_setup()
3526
switch (
usbd_get_speed
(xfer->xroot->udev)) {
in usbd_xfer_get_isochronous_start_frame()
H
A
D
usb_generic.c
130
switch (
usbd_get_speed
(f->udev)) {
in ugen_open()
H
A
D
usb_device.c
2324
usbd_get_speed
(struct usb_device *udev)
in usbd_get_speed()
function
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
1699
xfer->sumlen,
usbd_get_speed
(xfer->xroot->udev));
in ehci_setup_standard_chain()
1879
if (
usbd_get_speed
(xfer->xroot->udev) == USB_SPEED_HIGH) {
in ehci_setup_standard_chain()
1884
if (
usbd_get_speed
(xfer->xroot->udev) == USB_SPEED_FULL) {
in ehci_setup_standard_chain()
H
A
D
xhci.c
2022
switch (
usbd_get_speed
(xfer->xroot->udev)) {
in xhci_setup_generic_chain()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_cdce.c
1021
if (
usbd_get_speed
(sc->sc_ue.ue_udev) != USB_SPEED_FULL)
in cdce_intr_write_callback()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
374
switch (
usbd_get_speed
(dev)) {
in usb_max_isoc_frames()
Completed in 46 milliseconds