Searched refs:PCI_D2 (Results 1 – 7 of 7) sorted by relevance
401 return PCI_D2; in acpi_pci_choose_state()422 [PCI_D2] = ACPI_STATE_D2, in acpi_pci_set_power_state()441 case PCI_D2: in acpi_pci_set_power_state()
616 || (state == PCI_D2 && !dev->d2_support)) in pci_raw_set_power_state()628 case PCI_D2: in pci_raw_set_power_state()651 else if (state == PCI_D2 || dev->current_state == PCI_D2) in pci_raw_set_power_state()865 else if ((state == PCI_D1 || state == PCI_D2) && pci_no_d1d2(dev)) in pci_set_power_state()1935 case PCI_D2: in pci_target_state()
390 { PCI_D2, 0x02 },
2591 radeonfb_whack_power_state(rinfo, PCI_D2); in radeon_set_suspend()2592 __pci_complete_power_transition(rinfo->pdev, PCI_D2); in radeon_set_suspend()
2449 pci_set_power_state(pdev, PCI_D2); in aty128_set_suspend()
638 state = PCI_D2; in vfio_pm_config_write()
114 #define PCI_D2 ((pci_power_t __force) 2) macro