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:should_wakeup
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm_wakeup.h
149
dev->power.
should_wakeup
= true;
in device_wakeup_enable()
155
dev->power.
should_wakeup
= false;
in device_wakeup_disable()
161
dev->power.
should_wakeup
= enable;
in device_set_wakeup_enable()
174
return dev->power.can_wakeup && dev->power.
should_wakeup
;
in device_may_wakeup()
H
A
D
pm.h
589
unsigned int
should_wakeup
:1;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm_wakeup.h
153
dev->power.
should_wakeup
= true;
in device_wakeup_enable()
159
dev->power.
should_wakeup
= false;
in device_wakeup_disable()
165
dev->power.
should_wakeup
= enable;
in device_set_wakeup_enable()
171
return dev->power.can_wakeup && dev->power.
should_wakeup
;
in device_may_wakeup()
H
A
D
pm.h
687
unsigned int
should_wakeup
:1;
member
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.h
34
int (*
should_wakeup
)(unsigned int resume_on_alarm);
member
H
A
D
corgi_pm.c
171
.
should_wakeup
= corgi_should_wakeup,
H
A
D
spitz_pm.c
207
.
should_wakeup
= spitz_should_wakeup,
H
A
D
sharpsl_pm.c
638
if (!sharpsl_pm.machinfo->
should_wakeup
(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable)) {
in corgi_enter_suspend()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.h
34
int (*
should_wakeup
)(unsigned int resume_on_alarm);
member
H
A
D
spitz_pm.c
207
.
should_wakeup
= spitz_should_wakeup,
H
A
D
sharpsl_pm.c
634
if (!sharpsl_pm.machinfo->
should_wakeup
(!(sharpsl_pm.flags & SHARPSL_ALARM_ACTIVE) && alarm_enable)) {
in corgi_enter_suspend()
Completed in 9 milliseconds