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_HCFS
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
54
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
57
ohci->hc_control &= ~
OHCI_CTRL_HCFS
;
127
ohci->hc_control &= ~
OHCI_CTRL_HCFS
;
175
} else switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
177
ohci->hc_control &= ~(
OHCI_CTRL_HCFS
|OHCI_SCHED_ENABLES);
219
temp &=
OHCI_CTRL_HCFS
;
360
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
in ohci_root_hub_state_changes()
H
A
D
ehci.h
224
#define
OHCI_CTRL_HCFS
(3 << 6)
macro
788
hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~
OHCI_CTRL_HCFS
);
in set_ohci_hcfs()
H
A
D
isp1362-hcd.c
1745
switch (isp1362_hcd->hc_control &
OHCI_CTRL_HCFS
) {
in isp1362_bus_suspend()
1748
isp1362_hcd->hc_control &= ~
OHCI_CTRL_HCFS
;
in isp1362_bus_suspend()
1811
if ((isp1362_hcd->hc_control &
OHCI_CTRL_HCFS
) != OHCI_USB_SUSPEND) {
in isp1362_bus_suspend()
1848
switch (isp1362_hcd->hc_control &
OHCI_CTRL_HCFS
) {
in isp1362_bus_resume()
1851
isp1362_hcd->hc_control &= ~
OHCI_CTRL_HCFS
;
in isp1362_bus_resume()
1947
switch (mask &
OHCI_CTRL_HCFS
) {
in dump_ctrl()
H
A
D
ohci.h
259
#define
OHCI_CTRL_HCFS
(3 << 6) /* host controller functional state */
macro
H
A
D
ohci-hcd.c
574
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
in ohci_run()
1145
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
in ohci_resume()
H
A
D
isp1362.h
274
#define
OHCI_CTRL_HCFS
(3 << 6) /* host controller functional state */
macro
H
A
D
ohci-dbg.c
120
hcfs2string (temp &
OHCI_CTRL_HCFS
),
in ohci_dump_status()
H
A
D
u132-hcd.c
1612
"= %08X\n", hcfs2string(u132->hc_control &
OHCI_CTRL_HCFS
),
in u132_run()
1614
switch (u132->hc_control &
OHCI_CTRL_HCFS
) {
in u132_run()
2724
if ((u132->hc_control &
OHCI_CTRL_HCFS
)
in u132_roothub_clearportfeature()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
54
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
57
ohci->hc_control &= ~
OHCI_CTRL_HCFS
;
127
ohci->hc_control &= ~
OHCI_CTRL_HCFS
;
175
} else switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
177
ohci->hc_control &= ~(
OHCI_CTRL_HCFS
|OHCI_SCHED_ENABLES);
219
temp &=
OHCI_CTRL_HCFS
;
360
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
in ohci_root_hub_state_changes()
H
A
D
ehci.h
227
#define
OHCI_CTRL_HCFS
(3 << 6)
macro
800
hc_control = (readl_be(ehci->ohci_hcctrl_reg) & ~
OHCI_CTRL_HCFS
);
in set_ohci_hcfs()
H
A
D
isp1362-hcd.c
1745
switch (isp1362_hcd->hc_control &
OHCI_CTRL_HCFS
) {
in isp1362_bus_suspend()
1748
isp1362_hcd->hc_control &= ~
OHCI_CTRL_HCFS
;
in isp1362_bus_suspend()
1811
if ((isp1362_hcd->hc_control &
OHCI_CTRL_HCFS
) != OHCI_USB_SUSPEND) {
in isp1362_bus_suspend()
1848
switch (isp1362_hcd->hc_control &
OHCI_CTRL_HCFS
) {
in isp1362_bus_resume()
1851
isp1362_hcd->hc_control &= ~
OHCI_CTRL_HCFS
;
in isp1362_bus_resume()
1947
switch (mask &
OHCI_CTRL_HCFS
) {
in dump_ctrl()
H
A
D
ohci.h
259
#define
OHCI_CTRL_HCFS
(3 << 6) /* host controller functional state */
macro
H
A
D
ohci-hcd.c
572
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
in ohci_run()
1141
switch (ohci->hc_control &
OHCI_CTRL_HCFS
) {
in ohci_resume()
H
A
D
isp1362.h
274
#define
OHCI_CTRL_HCFS
(3 << 6) /* host controller functional state */
macro
H
A
D
ohci-dbg.c
120
hcfs2string (temp &
OHCI_CTRL_HCFS
),
in ohci_dump_status()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
ftdi-elan.c
2232
switch (hc_control &
OHCI_CTRL_HCFS
) {
in ftdi_elan_check_controller()
Completed in 32 milliseconds