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:hcd_to_ohci_priv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-platform.c
36
#define
hcd_to_ohci_priv
(h) ((struct ohci_platform_priv *)hcd_to_ohci(h)->priv)
macro
48
struct ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_power_on()
69
struct ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_power_off()
124
priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_probe()
245
struct ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_remove()
H
A
D
ohci-st.c
40
#define
hcd_to_ohci_priv
(h) \
macro
48
struct st_ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_power_on()
99
struct st_ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_power_off()
157
priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_probe()
242
struct st_ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_remove()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-platform.c
37
#define
hcd_to_ohci_priv
(h) ((struct ohci_platform_priv *)hcd_to_ohci(h)->priv)
macro
47
struct ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_power_on()
68
struct ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_power_off()
123
priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_probe()
245
struct ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in ohci_platform_remove()
H
A
D
ohci-st.c
40
#define
hcd_to_ohci_priv
(h) \
macro
46
struct st_ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_power_on()
97
struct st_ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_power_off()
149
priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_probe()
234
struct st_ohci_platform_priv *priv =
hcd_to_ohci_priv
(hcd);
in st_ohci_platform_remove()
Completed in 3 milliseconds