Searched refs:PCI_POWERSTATE_D0 (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/usb/controller/ |
| H A D | ohci_pci.c | 103 if (pci_get_powerstate(self) != PCI_POWERSTATE_D0) { in ohci_pci_take_controller() 108 pci_set_powerstate(self, PCI_POWERSTATE_D0); in ohci_pci_take_controller()
|
| /freebsd/sys/dev/pci/ |
| H A D | vga_pci.c | 153 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in vga_pci_reset() 154 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in vga_pci_reset()
|
| H A D | pcivar.h | 513 #define PCI_POWERSTATE_D0 0 macro 529 MPASS(state >= PCI_POWERSTATE_D0 && state <= PCI_POWERSTATE_MAX); in pci_powerstate_to_str()
|
| H A D | pci.c | 2889 case PCI_POWERSTATE_D0: in pci_set_powerstate_method() 2934 result = PCI_POWERSTATE_D0; in pci_get_powerstate_method() 2951 result = PCI_POWERSTATE_D0; in pci_get_powerstate_method() 4724 pci_set_power_child(dev, child, PCI_POWERSTATE_D0); in pci_resume_child() 6290 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) in pci_cfg_restore() 6291 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_cfg_restore() 6500 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_cfg_save() 6501 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_cfg_save() 6804 if (ps != PCI_POWERSTATE_D0 && ps != PCI_POWERSTATE_D3) in pci_power_reset() 6805 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in pci_power_reset()
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | als4000.c | 818 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in als_pci_attach() 822 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in als_pci_attach()
|
| H A D | cs4281.c | 767 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 D | vibes.c | 734 if (pci_get_powerstate(dev) != PCI_POWERSTATE_D0) { in sv_attach() 737 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in sv_attach()
|
| H A D | via8233.c | 1184 pci_set_powerstate(dev, PCI_POWERSTATE_D0); in via_attach()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_pci.c | 69 CTASSERT(ACPI_STATE_D0 == PCI_POWERSTATE_D0);
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic_osm_lib.h | 388 AIC_POWER_STATE_D0 = PCI_POWERSTATE_D0,
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 219 #define PCI_D0 PCI_POWERSTATE_D0
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_main.c | 1833 pci_set_powerstate(pdev->dev.bsddev, PCI_POWERSTATE_D0); in mlx5_pci_slot_reset()
|