Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dpci-driver.c429 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
479 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()
513 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
551 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
578 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend_late()
715 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
751 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1139 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
Dpci.c594 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()
1882 case PCI_UNKNOWN: in pci_target_state()
Dprobe.c1163 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/linux-4.1.27/arch/powerpc/kernel/
Dpci_of_scan.c167 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-4.1.27/drivers/pci/pcie/
Daspm.c313 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/linux-4.1.27/arch/sparc/kernel/
Dpci.c330 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-4.1.27/drivers/ata/
Data_piix.c1027 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/linux-4.1.27/include/linux/
Dpci.h117 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro