Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-driver.c498 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
543 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()
619 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
657 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
842 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
888 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1335 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
H A Dpci.h748 return PCI_UNKNOWN; in acpi_pci_get_power_state()
786 return PCI_UNKNOWN; in mid_pci_get_power_state()
H A Dpci-acpi.c1124 return PCI_UNKNOWN; in acpi_pci_get_power_state()
1128 return PCI_UNKNOWN; in acpi_pci_get_power_state()
H A Dpci.c1252 if (state == PCI_UNKNOWN) in pci_power_up()
2743 case PCI_UNKNOWN: in pci_target_state()
H A Dprobe.c1883 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/openbmc/linux/arch/x86/platform/intel-mid/
H A Dpwr.c278 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
282 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/openbmc/linux/arch/sparc/kernel/
H A Dpci.c331 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/openbmc/linux/drivers/ata/
H A Data_piix.c1012 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c368 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/openbmc/linux/include/linux/
H A Dpci.h178 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro