Lines Matching refs:ACPI_STATE_D3_COLD
51 case ACPI_STATE_D3_COLD: in acpi_power_state_string()
108 if (psc > result && psc < ACPI_STATE_D3_COLD) in acpi_device_get_power()
111 result = psc > ACPI_STATE_D2 ? ACPI_STATE_D3_COLD : psc; in acpi_device_get_power()
160 || (state < ACPI_STATE_D0) || (state > ACPI_STATE_D3_COLD)) in acpi_device_set_power()
187 if (state == ACPI_STATE_D3_COLD in acpi_device_set_power()
188 && device->power.states[ACPI_STATE_D3_COLD].flags.os_accessible) { in acpi_device_set_power()
217 state = ACPI_STATE_D3_COLD; in acpi_device_set_power()
266 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
517 d_max = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
532 || ret > ACPI_STATE_D3_COLD) in acpi_dev_pm_get_state()
542 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
567 } else if (ACPI_SUCCESS(status) && ret <= ACPI_STATE_D3_COLD) { in acpi_dev_pm_get_state()
570 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
603 if (d_max_in < ACPI_STATE_D0 || d_max_in > ACPI_STATE_D3_COLD) in acpi_pm_device_sleep_state()