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:platform_mode
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
hibernate.c
152
* @
platform_mode
: Whether or not to use the platform driver.
154
static int platform_begin(int
platform_mode
)
in platform_begin()
argument
156
return (
platform_mode
&& hibernation_ops) ? hibernation_ops->begin(PMSG_FREEZE) : 0;
in platform_begin()
161
* @
platform_mode
: Whether or not to use the platform driver.
163
static void platform_end(int
platform_mode
)
in platform_end()
argument
165
if (
platform_mode
&& hibernation_ops) {
in platform_end()
172
* @
platform_mode
: Whether or not to use the platform driver.
178
static int platform_pre_snapshot(int
platform_mode
)
in platform_pre_snapshot()
argument
180
return (
platform_mode
&& hibernation_ops) ? hibernation_ops->pre_snapshot() : 0;
in platform_pre_snapshot()
185
* @
platform_mode
192
platform_leave(int
platform_mode
)
platform_leave()
argument
208
platform_finish(int
platform_mode
)
platform_finish()
argument
225
platform_pre_restore(int
platform_mode
)
platform_pre_restore()
argument
241
platform_restore_cleanup(int
platform_mode
)
platform_restore_cleanup()
argument
252
platform_recover(int
platform_mode
)
platform_recover()
argument
301
create_image(int
platform_mode
)
create_image()
argument
382
hibernation_snapshot(int
platform_mode
)
hibernation_snapshot()
argument
476
resume_target_kernel(bool
platform_mode
)
resume_target_kernel()
argument
554
hibernation_restore(int
platform_mode
)
hibernation_restore()
argument
[all...]
H
A
D
power.h
63
extern int hibernation_snapshot(int
platform_mode
);
64
extern int hibernation_restore(int
platform_mode
);
Completed in 2 milliseconds