Lines Matching +full:low +full:- +full:power
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…
60 /* Preparations before the CPU enters low power consumption.
65 /* The system performs low-power recovery.
106 * @brief Register a power management node.
109 * This API is used to register a power management node.
114 * @param node [IN] power management node.
125 * @brief Unregister a power management node.
128 * This API is used to unregister a power management node.
133 * @param node [IN] power management node.
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.
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.
293 * @brief The system enters the low-power flow.
296 * This API is used to enter the system into a low-power process.