Lines Matching refs:ACPI_STATE_D3_COLD
41 case ACPI_STATE_D3_COLD: in acpi_power_state_string()
116 if (psc > result && psc < ACPI_STATE_D3_COLD) in acpi_device_get_power()
168 || (state < ACPI_STATE_D0) || (state > ACPI_STATE_D3_COLD)) in acpi_device_set_power()
181 if (state == ACPI_STATE_D3_COLD) { in acpi_device_set_power()
188 if (!device->power.states[ACPI_STATE_D3_COLD].flags.valid) in acpi_device_set_power()
325 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
468 if (adev->power.state == ACPI_STATE_D3_COLD) in acpi_power_up_if_adr_present()
673 d_max = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
688 || ret > ACPI_STATE_D3_COLD) in acpi_dev_pm_get_state()
698 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
745 } else if (ACPI_SUCCESS(status) && ret <= ACPI_STATE_D3_COLD) { in acpi_dev_pm_get_state()
748 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()
781 if (d_max_in < ACPI_STATE_D0 || d_max_in > ACPI_STATE_D3_COLD) in acpi_pm_device_sleep_state()