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 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
gadget.h
569
return g->max_speed >=
USB_SPEED_HIGH
;
in gadget_is_dualspeed()
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H
A
D
gadget.h
581
return g->max_speed >=
USB_SPEED_HIGH
;
in gadget_is_dualspeed()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H
A
D
ch9.h
1141
USB_SPEED_HIGH
, /* usb 2.0 */
enumerator
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
42
#define RX_QLEN(dev) (((dev)->udev->speed ==
USB_SPEED_HIGH
) ? (RX_MAX_QUEUE_MEMORY / (dev)->rx_urb_size) : 4)
43
#define TX_QLEN(dev) (((dev)->udev->speed ==
USB_SPEED_HIGH
) ? (RX_MAX_QUEUE_MEMORY / (dev)->hard_mtu) : 4)
754
period = max((int)dev->status->desc.bInterval, (dev->udev->speed ==
USB_SPEED_HIGH
) ? 7 : 3);
in init_status()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dbus_usb_linux.c
1543
if (usb->speed ==
USB_SPEED_HIGH
)
in DBUS_USBOS_PROBE()
1549
} else if (usb->speed ==
USB_SPEED_HIGH
) {
in DBUS_USBOS_PROBE()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-usbdp.c
610
udphy->hs = maximum_speed <=
USB_SPEED_HIGH
? true : false;
in udphy_parse_dt()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-usbdp.c
669
udphy->hs = maximum_speed <=
USB_SPEED_HIGH
? true : false;
in udphy_parse_dt()
Completed in 20 milliseconds