Lines Matching refs:ACPI_STATE_D3_COLD
47 case ACPI_STATE_D3_COLD: in acpi_power_state_string()
103 if (psc > result && psc < ACPI_STATE_D3_COLD) in acpi_device_get_power()
155 || (state < ACPI_STATE_D0) || (state > ACPI_STATE_D3_COLD)) in acpi_device_set_power()
167 if (state == ACPI_STATE_D3_COLD) { in acpi_device_set_power()
174 if (!device->power.states[ACPI_STATE_D3_COLD].flags.valid) in acpi_device_set_power()
270 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
532 d_max = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
547 || ret > ACPI_STATE_D3_COLD) in acpi_dev_pm_get_state()
557 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
582 } else if (ACPI_SUCCESS(status) && ret <= ACPI_STATE_D3_COLD) { in acpi_dev_pm_get_state()
585 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
618 if (d_max_in < ACPI_STATE_D0 || d_max_in > ACPI_STATE_D3_COLD) in acpi_pm_device_sleep_state()