Searched refs:ACPI_STATE_D3_COLD (Results 1 – 6 of 6) sorted by relevance
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()481 if (adev->power.state == ACPI_STATE_D3_COLD) in acpi_power_up_if_adr_present()686 d_max = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()701 || ret > ACPI_STATE_D3_COLD) in acpi_dev_pm_get_state()711 ret = ACPI_STATE_D3_COLD; in acpi_dev_pm_get_state()[all …]
105 acpi_device_set_power(acpi_dev, ACPI_STATE_D3_COLD); in pnpacpi_disable_resources()147 ACPI_STATE_D3_COLD); in pnpacpi_suspend()150 ACPI_STATE_D0 : ACPI_STATE_D3_COLD; in pnpacpi_suspend()
83 acpi_device_set_power(ihid_acpi->adev, ACPI_STATE_D3_COLD); in i2c_hid_acpi_shutdown_tail()
940 d_max = ACPI_STATE_D3_COLD; in acpi_pci_choose_state()954 case ACPI_STATE_D3_COLD: in acpi_pci_choose_state()1087 [PCI_D3cold] = ACPI_STATE_D3_COLD, in acpi_pci_set_power_state()1142 [ACPI_STATE_D3_COLD] = PCI_D3cold, in acpi_pci_get_power_state()
159 acpi_device_set_power(adev, ACPI_STATE_D3_COLD); in atomisp_register_i2c_module()1013 ACPI_STATE_D3_COLD); in gmin_acpi_pm_ctrl()
595 #define ACPI_STATE_D3_COLD ACPI_STATE_D3 macro