Home
last modified time | relevance | path

Searched refs:PCI_POWERSTATE_D3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pci/
H A Dvga_pci.c154 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()
H A Dpci.c2817 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()
H A Dpcivar.h519 #define PCI_POWERSTATE_D3 3 macro
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c75 CTASSERT(ACPI_STATE_D3 == PCI_POWERSTATE_D3);
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h391 AIC_POWER_STATE_D3 = PCI_POWERSTATE_D3
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h220 #define PCI_D3hot PCI_POWERSTATE_D3