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:wPortChange
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fhci-hub.c
102
usb->vroot_hub->port.
wPortChange
|= USB_PORT_STAT_C_ENABLE;
in fhci_port_disable()
123
usb->vroot_hub->port.
wPortChange
|= USB_PORT_STAT_C_ENABLE;
in fhci_port_enable()
187
if (fhci->vroot_hub->port.
wPortChange
& (USB_PORT_STAT_C_CONNECTION |
in fhci_hub_status_data()
235
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
244
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
253
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
257
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
261
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
282
port_status->
wPortChange
=
in fhci_hub_control()
283
cpu_to_le16(fhci->vroot_hub->port.
wPortChange
);
in fhci_hub_control()
[all...]
H
A
D
uhci-hub.c
250
u16
wPortChange
, wPortStatus;
in uhci_hub_control()
local
278
wPortChange
= lstatus = 0;
in uhci_hub_control()
280
wPortChange
|= USB_PORT_STAT_C_CONNECTION;
in uhci_hub_control()
282
wPortChange
|= USB_PORT_STAT_C_ENABLE;
in uhci_hub_control()
284
wPortChange
|= USB_PORT_STAT_C_OVERCURRENT;
in uhci_hub_control()
287
wPortChange
|= USB_PORT_STAT_C_SUSPEND;
in uhci_hub_control()
309
if (
wPortChange
)
in uhci_hub_control()
314
*(__le16 *)(buf + 2) = cpu_to_le16(
wPortChange
);
in uhci_hub_control()
H
A
D
fhci-sched.c
405
!(usb->vroot_hub->port.
wPortChange
& USB_PORT_STAT_C_CONNECTION)) {
in sof_interrupt()
441
usb->vroot_hub->port.
wPortChange
|= USB_PORT_STAT_C_CONNECTION;
in fhci_device_disconnected_interrupt()
475
usb->vroot_hub->port.
wPortChange
|=
in fhci_device_connected_interrupt()
494
usb->vroot_hub->port.
wPortChange
|=
in fhci_device_connected_interrupt()
H
A
D
fhci-hcd.c
352
fhci->vroot_hub->port.
wPortChange
= 0;
in fhci_start()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
fhci-hub.c
101
usb->vroot_hub->port.
wPortChange
|= USB_PORT_STAT_C_ENABLE;
in fhci_port_disable()
122
usb->vroot_hub->port.
wPortChange
|= USB_PORT_STAT_C_ENABLE;
in fhci_port_enable()
186
if (fhci->vroot_hub->port.
wPortChange
& (USB_PORT_STAT_C_CONNECTION |
in fhci_hub_status_data()
234
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
243
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
252
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
256
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
260
fhci->vroot_hub->port.
wPortChange
&=
in fhci_hub_control()
281
port_status->
wPortChange
=
in fhci_hub_control()
282
cpu_to_le16(fhci->vroot_hub->port.
wPortChange
);
in fhci_hub_control()
[all...]
H
A
D
uhci-hub.c
250
u16
wPortChange
, wPortStatus;
in uhci_hub_control()
local
278
wPortChange
= lstatus = 0;
in uhci_hub_control()
280
wPortChange
|= USB_PORT_STAT_C_CONNECTION;
in uhci_hub_control()
282
wPortChange
|= USB_PORT_STAT_C_ENABLE;
in uhci_hub_control()
284
wPortChange
|= USB_PORT_STAT_C_OVERCURRENT;
in uhci_hub_control()
287
wPortChange
|= USB_PORT_STAT_C_SUSPEND;
in uhci_hub_control()
309
if (
wPortChange
)
in uhci_hub_control()
314
*(__le16 *)(buf + 2) = cpu_to_le16(
wPortChange
);
in uhci_hub_control()
H
A
D
fhci-sched.c
405
!(usb->vroot_hub->port.
wPortChange
& USB_PORT_STAT_C_CONNECTION)) {
in sof_interrupt()
441
usb->vroot_hub->port.
wPortChange
|= USB_PORT_STAT_C_CONNECTION;
in fhci_device_disconnected_interrupt()
475
usb->vroot_hub->port.
wPortChange
|=
in fhci_device_connected_interrupt()
494
usb->vroot_hub->port.
wPortChange
|=
in fhci_device_connected_interrupt()
H
A
D
fhci-hcd.c
353
fhci->vroot_hub->port.
wPortChange
= 0;
in fhci_start()
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H
A
D
c67x00-hcd.c
74
u16
wPortChange
, wPortStatus;
in c67x00_hub_control()
local
90
wPortChange
= 0;
in c67x00_hub_control()
92
wPortChange
|= USB_PORT_STAT_C_CONNECTION;
in c67x00_hub_control()
107
*(__le16 *) (buf + 2) = cpu_to_le16(
wPortChange
);
in c67x00_hub_control()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H
A
D
c67x00-hcd.c
74
u16
wPortChange
, wPortStatus;
in c67x00_hub_control()
local
90
wPortChange
= 0;
in c67x00_hub_control()
92
wPortChange
|= USB_PORT_STAT_C_CONNECTION;
in c67x00_hub_control()
107
*(__le16 *) (buf + 2) = cpu_to_le16(
wPortChange
);
in c67x00_hub_control()
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H
A
D
ch11.h
117
__le16
wPortChange
;
member
172
*
wPortChange
bit field
183
* USB 3.0
wPortChange
bit fields
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H
A
D
ch11.h
115
__le16
wPortChange
;
member
170
*
wPortChange
bit field
181
* USB 3.0
wPortChange
bit fields
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
55
__le16
wPortChange
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
68
__le16
wPortChange
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
68
__le16
wPortChange
;
member
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
lvstest.c
345
portchange = le16_to_cpu(port_status->
wPortChange
);
in lvs_rh_work()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
lvstest.c
345
portchange = le16_to_cpu(port_status->
wPortChange
);
in lvs_rh_work()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
617
*change = le16_to_cpu(hub->status->port.
wPortChange
);
in hub_ext_port_status()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
624
*change = le16_to_cpu(hub->status->port.
wPortChange
);
in hub_ext_port_status()
Completed in 26 milliseconds