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:RH_PS_PRSC
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
22
(value &
RH_PS_PRSC
) ? " PRSC" : "", \
512
| RH_PS_OCIC |
RH_PS_PRSC
)) {
in ohci_hub_status_data()
660
if (temp &
RH_PS_PRSC
)
in root_port_reset()
661
ohci_writel (ohci,
RH_PS_PRSC
, portstat);
in root_port_reset()
732
temp =
RH_PS_PRSC
;
in ohci_hub_control()
H
A
D
ohci.h
310
#define
RH_PS_PRSC
0x00100000 /* port reset status change */
macro
H
A
D
isp116x.h
105
#define
RH_PS_PRSC
(1 << 20) /* port reset status change */
macro
H
A
D
u132-hcd.c
2658
if (
RH_PS_PRSC
& portstat) {
in u132_roothub_portreset()
2661
RH_PS_PRSC
);
in u132_roothub_portreset()
2743
temp =
RH_PS_PRSC
;
in u132_roothub_clearportfeature()
2787
RH_PS_PRSC
)) {
in u132_hub_status_data()
H
A
D
isp1362.h
318
#define
RH_PS_PRSC
0x00100000 /* port reset status change */
macro
H
A
D
ohci-dbg.c
173
(temp &
RH_PS_PRSC
) ? " PRSC" : "", \
H
A
D
isp116x-hcd.c
934
| RH_PS_OCIC |
RH_PS_PRSC
)) {
in isp116x_hub_status_data()
1097
tmp =
RH_PS_PRSC
;
in isp116x_hub_control()
H
A
D
isp1362-hcd.c
1523
RH_PS_OCIC |
RH_PS_PRSC
)) {
in isp1362_hub_status_data()
1656
tmp =
RH_PS_PRSC
;
in isp1362_hub_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
22
(value &
RH_PS_PRSC
) ? " PRSC" : "", \
512
| RH_PS_OCIC |
RH_PS_PRSC
)) {
in ohci_hub_status_data()
660
if (temp &
RH_PS_PRSC
)
in root_port_reset()
661
ohci_writel (ohci,
RH_PS_PRSC
, portstat);
in root_port_reset()
733
temp =
RH_PS_PRSC
;
in ohci_hub_control()
H
A
D
isp116x.h
105
#define
RH_PS_PRSC
(1 << 20) /* port reset status change */
macro
H
A
D
ohci.h
310
#define
RH_PS_PRSC
0x00100000 /* port reset status change */
macro
H
A
D
isp1362.h
318
#define
RH_PS_PRSC
0x00100000 /* port reset status change */
macro
H
A
D
ohci-dbg.c
173
(temp &
RH_PS_PRSC
) ? " PRSC" : "", \
H
A
D
isp116x-hcd.c
933
| RH_PS_OCIC |
RH_PS_PRSC
)) {
in isp116x_hub_status_data()
1096
tmp =
RH_PS_PRSC
;
in isp116x_hub_control()
H
A
D
isp1362-hcd.c
1523
RH_PS_OCIC |
RH_PS_PRSC
)) {
in isp1362_hub_status_data()
1656
tmp =
RH_PS_PRSC
;
in isp1362_hub_control()
Completed in 45 milliseconds