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:pmMode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/liteos_m/components/power/
H
A
D
los_pm.c
58
LOS_SysSleepEnum
pmMode
;
member
234
pm->sysMode = pm->
pmMode
;
in OsPmSuspendCheck()
279
pm->sysMode = pm->
pmMode
;
in OsPmSuspendSleep()
429
pm->
pmMode
= LOS_SYS_NORMAL_SLEEP;
in OsPmDeviceUnregister()
445
if ((pm->
pmMode
!= LOS_SYS_NORMAL_SLEEP) && (pm->
pmMode
!= LOS_SYS_LIGHT_SLEEP)) {
in OsPmTickTimerUnregister()
446
pm->
pmMode
= LOS_SYS_NORMAL_SLEEP;
in OsPmTickTimerUnregister()
462
pm->
pmMode
= LOS_SYS_NORMAL_SLEEP;
in OsPmSysctrlUnregister()
506
mode = pm->
pmMode
;
in LOS_PmModeGet()
543
pm->
pmMode
in LOS_PmModeSet()
[all...]
/kernel/liteos_a/kernel/extended/power/
H
A
D
los_pm.c
67
LOS_SysSleepEnum
pmMode
;
member
162
pm->sysMode = pm->
pmMode
;
in OsPmSuspendCheck()
308
pm->
pmMode
= LOS_SYS_NORMAL_SLEEP;
in OsPmDeviceUnregister()
322
pm->
pmMode
= LOS_SYS_NORMAL_SLEEP;
in OsPmSysctrlUnregister()
367
mode = pm->
pmMode
;
in LOS_PmModeGet()
398
pm->
pmMode
= mode;
in LOS_PmModeSet()
537
mode = (UINT32)pm->
pmMode
;
in LOS_PmLockRelease()
681
pm->
pmMode
= LOS_SYS_NORMAL_SLEEP;
in OsPmInit()
Completed in 2 milliseconds