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:autostop
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
47
static int ohci_rh_suspend (struct ohci_hcd *ohci, int
autostop
)
67
if (!ohci->
autostop
) {
73
autostop
? "auto-stop" : "suspend");
76
if (!
autostop
&& (ohci->hc_control & OHCI_SCHED_ENABLES)) {
86
ohci->
autostop
= 0;
116
if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup ||
autostop
) {
133
if (!
autostop
) {
135
ohci->
autostop
= 0;
159
int autostopped = ohci->
autostop
;
161
ohci->
autostop
[all...]
H
A
D
ohci.h
407
unsigned
autostop
:1; /* rh auto stopping/stopped */
member
H
A
D
ohci-hcd.c
954
if (ohci->
autostop
) {
in ohci_irq()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
47
static int ohci_rh_suspend (struct ohci_hcd *ohci, int
autostop
)
67
if (!ohci->
autostop
) {
73
autostop
? "auto-stop" : "suspend");
76
if (!
autostop
&& (ohci->hc_control & OHCI_SCHED_ENABLES)) {
86
ohci->
autostop
= 0;
116
if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup ||
autostop
) {
133
if (!
autostop
) {
135
ohci->
autostop
= 0;
159
int autostopped = ohci->
autostop
;
161
ohci->
autostop
[all...]
H
A
D
ohci.h
407
unsigned
autostop
:1; /* rh auto stopping/stopped */
member
H
A
D
ohci-hcd.c
952
if (ohci->
autostop
) {
in ohci_irq()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
H
A
D
rkisp1-config.h
543
* @
autostop
: stop mode (from enum rkisp1_cif_isp_exp_ctrl_autostop)
548
__u32
autostop
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rkisp1-config.h
626
* @
autostop
: stop mode (from enum rkisp1_cif_isp_exp_ctrl_autostop)
631
__u32
autostop
;
member
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H
A
D
rkisp1-params.c
690
if (arg->
autostop
)
in rkisp1_aec_config_v10()
723
if (arg->
autostop
)
in rkisp1_aec_config_v12()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H
A
D
rkisp1-params.c
527
if (arg->
autostop
)
in rkisp1_aec_config()
Completed in 15 milliseconds