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_WKDISC_E
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
host.c
263
temp |=
PORT_WKDISC_E
| PORT_WKOC_E;
in ci_ehci_hub_control()
280
temp &= ~(
PORT_WKDISC_E
| PORT_WKCONN_E);
in ci_ehci_hub_control()
349
tmp &= ~(
PORT_WKDISC_E
| PORT_WKCONN_E);
in ci_ehci_bus_suspend()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
host.c
285
temp |=
PORT_WKDISC_E
| PORT_WKOC_E;
in ci_ehci_hub_control()
302
temp &= ~(
PORT_WKDISC_E
| PORT_WKCONN_E);
in ci_ehci_hub_control()
371
tmp &= ~(
PORT_WKDISC_E
| PORT_WKCONN_E);
in ci_ehci_bus_suspend()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
ehci_def.h
141
#define
PORT_WKDISC_E
(1<<21) /* wake on disconnect (enable) */
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
ehci_def.h
129
#define
PORT_WKDISC_E
(1<<21) /* wake on disconnect (enable) */
macro
/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)
187
t2 |= PORT_WKOC_E |
PORT_WKDISC_E
;
in ehci_adjust_port_wakeup_flags()
277
t2 |= PORT_WKOC_E |
PORT_WKDISC_E
;
in ehci_bus_suspend()
289
if ((t2 &
PORT_WKDISC_E
) &&
in ehci_bus_suspend()
1194
temp |=
PORT_WKDISC_E
| PORT_WKOC_E;
in ehci_hub_control()
H
A
D
ehci-tegra.c
31
#define PORT_WAKE_BITS (PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E)
205
temp |=
PORT_WKDISC_E
| PORT_WKOC_E;
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)
713
temp |=
PORT_WKDISC_E
;
in xhci_set_remote_wake_mask()
715
temp &= ~
PORT_WKDISC_E
;
in xhci_set_remote_wake_mask()
1690
t2 |= PORT_WKOC_E |
PORT_WKDISC_E
;
in xhci_bus_suspend()
1694
t2 &= ~
PORT_WKDISC_E
;
in xhci_bus_suspend()
H
A
D
oxu210hp-hcd.c
175
#define
PORT_WKDISC_E
(1<<21) /* wake on disconnect (enable) */
macro
3562
#define PORT_WAKE_BITS (PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E)
3900
t2 |= PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E;
in oxu_bus_suspend()
3902
t2 &= ~(PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E);
in oxu_bus_suspend()
3972
| PORT_WKOC_E |
PORT_WKDISC_E
| PORT_WKCONN_E);
in oxu_bus_resume()
H
A
D
xhci.h
403
#define
PORT_WKDISC_E
(1 << 26)
macro
2624
if (portsc &
PORT_WKDISC_E
)
in xhci_decode_portsc()
H
A
D
xhci.c
31
#define PORT_WAKE_BITS (PORT_WKOC_E |
PORT_WKDISC_E
| PORT_WKCONN_E)
/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)
187
t2 |= PORT_WKOC_E |
PORT_WKDISC_E
;
in ehci_adjust_port_wakeup_flags()
277
t2 |= PORT_WKOC_E |
PORT_WKDISC_E
;
in ehci_bus_suspend()
289
if ((t2 &
PORT_WKDISC_E
) &&
in ehci_bus_suspend()
1064
temp |=
PORT_WKDISC_E
| PORT_WKOC_E;
in ehci_hub_control()
H
A
D
xhci-hub.c
19
#define PORT_WAKE_BITS (PORT_WKOC_E |
PORT_WKDISC_E
| PORT_WKCONN_E)
818
temp |=
PORT_WKDISC_E
;
in xhci_set_remote_wake_mask()
820
temp &= ~
PORT_WKDISC_E
;
in xhci_set_remote_wake_mask()
1797
t2 |= PORT_WKOC_E |
PORT_WKDISC_E
;
in xhci_bus_suspend()
1801
t2 &= ~
PORT_WKDISC_E
;
in xhci_bus_suspend()
H
A
D
oxu210hp-hcd.c
175
#define
PORT_WKDISC_E
(1<<21) /* wake on disconnect (enable) */
macro
3563
#define PORT_WAKE_BITS (PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E)
3901
t2 |= PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E;
in oxu_bus_suspend()
3903
t2 &= ~(PORT_WKOC_E|
PORT_WKDISC_E
|PORT_WKCONN_E);
in oxu_bus_suspend()
3973
| PORT_WKOC_E |
PORT_WKDISC_E
| PORT_WKCONN_E);
in oxu_bus_resume()
H
A
D
xhci.h
403
#define
PORT_WKDISC_E
(1 << 26)
macro
2656
if (portsc &
PORT_WKDISC_E
)
in xhci_decode_portsc()
H
A
D
xhci.c
30
#define PORT_WAKE_BITS (PORT_WKOC_E |
PORT_WKDISC_E
| PORT_WKCONN_E)
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
161
#define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E |
PORT_WKDISC_E
)
323
#define
PORT_WKDISC_E
BIT(26)
macro
H
A
D
cdnsp-debug.h
495
if (portsc &
PORT_WKDISC_E
)
in cdnsp_decode_portsc()
H
A
D
cdnsp-gadget.c
110
temp |= PORT_WKCONN_E |
PORT_WKDISC_E
;
in cdnsp_set_link_state()
/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)
/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)
Completed in 56 milliseconds