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:start_hnp
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
otg.h
41
int (*
start_hnp
)(struct usb_otg *otg);
member
66
if (otg && otg->
start_hnp
)
in otg_start_hnp()
67
return otg->
start_hnp
(otg);
in otg_start_hnp()
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
otg.h
41
int (*
start_hnp
)(struct usb_otg *otg);
member
66
if (otg && otg->
start_hnp
)
in otg_start_hnp()
67
return otg->
start_hnp
(otg);
in otg_start_hnp()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-omap.c
164
static void
start_hnp
(struct ohci_hcd *ohci)
in start_hnp()
function
226
ohci->
start_hnp
=
start_hnp
;
in ohci_omap_reset()
H
A
D
ohci.h
384
void (*
start_hnp
)(struct ohci_hcd *ohci);
member
H
A
D
ohci-hub.c
777
ohci->
start_hnp
(ohci);
in ohci_hub_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-omap.c
70
static void
start_hnp
(struct ohci_hcd *ohci)
in start_hnp()
function
125
ohci->
start_hnp
=
start_hnp
;
in ohci_omap_reset()
H
A
D
ohci.h
384
void (*
start_hnp
)(struct ohci_hcd *ohci);
member
H
A
D
ohci-hub.c
778
ohci->
start_hnp
(ohci);
in ohci_hub_control()
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-fsl-usb.c
691
pr_debug("
start_hnp
...\n");
in fsl_otg_start_hnp()
811
fsl_otg_tc->phy.otg->
start_hnp
= fsl_otg_start_hnp;
in fsl_otg_conf()
H
A
D
phy-isp1301-omap.c
1575
isp->phy.otg->
start_hnp
= isp1301_start_hnp,
in isp1301_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-fsl-usb.c
691
pr_debug("
start_hnp
...\n");
in fsl_otg_start_hnp()
811
fsl_otg_tc->phy.otg->
start_hnp
= fsl_otg_start_hnp;
in fsl_otg_conf()
Completed in 12 milliseconds