Searched refs:PCI_UNKNOWN (Results 1 – 8 of 8) sorted by relevance
429 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()
594 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()1882 case PCI_UNKNOWN: in pci_target_state()
1163 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
167 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
313 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
330 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