Lines Matching defs:state
25 * SCMI power state parameter bit field encoding for ARM CSS platforms.
30 * | | | state | state | state | state |
33 * `Max level` encodes the highest level that has a valid power state
34 * encoded in the power state.
58 * The SCMI power state enumeration for a power domain level
139 /* For level 0, specify `scmi_power_state_sleep` as the power state */
150 * Specify `scmi_power_state_off` as power state for higher
165 ERROR("SCMI set power state command return 0x%x unexpected\n",
206 ERROR("SCMI set power state command return 0x%x unexpected\n",
236 ERROR("SCMI set power state command return 0x%x unexpected\n",
243 * Helper function to get the power state of a power domain node as reported
252 /* We don't support get power state at the system power domain level */
255 WARN("Invalid power level %u specified for SCMI get power state\n",
268 WARN("SCMI get power state command return 0x%x unexpected\n",
274 * Find the maximum power level described in the get power state
301 void __dead2 css_scp_system_off(int state)
333 state);
336 ERROR("SCMI system power state set 0x%x returns unexpected 0x%x\n",
337 state, ret);
344 ERROR("CSS set power state: operation not handled.\n");
429 ERROR("Set power state command is not supported by SCMI\n");