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()
183 if (state == ACPI_STATE_D3_COLD) { in acpi_device_set_power()
190 if (!device->power.states[ACPI_STATE_D3_COLD].flags.valid) in acpi_device_set_power()
320 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
603 d_max = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
618 || ret > ACPI_STATE_D3_COLD) in acpi_dev_pm_get_state()
628 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
660 } else if (ACPI_SUCCESS(status) && ret <= ACPI_STATE_D3_COLD) { in acpi_dev_pm_get_state()
663 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
696 if (d_max_in < ACPI_STATE_D0 || d_max_in > ACPI_STATE_D3_COLD) in acpi_pm_device_sleep_state()