Searched refs:PCI_POWERSTATE_D3 (Results 1 – 6 of 6) sorted by relevance
154 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in vga_pci_reset()156 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D3) in vga_pci_reset()157 pci_set_powerstate(dev, PCI_POWERSTATE_D3); in vga_pci_reset()
2817 if (highest == PCI_POWERSTATE_D3) in pci_set_powerstate_method()2839 case PCI_POWERSTATE_D3: in pci_set_powerstate_method()2877 result = PCI_POWERSTATE_D3; in pci_get_powerstate_method()4602 pci_set_power_child(dev, child, PCI_POWERSTATE_D3); in pci_suspend_child()6390 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_cfg_save()6392 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D3) in pci_cfg_save()6393 pci_set_powerstate(dev, PCI_POWERSTATE_D3); in pci_cfg_save()6698 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_power_reset()6700 pci_set_powerstate(dev, PCI_POWERSTATE_D3); in pci_power_reset()
519 #define PCI_POWERSTATE_D3 3 macro
75 CTASSERT(ACPI_STATE_D3 == PCI_POWERSTATE_D3);
391 AIC_POWER_STATE_D3 = PCI_POWERSTATE_D3
220 #define PCI_D3hot PCI_POWERSTATE_D3