Lines Matching defs:state
46 * SCMI power state parameter bit field encoding for SynQuacer platform.
51 * | | | state | state | state | state |
54 * `Max level` encodes the highest level that has a valid power state
55 * encoded in the power state.
79 * The SCMI power state enumeration for a power domain level
126 ERROR("SCMI set power state command return 0x%x unexpected\n",
155 ERROR("SCMI set power state command return 0x%x unexpected\n",
161 void __dead2 sq_scmi_system_off(int state)
177 state);
180 ERROR("SCMI system power state set 0x%x returns unexpected 0x%x\n",
181 state, ret);
185 ERROR("SCMI set power state: operation not handled.\n");