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:OHCI_USB_RESET
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
58
ohci->hc_control |=
OHCI_USB_RESET
;
62
case
OHCI_USB_RESET
:
H
A
D
ohci.h
265
# define
OHCI_USB_RESET
(0 << 6)
macro
H
A
D
ohci-hcd.c
584
// case
OHCI_USB_RESET
:
in ohci_run()
587
ohci->hc_control |=
OHCI_USB_RESET
;
in ohci_run()
1147
case
OHCI_USB_RESET
:
in ohci_resume()
H
A
D
isp1362.h
279
# define
OHCI_USB_RESET
(0 << 6)
macro
H
A
D
ohci-dbg.c
78
case
OHCI_USB_RESET
: return "reset";
in hcfs2string()
H
A
D
isp1362-hcd.c
1749
isp1362_hcd->hc_control |=
OHCI_USB_RESET
;
in isp1362_bus_suspend()
1752
case
OHCI_USB_RESET
:
in isp1362_bus_suspend()
1951
case
OHCI_USB_RESET
:
in dump_ctrl()
H
A
D
u132-hcd.c
1541
case
OHCI_USB_RESET
:
in hcfs2string()
1626
u132->hc_control |=
OHCI_USB_RESET
;
in u132_run()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
58
ohci->hc_control |=
OHCI_USB_RESET
;
62
case
OHCI_USB_RESET
:
H
A
D
ohci.h
265
# define
OHCI_USB_RESET
(0 << 6)
macro
H
A
D
ohci-hcd.c
582
// case
OHCI_USB_RESET
:
in ohci_run()
585
ohci->hc_control |=
OHCI_USB_RESET
;
in ohci_run()
1143
case
OHCI_USB_RESET
:
in ohci_resume()
H
A
D
isp1362.h
279
# define
OHCI_USB_RESET
(0 << 6)
macro
H
A
D
ohci-dbg.c
78
case
OHCI_USB_RESET
: return "reset";
in hcfs2string()
H
A
D
isp1362-hcd.c
1749
isp1362_hcd->hc_control |=
OHCI_USB_RESET
;
in isp1362_bus_suspend()
1752
case
OHCI_USB_RESET
:
in isp1362_bus_suspend()
1951
case
OHCI_USB_RESET
:
in dump_ctrl()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
ftdi-elan.c
2244
hc_control |=
OHCI_USB_RESET
;
in ftdi_elan_check_controller()
Completed in 36 milliseconds