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_prepare
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/power/
H
A
D
hibernate.c
392
error =
dpm_prepare
(PMSG_FREEZE);
in hibernation_snapshot()
837
error =
dpm_prepare
(PMSG_FREEZE);
in hibernate_quiet_exec()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
hibernate.c
399
error =
dpm_prepare
(PMSG_FREEZE);
in hibernation_snapshot()
850
error =
dpm_prepare
(PMSG_FREEZE);
in hibernate_quiet_exec()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm.h
721
extern int
dpm_prepare
(pm_message_t state);
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm.h
820
extern int
dpm_prepare
(pm_message_t state);
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
main.c
1873
*
dpm_prepare
- Prepare all non-sysdev devices for a system PM transition.
1878
int
dpm_prepare
(pm_message_t state)
in dpm_prepare()
function
1882
trace_suspend_resume(TPS("
dpm_prepare
"), state.event, true);
in dpm_prepare()
1931
trace_suspend_resume(TPS("
dpm_prepare
"), state.event, false);
in dpm_prepare()
1947
error =
dpm_prepare
(state);
in dpm_suspend_start()
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
main.c
1866
*
dpm_prepare
- Prepare all non-sysdev devices for a system PM transition.
1871
int
dpm_prepare
(pm_message_t state)
in dpm_prepare()
function
1875
trace_suspend_resume(TPS("
dpm_prepare
"), state.event, true);
in dpm_prepare()
1924
trace_suspend_resume(TPS("
dpm_prepare
"), state.event, false);
in dpm_prepare()
1940
error =
dpm_prepare
(state);
in dpm_suspend_start()
Completed in 12 milliseconds