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:usb_phy_roothub
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
phy.h
12
struct
usb_phy_roothub
;
14
struct
usb_phy_roothub
*usb_phy_roothub_alloc(struct device *dev);
16
int usb_phy_roothub_init(struct
usb_phy_roothub
*phy_roothub);
17
int usb_phy_roothub_exit(struct
usb_phy_roothub
*phy_roothub);
19
int usb_phy_roothub_set_mode(struct
usb_phy_roothub
*phy_roothub,
21
int usb_phy_roothub_calibrate(struct
usb_phy_roothub
*phy_roothub);
22
int usb_phy_roothub_power_on(struct
usb_phy_roothub
*phy_roothub);
23
void usb_phy_roothub_power_off(struct
usb_phy_roothub
*phy_roothub);
26
struct
usb_phy_roothub
*phy_roothub);
28
struct
usb_phy_roothub
*phy_roothu
[all...]
H
A
D
phy.c
17
struct
usb_phy_roothub
{
struct
25
struct
usb_phy_roothub
*roothub_entry;
in usb_phy_roothub_add_phy()
49
struct
usb_phy_roothub
*usb_phy_roothub_alloc(struct device *dev)
in usb_phy_roothub_alloc()
51
struct
usb_phy_roothub
*phy_roothub;
in usb_phy_roothub_alloc()
78
int usb_phy_roothub_init(struct
usb_phy_roothub
*phy_roothub)
in usb_phy_roothub_init()
80
struct
usb_phy_roothub
*roothub_entry;
in usb_phy_roothub_init()
105
int usb_phy_roothub_exit(struct
usb_phy_roothub
*phy_roothub)
in usb_phy_roothub_exit()
107
struct
usb_phy_roothub
*roothub_entry;
in usb_phy_roothub_exit()
126
int usb_phy_roothub_set_mode(struct
usb_phy_roothub
*phy_roothub,
in usb_phy_roothub_set_mode()
129
struct
usb_phy_roothub
*roothub_entr
in usb_phy_roothub_set_mode()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
phy.h
12
struct
usb_phy_roothub
;
14
struct
usb_phy_roothub
*usb_phy_roothub_alloc(struct device *dev);
16
int usb_phy_roothub_init(struct
usb_phy_roothub
*phy_roothub);
17
int usb_phy_roothub_exit(struct
usb_phy_roothub
*phy_roothub);
19
int usb_phy_roothub_set_mode(struct
usb_phy_roothub
*phy_roothub,
21
int usb_phy_roothub_calibrate(struct
usb_phy_roothub
*phy_roothub);
22
int usb_phy_roothub_power_on(struct
usb_phy_roothub
*phy_roothub);
23
void usb_phy_roothub_power_off(struct
usb_phy_roothub
*phy_roothub);
26
struct
usb_phy_roothub
*phy_roothub);
28
struct
usb_phy_roothub
*phy_roothu
[all...]
H
A
D
phy.c
17
struct
usb_phy_roothub
{
struct
25
struct
usb_phy_roothub
*roothub_entry;
in usb_phy_roothub_add_phy()
49
struct
usb_phy_roothub
*usb_phy_roothub_alloc(struct device *dev)
in usb_phy_roothub_alloc()
51
struct
usb_phy_roothub
*phy_roothub;
in usb_phy_roothub_alloc()
78
int usb_phy_roothub_init(struct
usb_phy_roothub
*phy_roothub)
in usb_phy_roothub_init()
80
struct
usb_phy_roothub
*roothub_entry;
in usb_phy_roothub_init()
105
int usb_phy_roothub_exit(struct
usb_phy_roothub
*phy_roothub)
in usb_phy_roothub_exit()
107
struct
usb_phy_roothub
*roothub_entry;
in usb_phy_roothub_exit()
126
int usb_phy_roothub_set_mode(struct
usb_phy_roothub
*phy_roothub,
in usb_phy_roothub_set_mode()
129
struct
usb_phy_roothub
*roothub_entr
in usb_phy_roothub_set_mode()
[all...]
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
hcd.h
114
struct
usb_phy_roothub
*phy_roothub;
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
hcd.h
100
struct
usb_phy_roothub
*phy_roothub;
Completed in 5 milliseconds