Home
last modified time | relevance | path

Searched refs:PCI_POWERSTATE_D0 (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDohci_pci.c104 if (pci_get_powerstate(self) != PCI_POWERSTATE_D0) { in ohci_pci_take_controller()
109 pci_set_powerstate(self, PCI_POWERSTATE_D0); in ohci_pci_take_controller()
/NextBSD/sys/dev/sound/pci/
HDmaestro.c761 case PCI_POWERSTATE_D0: in agg_power()
785 pci_set_powerstate(ess->dev, PCI_POWERSTATE_D0); in agg_power()
789 case PCI_POWERSTATE_D0: in agg_power()
799 pci_set_powerstate(ess->dev, PCI_POWERSTATE_D0); in agg_power()
803 case PCI_POWERSTATE_D0: in agg_power()
1847 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in agg_attach()
1884 agg_power(ess, PCI_POWERSTATE_D0); in agg_attach()
HDcs4281.c771 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in cs4281_pci_attach()
776 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in cs4281_pci_attach()
HDals4000.c821 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in als_pci_attach()
825 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in als_pci_attach()
HDvibes.c733 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in sv_attach()
736 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in sv_attach()
HDvia8233.c1187 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in via_attach()
/NextBSD/sys/dev/acpica/
HDacpi_pci.c67 CTASSERT(ACPI_STATE_D0 == PCI_POWERSTATE_D0);
/NextBSD/sys/dev/pci/
HDpci.c2509 case PCI_POWERSTATE_D0: in pci_set_powerstate_method()
2551 result = PCI_POWERSTATE_D0; in pci_get_powerstate_method()
2568 result = PCI_POWERSTATE_D0; in pci_get_powerstate_method()
3858 pci_set_power_child(dev, child, PCI_POWERSTATE_D0); in pci_resume_child()
5229 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) in pci_cfg_restore()
5230 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_cfg_restore()
5427 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_cfg_save()
5428 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_cfg_save()
HDpcivar.h429 #define PCI_POWERSTATE_D0 0 macro
/NextBSD/sys/dev/aic7xxx/
HDaic_osm_lib.h434 AIC_POWER_STATE_D0 = PCI_POWERSTATE_D0,
/NextBSD/sys/dev/ixgbe/
HDif_ixgbe.c3278 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in ixgbe_if_resume()