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:wakeup_en
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
dev.c
91
d->
wakeup_en
= false;
in ast_vhub_dev_enable()
124
d->
wakeup_en
= is_set;
in ast_vhub_dev_feature()
169
if (d->
wakeup_en
)
in ast_vhub_dev_status()
278
if (!d->
wakeup_en
)
in ast_vhub_udc_wakeup()
H
A
D
vhub.h
356
bool
wakeup_en
: 1;
member
415
bool
wakeup_en
: 1;
member
H
A
D
hub.c
179
if (ep->vhub->
wakeup_en
)
in ast_vhub_hub_dev_status()
214
ep->vhub->
wakeup_en
= is_set;
in ast_vhub_hub_dev_feature()
531
if (vhub->
wakeup_en
)
in ast_vhub_device_connect()
853
vhub->
wakeup_en
= false;
in ast_vhub_hub_reset()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
dev.c
85
d->
wakeup_en
= false;
in ast_vhub_dev_enable()
118
d->
wakeup_en
= is_set;
in ast_vhub_dev_feature()
174
if (d->
wakeup_en
)
in ast_vhub_dev_status()
283
if (!d->
wakeup_en
)
in ast_vhub_udc_wakeup()
H
A
D
vhub.h
356
bool
wakeup_en
: 1;
member
415
bool
wakeup_en
: 1;
member
H
A
D
hub.c
185
if (ep->vhub->
wakeup_en
)
in ast_vhub_hub_dev_status()
220
ep->vhub->
wakeup_en
= is_set;
in ast_vhub_hub_dev_feature()
556
if (vhub->
wakeup_en
)
in ast_vhub_device_connect()
878
vhub->
wakeup_en
= false;
in ast_vhub_hub_reset()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
aspeed_udc.c
223
bool
wakeup_en
:1;
member
1253
if (!udc->
wakeup_en
) {
in ast_udc_wakeup()
Completed in 10 milliseconds