Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/
Dpci-driver.c461 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
507 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()
542 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
580 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
607 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend_late()
795 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
843 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1312 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
Dpci-acpi.c1032 return PCI_UNKNOWN; in acpi_pci_get_power_state()
1036 return PCI_UNKNOWN; in acpi_pci_get_power_state()
Dpci.c777 return pci_platform_pm ? pci_platform_pm->get_state(dev) : PCI_UNKNOWN; in platform_pci_get_power_state()
869 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()
2335 case PCI_UNKNOWN: in pci_target_state()
Dprobe.c1765 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/Linux-v5.4/arch/x86/platform/intel-mid/
Dpwr.c278 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
282 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
/Linux-v5.4/arch/powerpc/kernel/
Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/Linux-v5.4/arch/sparc/kernel/
Dpci.c330 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/Linux-v5.4/drivers/pci/pcie/
Daspm.c438 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/Linux-v5.4/drivers/ata/
Data_piix.c1011 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/Linux-v5.4/include/linux/
Dpci.h143 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro