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_CTRL_RWC
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hcd.c
413
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_usb_reset()
505
if (ohci_readl (ohci, &ohci->regs->control) &
OHCI_CTRL_RWC
)
in ohci_init()
506
ohci->hc_control |=
OHCI_CTRL_RWC
;
in ohci_init()
571
if ((ohci->hc_control &
OHCI_CTRL_RWC
) != 0)
in ohci_run()
580
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_run()
586
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_run()
661
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_run()
H
A
D
ohci-omap.c
242
ohci->hc_control =
OHCI_CTRL_RWC
;
in ohci_omap_reset()
243
writel(
OHCI_CTRL_RWC
, &ohci->regs->control);
in ohci_omap_reset()
H
A
D
pci-quirks.c
46
#define
OHCI_CTRL_RWC
(1 << 9) /* remote wakeup connected */
macro
775
#define OHCI_CTRL_MASK (
OHCI_CTRL_RWC
| OHCI_CTRL_IR)
in quirk_usb_handoff_ohci()
777
#define OHCI_CTRL_MASK
OHCI_CTRL_RWC
in quirk_usb_handoff_ohci()
H
A
D
ohci-pci.c
262
ohci->hc_control |=
OHCI_CTRL_RWC
;
in ohci_pci_reset()
H
A
D
ohci-platform.c
142
ohci->hc_control =
OHCI_CTRL_RWC
;
in ohci_platform_probe()
H
A
D
ohci.h
261
#define
OHCI_CTRL_RWC
(1 << 9) /* remote wakeup connected */
macro
H
A
D
ohci-at91.c
228
ohci->hc_control =
OHCI_CTRL_RWC
;
in usb_hcd_at91_probe()
H
A
D
ohci-hub.c
255
temp &=
OHCI_CTRL_RWC
;
H
A
D
isp1362.h
275
#define
OHCI_CTRL_RWC
(1 << 9) /* remote wakeup connected */
macro
H
A
D
ohci-dbg.c
118
(temp &
OHCI_CTRL_RWC
) ? " RWC" : "",
in ohci_dump_status()
H
A
D
u132-hcd.c
1620
u132->hc_control &=
OHCI_CTRL_RWC
;
in u132_run()
1625
u132->hc_control &=
OHCI_CTRL_RWC
;
in u132_run()
1708
u132->hc_control &=
OHCI_CTRL_RWC
;
in u132_run()
H
A
D
isp1362-hcd.c
1943
mask &
OHCI_CTRL_RWC
? " rwc" : "",
in dump_ctrl()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hcd.c
411
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_usb_reset()
503
if (ohci_readl (ohci, &ohci->regs->control) &
OHCI_CTRL_RWC
)
in ohci_init()
504
ohci->hc_control |=
OHCI_CTRL_RWC
;
in ohci_init()
569
if ((ohci->hc_control &
OHCI_CTRL_RWC
) != 0)
in ohci_run()
578
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_run()
584
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_run()
659
ohci->hc_control &=
OHCI_CTRL_RWC
;
in ohci_run()
H
A
D
ohci-omap.c
138
ohci->hc_control =
OHCI_CTRL_RWC
;
in ohci_omap_reset()
139
writel(
OHCI_CTRL_RWC
, &ohci->regs->control);
in ohci_omap_reset()
H
A
D
pci-quirks.c
46
#define
OHCI_CTRL_RWC
(1 << 9) /* remote wakeup connected */
macro
773
#define OHCI_CTRL_MASK (
OHCI_CTRL_RWC
| OHCI_CTRL_IR)
in quirk_usb_handoff_ohci()
775
#define OHCI_CTRL_MASK
OHCI_CTRL_RWC
in quirk_usb_handoff_ohci()
H
A
D
ohci-pci.c
262
ohci->hc_control |=
OHCI_CTRL_RWC
;
in ohci_pci_reset()
H
A
D
ohci-platform.c
141
ohci->hc_control =
OHCI_CTRL_RWC
;
in ohci_platform_probe()
H
A
D
ohci-at91.c
245
ohci->hc_control =
OHCI_CTRL_RWC
;
in usb_hcd_at91_probe()
H
A
D
ohci.h
261
#define
OHCI_CTRL_RWC
(1 << 9) /* remote wakeup connected */
macro
H
A
D
ohci-hub.c
255
temp &=
OHCI_CTRL_RWC
;
H
A
D
isp1362.h
275
#define
OHCI_CTRL_RWC
(1 << 9) /* remote wakeup connected */
macro
H
A
D
ohci-dbg.c
118
(temp &
OHCI_CTRL_RWC
) ? " RWC" : "",
in ohci_dump_status()
H
A
D
isp1362-hcd.c
1943
mask &
OHCI_CTRL_RWC
? " rwc" : "",
in dump_ctrl()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
ftdi-elan.c
2238
hc_control &=
OHCI_CTRL_RWC
;
in ftdi_elan_check_controller()
2243
hc_control &=
OHCI_CTRL_RWC
;
in ftdi_elan_check_controller()
2331
hc_control &=
OHCI_CTRL_RWC
;
in ftdi_elan_check_controller()
Completed in 49 milliseconds