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_CSC
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
26
(value &
RH_PS_CSC
) ? " CSC" : "", \
511
if (status & (
RH_PS_CSC
| RH_PS_PESC | RH_PS_PSSC
in ohci_hub_status_data()
726
temp =
RH_PS_CSC
;
in ohci_hub_control()
H
A
D
ohci.h
306
#define
RH_PS_CSC
0x00010000 /* connect status change */
macro
H
A
D
isp116x.h
99
#define
RH_PS_CSC
(1 << 16) /* connect status change */
macro
H
A
D
isp1362.h
314
#define
RH_PS_CSC
0x00010000 /* connect status change */
macro
H
A
D
ohci-dbg.c
177
(temp &
RH_PS_CSC
) ? " CSC" : "", \
H
A
D
isp116x-hcd.c
933
if (status & (
RH_PS_CSC
| RH_PS_PESC | RH_PS_PSSC
in isp116x_hub_status_data()
1089
tmp =
RH_PS_CSC
;
in isp116x_hub_control()
H
A
D
u132-hcd.c
2737
temp =
RH_PS_CSC
;
in u132_roothub_clearportfeature()
2785
if (u132->hc_roothub_portstatus[i] & (
RH_PS_CSC
|
in u132_hub_status_data()
H
A
D
isp1362-hcd.c
1522
if (status & (
RH_PS_CSC
| RH_PS_PESC | RH_PS_PSSC |
in isp1362_hub_status_data()
1648
tmp =
RH_PS_CSC
;
in isp1362_hub_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
26
(value &
RH_PS_CSC
) ? " CSC" : "", \
511
if (status & (
RH_PS_CSC
| RH_PS_PESC | RH_PS_PSSC
in ohci_hub_status_data()
727
temp =
RH_PS_CSC
;
in ohci_hub_control()
H
A
D
isp116x.h
99
#define
RH_PS_CSC
(1 << 16) /* connect status change */
macro
H
A
D
ohci.h
306
#define
RH_PS_CSC
0x00010000 /* connect status change */
macro
H
A
D
isp1362.h
314
#define
RH_PS_CSC
0x00010000 /* connect status change */
macro
H
A
D
ohci-dbg.c
177
(temp &
RH_PS_CSC
) ? " CSC" : "", \
H
A
D
isp116x-hcd.c
932
if (status & (
RH_PS_CSC
| RH_PS_PESC | RH_PS_PSSC
in isp116x_hub_status_data()
1088
tmp =
RH_PS_CSC
;
in isp116x_hub_control()
H
A
D
isp1362-hcd.c
1522
if (status & (
RH_PS_CSC
| RH_PS_PESC | RH_PS_PSSC |
in isp1362_hub_status_data()
1648
tmp =
RH_PS_CSC
;
in isp1362_hub_control()
Completed in 29 milliseconds