Lines Matching +full:mode +full:- +full:normal
2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
55 …UINT32 (*suspend)(UINT32 mode); /* The device enters low power consumption, Unlocked task scheduli…
56 …VOID (*resume)(UINT32 mode); /* The device exits from low power consumption, Unlocked task sche…
61 * All modes except normal mode are invoked.
64 UINT32 (*early)(UINT32 mode);
65 /* The system performs low-power recovery.
66 * All modes except normal mode are invoked.
69 VOID (*late)(UINT32 mode);
70 /* The system enters the Normal sleep mode.
71 * In normal mode, the value cannot be NULL.
74 /* The system recovers from normal sleep.
78 /* The system enters the light sleep mode.
79 * In light sleep mode, the value cannot be NULL.
86 /* The system enters the deep sleep mode.
87 * In deep sleep mode, the value cannot be NULL.
94 /* The system enters the shutdown mode.
95 * In shutdown mode, the value cannot be NULL.
99 * In shutdown mode, the value cannot be NULL.
147 * This API is used to set the system wake-up flag.
162 * @brief Get the low power mode of the current system.
165 * This API is used to get the low power mode of the current system.
180 * @brief Set low power mode.
183 * This API is used to set low power mode.
187 * @param mode [IN] low power mode.
194 UINT32 LOS_PmModeSet(LOS_SysSleepEnum mode);
198 * @brief Get the low power mode of the current system.
201 * This API is used to get the low power mode of the current system.
216 * @brief Request to obtain the lock in current mode, so that the system will not enter
217 * this mode when it enters the idle task next time.
220 * This API is used to obtain the lock in current mode.
235 * @brief Request to obtain the lock in current mode, so that the system will not enter
236 * this mode when it enters the idle task next time. After the specified interval, the
240 * This API is used to obtain the delay lock in current mode.
256 * @brief Release the lock in current mode so that the next time the system enters
257 * the idle task, it will enter this mode.
260 * This API is used to release the lock in current mode.
293 * @brief The system enters the low-power flow.
296 * This API is used to enter the system into a low-power process.