Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pci/
Dmaestro.c184 static unsigned int powerstate_idle = PCI_POWERSTATE_D2;
188 static unsigned int powerstate_init = PCI_POWERSTATE_D2;
576 if (st == PCI_POWERSTATE_D1 || st == PCI_POWERSTATE_D2) in agg_stopclock()
654 agg_stopclock(ess, ACPI_PART_SPDIF, PCI_POWERSTATE_D2); in agg_init()
672 agg_stopclock(ess, ACPI_PART_WP, PCI_POWERSTATE_D2); in agg_init()
766 case PCI_POWERSTATE_D2: in agg_power()
797 case PCI_POWERSTATE_D2: in agg_power()
824 if (lastpwr != PCI_POWERSTATE_D2) in agg_power()
/freebsd-12-stable/sys/dev/acpica/
Dacpi_pci.c70 CTASSERT(ACPI_STATE_D2 == PCI_POWERSTATE_D2);
/freebsd-12-stable/sys/dev/aic7xxx/
Daic_osm_lib.h436 AIC_POWER_STATE_D2 = PCI_POWERSTATE_D2,
/freebsd-12-stable/sys/dev/pci/
Dpcivar.h509 #define PCI_POWERSTATE_D2 2 macro
Dpci.c2790 else if (highest == PCI_POWERSTATE_D2) in pci_set_powerstate_method()
2805 case PCI_POWERSTATE_D2: in pci_set_powerstate_method()
2845 result = PCI_POWERSTATE_D2; in pci_get_powerstate_method()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dpci.h184 #define PCI_D2 PCI_POWERSTATE_D2