Lines Matching refs:state
13 * low-power state in which certain types of activity are not desirable or that
14 * it is leaving such a state, which allows the platform to adjust its operation
306 * The LPS0 constraint is the shallowest (minimum) power state in which the
308 * energy conservation by utilizing a system-wide low-power state.
311 * - ACPI power state value of the constraint for @adev on success.
337 "LPI: required min power state:%s current power state:%s\n",
339 acpi_power_state_string(adev->power.state));
347 if (adev->power.state < entry->min_dstate)
349 "LPI: Constraint not met; min power state:%s current power state:%s\n",
351 acpi_power_state_string(adev->power.state));
360 static const char *acpi_sleep_dsm_state_to_str(unsigned int state)
363 switch (state) {
378 switch (state) {
407 "%s transitioned to state %s\n",