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:main_hcd
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-histb.c
266
xhci->
main_hcd
= hcd;
in xhci_histb_probe()
H
A
D
xhci-plat.c
303
xhci->
main_hcd
= hcd;
in xhci_plat_probe()
H
A
D
xhci-mtk.c
541
xhci->
main_hcd
= hcd;
in xhci_mtk_probe()
H
A
D
xhci.h
1749
struct usb_hcd *
main_hcd
;
member
1963
return xhci->
main_hcd
;
in xhci_to_hcd()
H
A
D
xhci-tegra.c
1108
struct usb_hcd *hcd = main ? xhci->
main_hcd
: xhci->shared_hcd;
in tegra_xhci_set_port_power()
H
A
D
xhci-hub.c
647
xhci_set_port_power(xhci, xhci->
main_hcd
, i, false, flags);
H
A
D
xhci.c
1191
usb_root_hub_lost_power(xhci->
main_hcd
->self.root_hub);
in xhci_resume()
5232
xhci->
main_hcd
= hcd;
in xhci_gen_setup()
H
A
D
xhci-mem.c
1104
hcd = xhci->
main_hcd
;
in xhci_find_real_port_number()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-histb.c
256
xhci->
main_hcd
= hcd;
in xhci_histb_probe()
H
A
D
xhci-plat.c
236
xhci->
main_hcd
= hcd;
in xhci_plat_probe()
H
A
D
xhci.h
1762
struct usb_hcd *
main_hcd
;
member
1978
return xhci->
main_hcd
;
in xhci_to_hcd()
1987
return xhci->
main_hcd
;
in xhci_get_usb3_hcd()
H
A
D
xhci-mtk.c
628
xhci->
main_hcd
= hcd;
in xhci_mtk_probe()
H
A
D
xhci.c
1048
usb_root_hub_lost_power(xhci->
main_hcd
->self.root_hub);
in xhci_resume()
5159
xhci->
main_hcd
= hcd;
in xhci_gen_setup()
H
A
D
xhci-tegra.c
1293
struct usb_hcd *hcd = main ? xhci->
main_hcd
: xhci->shared_hcd;
in tegra_xhci_set_port_power()
H
A
D
xhci-mem.c
1058
hcd = xhci->
main_hcd
;
in xhci_find_real_port_number()
Completed in 46 milliseconds