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

/freebsd-current/sys/dev/pci/
H A Dvga_pci.c154 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3)
156 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D3)
157 pci_set_powerstate(dev, PCI_POWERSTATE_D3);
H A Dpcivar.h519 #define PCI_POWERSTATE_D3 3 macro
H A Dpci.c2819 if (highest == PCI_POWERSTATE_D3)
2841 case PCI_POWERSTATE_D3:
2879 result = PCI_POWERSTATE_D3;
4616 pci_set_power_child(dev, child, PCI_POWERSTATE_D3);
6291 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3)
6293 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D3)
6294 pci_set_powerstate(dev, PCI_POWERSTATE_D3);
6599 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3)
6601 pci_set_powerstate(dev, PCI_POWERSTATE_D3);
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci.c75 CTASSERT(ACPI_STATE_D3 == PCI_POWERSTATE_D3);
/freebsd-current/sys/dev/aic7xxx/
H A Daic_osm_lib.h391 AIC_POWER_STATE_D3 = PCI_POWERSTATE_D3
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h219 #define PCI_D3hot PCI_POWERSTATE_D3

Completed in 314 milliseconds