Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci_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()
/freebsd/sys/dev/pci/
H A Dvga_pci.c154 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in vga_pci_reset()
155 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in vga_pci_reset()
H A Dpci.c2834 case PCI_POWERSTATE_D0: in pci_set_powerstate_method()
2876 result = PCI_POWERSTATE_D0; in pci_get_powerstate_method()
2893 result = PCI_POWERSTATE_D0; in pci_get_powerstate_method()
4635 pci_set_power_child(dev, child, PCI_POWERSTATE_D0); in pci_resume_child()
6204 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) in pci_cfg_restore()
6205 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_cfg_restore()
6414 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_cfg_save()
6415 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_cfg_save()
6722 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_power_reset()
6723 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_power_reset()
H A Dpcivar.h516 #define PCI_POWERSTATE_D0 0 macro
/freebsd/sys/dev/sound/pci/
H A Dals4000.c820 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in als_pci_attach()
824 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in als_pci_attach()
H A Dcs4281.c767 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in cs4281_pci_attach()
772 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in cs4281_pci_attach()
H A Dvibes.c734 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in sv_attach()
737 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in sv_attach()
H A Dvia8233.c1186 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in via_attach()
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c72 CTASSERT(ACPI_STATE_D0 == PCI_POWERSTATE_D0);
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h388 AIC_POWER_STATE_D0 = PCI_POWERSTATE_D0,
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h216 #define PCI_D0 PCI_POWERSTATE_D0
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1813 pci_set_powerstate(pdev->dev.bsddev, PCI_POWERSTATE_D0); in mlx5_pci_slot_reset()