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:PORT_WAKE_BITS
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-hub.c
18
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
180
u32 t2 = t1 & ~
PORT_WAKE_BITS
;
in ehci_adjust_port_wakeup_flags()
259
u32 t2 = t1 & ~
PORT_WAKE_BITS
;
in ehci_bus_suspend()
467
temp &= ~(PORT_RWC_BITS |
PORT_WAKE_BITS
);
in ehci_bus_resume()
963
temp &= ~
PORT_WAKE_BITS
;
in ehci_hub_control()
H
A
D
ehci-tegra.c
31
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
250
temp &= ~(PORT_RWC_BITS |
PORT_WAKE_BITS
);
in tegra_ehci_hub_control()
H
A
D
xhci-hub.c
18
#define
PORT_WAKE_BITS
(PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
macro
1701
t2 &= ~
PORT_WAKE_BITS
;
in xhci_bus_suspend()
1704
t2 &= ~
PORT_WAKE_BITS
;
in xhci_bus_suspend()
1759
portsc &= ~(PORT_RWC_BITS | PORT_CEC |
PORT_WAKE_BITS
);
in xhci_port_missing_cas_quirk()
1836
portsc &= ~(PORT_RWC_BITS | PORT_CEC |
PORT_WAKE_BITS
);
in xhci_bus_resume()
H
A
D
oxu210hp-hcd.c
3562
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
3620
temp &= ~(PORT_RWC_BITS |
PORT_WAKE_BITS
);
in oxu_hub_control()
3797
temp |=
PORT_WAKE_BITS
;
in oxu_hub_control()
H
A
D
xhci.c
31
#define
PORT_WAKE_BITS
(PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
macro
939
t2 &= ~
PORT_WAKE_BITS
;
in xhci_disable_hub_port_wake()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-hub.c
18
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
180
u32 t2 = t1 & ~
PORT_WAKE_BITS
;
in ehci_adjust_port_wakeup_flags()
259
u32 t2 = t1 & ~
PORT_WAKE_BITS
;
in ehci_bus_suspend()
467
temp &= ~(PORT_RWC_BITS |
PORT_WAKE_BITS
);
in ehci_bus_resume()
826
temp &= ~
PORT_WAKE_BITS
;
in ehci_hub_control()
H
A
D
xhci-hub.c
19
#define
PORT_WAKE_BITS
(PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
macro
1808
t2 &= ~
PORT_WAKE_BITS
;
in xhci_bus_suspend()
1811
t2 &= ~
PORT_WAKE_BITS
;
in xhci_bus_suspend()
1866
portsc &= ~(PORT_RWC_BITS | PORT_CEC |
PORT_WAKE_BITS
);
in xhci_port_missing_cas_quirk()
1943
portsc &= ~(PORT_RWC_BITS | PORT_CEC |
PORT_WAKE_BITS
);
in xhci_bus_resume()
H
A
D
oxu210hp-hcd.c
3563
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
3621
temp &= ~(PORT_RWC_BITS |
PORT_WAKE_BITS
);
in oxu_hub_control()
3798
temp |=
PORT_WAKE_BITS
;
in oxu_hub_control()
H
A
D
xhci.c
30
#define
PORT_WAKE_BITS
(PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
macro
793
t2 &= ~
PORT_WAKE_BITS
;
in xhci_disable_hub_port_wake()
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H
A
D
isp1760-hcd.c
1782
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-hcd.c
2170
#define
PORT_WAKE_BITS
(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
macro
Completed in 40 milliseconds