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:wPortStatus
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fhci-hub.c
101
usb->vroot_hub->port.
wPortStatus
&= ~USB_PORT_STAT_ENABLE;
in fhci_port_disable()
122
usb->vroot_hub->port.
wPortStatus
|= USB_PORT_STAT_ENABLE;
in fhci_port_enable()
230
fhci->vroot_hub->port.
wPortStatus
&=
in fhci_hub_control()
239
fhci->vroot_hub->port.
wPortStatus
&=
in fhci_hub_control()
248
fhci->vroot_hub->port.
wPortStatus
&=
in fhci_hub_control()
280
port_status->
wPortStatus
=
in fhci_hub_control()
281
cpu_to_le16(fhci->vroot_hub->port.
wPortStatus
);
in fhci_hub_control()
299
fhci->vroot_hub->port.
wPortStatus
|=
in fhci_hub_control()
304
fhci->vroot_hub->port.
wPortStatus
|=
in fhci_hub_control()
309
fhci->vroot_hub->port.
wPortStatus
|
in fhci_hub_control()
[all...]
H
A
D
uhci-hub.c
250
u16 wPortChange,
wPortStatus
;
in uhci_hub_control()
local
294
wPortStatus
= USB_PORT_STAT_POWER;
in uhci_hub_control()
296
wPortStatus
|= USB_PORT_STAT_CONNECTION;
in uhci_hub_control()
298
wPortStatus
|= USB_PORT_STAT_ENABLE;
in uhci_hub_control()
300
wPortStatus
|= USB_PORT_STAT_SUSPEND;
in uhci_hub_control()
303
wPortStatus
|= USB_PORT_STAT_OVERCURRENT;
in uhci_hub_control()
305
wPortStatus
|= USB_PORT_STAT_RESET;
in uhci_hub_control()
307
wPortStatus
|= USB_PORT_STAT_LOW_SPEED;
in uhci_hub_control()
313
*(__le16 *)buf = cpu_to_le16(
wPortStatus
);
in uhci_hub_control()
H
A
D
fhci-sched.c
404
(usb->vroot_hub->port.
wPortStatus
& USB_PORT_STAT_CONNECTION) &&
in sof_interrupt()
406
if (usb->vroot_hub->port.
wPortStatus
& USB_PORT_STAT_LOW_SPEED)
in sof_interrupt()
440
usb->vroot_hub->port.
wPortStatus
&= ~USB_PORT_STAT_CONNECTION;
in fhci_device_disconnected_interrupt()
472
usb->vroot_hub->port.
wPortStatus
|=
in fhci_device_connected_interrupt()
490
usb->vroot_hub->port.
wPortStatus
&=
in fhci_device_connected_interrupt()
492
usb->vroot_hub->port.
wPortStatus
|=
in fhci_device_connected_interrupt()
H
A
D
fhci-hcd.c
351
fhci->vroot_hub->port.
wPortStatus
= 0;
in fhci_start()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
fhci-hub.c
100
usb->vroot_hub->port.
wPortStatus
&= ~USB_PORT_STAT_ENABLE;
in fhci_port_disable()
121
usb->vroot_hub->port.
wPortStatus
|= USB_PORT_STAT_ENABLE;
in fhci_port_enable()
229
fhci->vroot_hub->port.
wPortStatus
&=
in fhci_hub_control()
238
fhci->vroot_hub->port.
wPortStatus
&=
in fhci_hub_control()
247
fhci->vroot_hub->port.
wPortStatus
&=
in fhci_hub_control()
279
port_status->
wPortStatus
=
in fhci_hub_control()
280
cpu_to_le16(fhci->vroot_hub->port.
wPortStatus
);
in fhci_hub_control()
298
fhci->vroot_hub->port.
wPortStatus
|=
in fhci_hub_control()
303
fhci->vroot_hub->port.
wPortStatus
|=
in fhci_hub_control()
308
fhci->vroot_hub->port.
wPortStatus
|
in fhci_hub_control()
[all...]
H
A
D
uhci-hub.c
250
u16 wPortChange,
wPortStatus
;
in uhci_hub_control()
local
294
wPortStatus
= USB_PORT_STAT_POWER;
in uhci_hub_control()
296
wPortStatus
|= USB_PORT_STAT_CONNECTION;
in uhci_hub_control()
298
wPortStatus
|= USB_PORT_STAT_ENABLE;
in uhci_hub_control()
300
wPortStatus
|= USB_PORT_STAT_SUSPEND;
in uhci_hub_control()
303
wPortStatus
|= USB_PORT_STAT_OVERCURRENT;
in uhci_hub_control()
305
wPortStatus
|= USB_PORT_STAT_RESET;
in uhci_hub_control()
307
wPortStatus
|= USB_PORT_STAT_LOW_SPEED;
in uhci_hub_control()
313
*(__le16 *)buf = cpu_to_le16(
wPortStatus
);
in uhci_hub_control()
H
A
D
fhci-sched.c
404
(usb->vroot_hub->port.
wPortStatus
& USB_PORT_STAT_CONNECTION) &&
in sof_interrupt()
406
if (usb->vroot_hub->port.
wPortStatus
& USB_PORT_STAT_LOW_SPEED)
in sof_interrupt()
440
usb->vroot_hub->port.
wPortStatus
&= ~USB_PORT_STAT_CONNECTION;
in fhci_device_disconnected_interrupt()
472
usb->vroot_hub->port.
wPortStatus
|=
in fhci_device_connected_interrupt()
490
usb->vroot_hub->port.
wPortStatus
&=
in fhci_device_connected_interrupt()
492
usb->vroot_hub->port.
wPortStatus
|=
in fhci_device_connected_interrupt()
H
A
D
fhci-hcd.c
352
fhci->vroot_hub->port.
wPortStatus
= 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
94
wPortStatus
= USB_PORT_STAT_POWER;
in c67x00_hub_control()
96
wPortStatus
|= USB_PORT_STAT_CONNECTION;
in c67x00_hub_control()
98
wPortStatus
|= USB_PORT_STAT_LOW_SPEED;
in c67x00_hub_control()
104
wPortStatus
|= USB_PORT_STAT_ENABLE;
in c67x00_hub_control()
106
*(__le16 *) buf = cpu_to_le16(
wPortStatus
);
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
94
wPortStatus
= USB_PORT_STAT_POWER;
in c67x00_hub_control()
96
wPortStatus
|= USB_PORT_STAT_CONNECTION;
in c67x00_hub_control()
98
wPortStatus
|= USB_PORT_STAT_LOW_SPEED;
in c67x00_hub_control()
104
wPortStatus
|= USB_PORT_STAT_ENABLE;
in c67x00_hub_control()
106
*(__le16 *) buf = cpu_to_le16(
wPortStatus
);
in c67x00_hub_control()
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H
A
D
ch11.h
116
__le16
wPortStatus
;
member
122
*
wPortStatus
bit field
140
* Additions to
wPortStatus
bit field from USB 3.0
156
* (bits 5-8) in
wPortStatus
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H
A
D
ch11.h
114
__le16
wPortStatus
;
member
120
*
wPortStatus
bit field
138
* Additions to
wPortStatus
bit field from USB 3.0
154
* (bits 5-8) in
wPortStatus
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
54
__le16
wPortStatus
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
67
__le16
wPortStatus
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
67
__le16
wPortStatus
;
member
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
lvstest.c
363
if (le16_to_cpu(port_status->
wPortStatus
) &
in lvs_rh_work()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
lvstest.c
363
if (le16_to_cpu(port_status->
wPortStatus
) &
in lvs_rh_work()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
616
*status = le16_to_cpu(hub->status->port.
wPortStatus
);
in hub_ext_port_status()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
623
*status = le16_to_cpu(hub->status->port.
wPortStatus
);
in hub_ext_port_status()
Completed in 26 milliseconds