Home
last modified time | relevance | path

Searched refs:PCI_POWERSTATE_D1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_pci.c73 CTASSERT(ACPI_STATE_D1 == PCI_POWERSTATE_D1);
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h389 AIC_POWER_STATE_D1 = PCI_POWERSTATE_D1,
/freebsd/sys/dev/pci/
H A Dpcivar.h517 #define PCI_POWERSTATE_D1 1 macro
H A Dpci.c2837 case PCI_POWERSTATE_D1: in pci_set_powerstate_method()
2879 result = PCI_POWERSTATE_D1; in pci_get_powerstate_method()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h217 #define PCI_D1 PCI_POWERSTATE_D1