Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dpci-driver.c442 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
492 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()
526 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
564 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
591 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend_late()
734 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
770 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1170 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
Dpci.c634 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()
1932 case PCI_UNKNOWN: in pci_target_state()
Dprobe.c1217 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/linux-4.4.14/arch/powerpc/kernel/
Dpci_of_scan.c163 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-4.4.14/drivers/pci/pcie/
Daspm.c310 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/linux-4.4.14/arch/sparc/kernel/
Dpci.c327 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-4.4.14/drivers/ata/
Data_piix.c1027 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/linux-4.4.14/include/linux/
Dpci.h117 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro