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_SUPER
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
gadget.h
578
return g->max_speed >=
USB_SPEED_SUPER
;
in gadget_is_superspeed()
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H
A
D
gadget.h
590
return g->max_speed >=
USB_SPEED_SUPER
;
in gadget_is_superspeed()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-inno-usb3.c
806
dev_info(u3phy->dev, "%s device has disconnected\n", (speed ==
USB_SPEED_SUPER
) ? "U3" : "UW/U2/U1.1/U1");
in rockchip_u3phy_on_disconnect()
808
if (speed ==
USB_SPEED_SUPER
) {
in rockchip_u3phy_on_disconnect()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb3.c
834
(speed ==
USB_SPEED_SUPER
) ? "U3" : "UW/U2/U1.1/U1");
in rockchip_u3phy_on_disconnect()
836
if (speed ==
USB_SPEED_SUPER
)
in rockchip_u3phy_on_disconnect()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H
A
D
ch9.h
1143
USB_SPEED_SUPER
, /* usb 3.0 */
enumerator
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dbus_usb_linux.c
249
#define
USB_SPEED_SUPER
5
macro
1546
if (usb->speed ==
USB_SPEED_SUPER
) {
in DBUS_USBOS_PROBE()
Completed in 14 milliseconds