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:dpm_resume_noirq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm.h
710
extern void
dpm_resume_noirq
(pm_message_t state);
/kernel/linux/linux-5.10/kernel/power/
H
A
D
suspend.c
455
dpm_resume_noirq
(PMSG_RESUME);
in suspend_enter()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm.h
809
extern void
dpm_resume_noirq
(pm_message_t state);
/kernel/linux/linux-6.6/kernel/power/
H
A
D
suspend.c
466
dpm_resume_noirq
(PMSG_RESUME);
in suspend_enter()
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
main.c
715
trace_suspend_resume(TPS("
dpm_resume_noirq
"), state.event, true);
in dpm_noirq_resume_devices()
735
trace_suspend_resume(TPS("
dpm_resume_noirq
"), state.event, false);
in dpm_noirq_resume_devices()
739
*
dpm_resume_noirq
- Execute "noirq resume" callbacks for all devices.
745
void
dpm_resume_noirq
(pm_message_t state)
in dpm_resume_noirq()
function
879
dpm_resume_noirq
(state);
in dpm_resume_start()
1354
dpm_resume_noirq
(resume_event(state));
in dpm_suspend_noirq()
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
main.c
711
trace_suspend_resume(TPS("
dpm_resume_noirq
"), state.event, true);
in dpm_noirq_resume_devices()
731
trace_suspend_resume(TPS("
dpm_resume_noirq
"), state.event, false);
in dpm_noirq_resume_devices()
735
*
dpm_resume_noirq
- Execute "noirq resume" callbacks for all devices.
741
void
dpm_resume_noirq
(pm_message_t state)
in dpm_resume_noirq()
function
873
dpm_resume_noirq
(state);
in dpm_resume_start()
1346
dpm_resume_noirq
(resume_event(state));
in dpm_suspend_noirq()
Completed in 10 milliseconds