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:XDEV_U3
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-hub.c
964
if (link_state !=
XDEV_U3
&&
in xhci_get_usb3_port_status()
996
if (link_state ==
XDEV_U3
)
in xhci_get_usb2_port_status()
1021
if (link_state !=
XDEV_U3
&& link_state != XDEV_RESUME) {
in xhci_get_usb2_port_status()
1224
|| (temp & PORT_PLS_MASK) >=
XDEV_U3
) {
in xhci_hub_control()
1241
xhci_set_link_state(xhci, port,
XDEV_U3
);
in xhci_hub_control()
1336
if (pls ==
XDEV_U3
||
in xhci_hub_control()
1342
if (pls <=
XDEV_U3
) /* U1, U2, U3 */
in xhci_hub_control()
1345
if (pls >
XDEV_U3
)
in xhci_hub_control()
1376
if ((temp & PORT_PLS_MASK) ==
XDEV_U3
)
in xhci_hub_control()
1466
if ((temp & PORT_PLS_MASK) ==
XDEV_U3
) {
in xhci_hub_control()
[all...]
H
A
D
xhci.h
312
#define
XDEV_U3
(0x3 << 5)
macro
2561
case
XDEV_U3
:
in xhci_portsc_link_state_string()
H
A
D
xhci-tegra.c
1694
if ((value & PORT_PLS_MASK) !=
XDEV_U3
) {
in xhci_hub_ports_suspended()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-hub.c
1069
if (link_state !=
XDEV_U3
&&
in xhci_get_usb3_port_status()
1101
if (link_state ==
XDEV_U3
)
in xhci_get_usb2_port_status()
1126
if (link_state !=
XDEV_U3
&& link_state != XDEV_RESUME) {
in xhci_get_usb2_port_status()
1329
|| (temp & PORT_PLS_MASK) >=
XDEV_U3
) {
in xhci_hub_control()
1346
xhci_set_link_state(xhci, port,
XDEV_U3
);
in xhci_hub_control()
1441
if (pls ==
XDEV_U3
||
in xhci_hub_control()
1447
if (pls <=
XDEV_U3
) /* U1, U2, U3 */
in xhci_hub_control()
1450
if (pls >
XDEV_U3
)
in xhci_hub_control()
1481
if ((temp & PORT_PLS_MASK) ==
XDEV_U3
)
in xhci_hub_control()
1571
if ((temp & PORT_PLS_MASK) ==
XDEV_U3
) {
in xhci_hub_control()
[all...]
H
A
D
xhci-pci.c
905
if ((portsc & PORT_PLS_MASK) !=
XDEV_U3
)
in xhci_pci_poweroff_late()
H
A
D
xhci.h
312
#define
XDEV_U3
(0x3 << 5)
macro
2593
case
XDEV_U3
:
in xhci_portsc_link_state_string()
H
A
D
xhci-tegra.c
1972
if ((value & PORT_PLS_MASK) !=
XDEV_U3
) {
in xhci_hub_ports_suspended()
2191
if (((portsc & PORT_PLS_MASK) ==
XDEV_U3
) || ((portsc & DEV_SPEED_MASK) == XDEV_FS))
in tegra_xusb_enter_elpg()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
439
case
XDEV_U3
:
in cdnsp_portsc_link_state_string()
H
A
D
cdnsp-ring.c
844
if (link_state == XDEV_U0 && pdev->link_state ==
XDEV_U3
&&
in cdnsp_handle_port_status()
848
if (link_state ==
XDEV_U3
&& pdev->link_state !=
XDEV_U3
)
in cdnsp_handle_port_status()
H
A
D
cdnsp-gadget.c
1503
if (portsc ==
XDEV_U3
&& !pdev->may_wakeup)
in __cdnsp_gadget_wakeup()
1969
if (pdev->link_state ==
XDEV_U3
)
in cdnsp_gadget_suspend()
1998
if (pdev->link_state ==
XDEV_U3
)
in cdnsp_gadget_resume()
H
A
D
cdnsp-gadget.h
261
#define
XDEV_U3
(0x3 << 5)
macro
Completed in 30 milliseconds