Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-driver.c518 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
563 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()
633 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
673 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
861 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
907 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1353 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
H A Dpci-acpi.c1139 return PCI_UNKNOWN; in acpi_pci_get_power_state()
1143 return PCI_UNKNOWN; in acpi_pci_get_power_state()
H A Dpci.c1308 if (state == PCI_UNKNOWN) in pci_power_up()
2625 case PCI_UNKNOWN: in pci_target_state()
H A Dprobe.c2081 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux/arch/sparc/kernel/
H A Dpci.c354 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux/drivers/ata/
H A Data_piix.c1012 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/linux/drivers/pci/pcie/
H A Daspm.c578 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/linux/include/linux/
H A Dpci.h179 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c18247 pdev->current_state != PCI_UNKNOWN) { in tg3_shutdown()