Searched refs:PCI_UNKNOWN (Results 1 – 8 of 8) sorted by relevance
442 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()
634 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()1932 case PCI_UNKNOWN: in pci_target_state()
1217 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
163 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
310 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
327 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
1027 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
117 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro