Lines Matching refs:ACPI_STATE_D3_COLD
41 case ACPI_STATE_D3_COLD: in acpi_power_state_string()
114 if (psc > result && psc < ACPI_STATE_D3_COLD) in acpi_device_get_power()
166 || (state < ACPI_STATE_D0) || (state > ACPI_STATE_D3_COLD)) in acpi_device_set_power()
182 if (state == ACPI_STATE_D3_COLD) { in acpi_device_set_power()
189 if (!device->power.states[ACPI_STATE_D3_COLD].flags.valid) in acpi_device_set_power()
317 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
600 d_max = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
615 || ret > ACPI_STATE_D3_COLD) in acpi_dev_pm_get_state()
625 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
657 } else if (ACPI_SUCCESS(status) && ret <= ACPI_STATE_D3_COLD) { in acpi_dev_pm_get_state()
660 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
693 if (d_max_in < ACPI_STATE_D0 || d_max_in > ACPI_STATE_D3_COLD) in acpi_pm_device_sleep_state()