Searched refs:PCI_UNKNOWN (Results 1 – 10 of 10) sorted by relevance
466 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()512 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()554 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()592 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()771 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()817 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()1265 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
1042 return PCI_UNKNOWN; in acpi_pci_get_power_state()1046 return PCI_UNKNOWN; in acpi_pci_get_power_state()
959 return pci_platform_pm ? pci_platform_pm->get_state(dev) : PCI_UNKNOWN; in platform_pci_get_power_state()1061 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()2551 case PCI_UNKNOWN: in pci_target_state()
1835 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
278 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()282 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
330 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
387 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
1009 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
162 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro