Lines Matching +full:power +full:- +full:down
4 * SPDX-License-Identifier: Apache-2.0
12 * @brief Public API for CPU Power Management
27 * @defgroup power_management_cpu_api CPU Power Management
33 * @brief Power down the calling core
35 * This call is intended for use in hotplug. A core that is powered down by
39 * @retval -ENOTSUP If the operation is not supported
44 * @brief Power up a core
46 * This call is used to power up cores that either have not yet been booted
47 * into the calling supervisory software or have been previously powered down
50 * @param cpuid CPU id to power on
54 * @retval -ENOTSUP If the operation is not supported