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:sleep_mode
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_lowpower.c
95
hi_u8
sleep_mode
;
in at_setup_sleep()
local
106
sleep_mode
= (hi_u8)atoi(argv[0]);
in at_setup_sleep()
107
if (
sleep_mode
> 2) { /* 0:wake up; 1:light sleep; 2:deep sleep */
in at_setup_sleep()
111
hi_lpc_set_type((hi_lpc_type)
sleep_mode
);
in at_setup_sleep()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
hi_wifi_driver_api.c
694
hi_s32 hi_wifi_set_plat_ps_mode(hi_u8
sleep_mode
)
in hi_wifi_set_plat_ps_mode()
argument
699
if (
sleep_mode
> HI_DEEP_SLEEP) {
in hi_wifi_set_plat_ps_mode()
700
oam_error_log1(0, 0, "hi_wifi_set_plat_ps_mode:: invalid
sleep_mode
[%hhu]",
sleep_mode
);
in hi_wifi_set_plat_ps_mode()
714
*(hi_u8 *)(write_msg.auc_value) =
sleep_mode
;
in hi_wifi_set_plat_ps_mode()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_wifi_api.h
1827
* @param
sleep_mode
[IN] Type #unsigned char, 0-no_sleep, 1-light_sleep, 2-deep_sleep.
1836
int hi_wifi_set_plat_ps_mode(unsigned char
sleep_mode
);
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H
A
D
rk806-regulator.c
151
struct rk806_dvs_status
sleep_mode
[RK806_ID_END];
member
539
pdata->
sleep_mode
[rid].sleep_en_val = val;
in rk806_set_suspend_enable_ctrl()
Completed in 8 milliseconds