Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/
Dpci-driver.c491 pci_dev->current_state = PCI_UNKNOWN; in pci_device_remove()
536 pci_update_current_state(pci_dev, PCI_UNKNOWN); in pci_restore_standard_config()
599 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
637 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
822 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
868 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1315 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
Dpci.h737 return PCI_UNKNOWN; in acpi_pci_get_power_state()
775 return PCI_UNKNOWN; in mid_pci_get_power_state()
Dpci-acpi.c1080 return PCI_UNKNOWN; in acpi_pci_get_power_state()
1084 return PCI_UNKNOWN; in acpi_pci_get_power_state()
Dpci.c1210 if (state == PCI_UNKNOWN) in pci_power_up()
2654 case PCI_UNKNOWN: in pci_target_state()
Dprobe.c1869 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/linux-6.1.9/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-6.1.9/arch/powerpc/kernel/
Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-6.1.9/arch/sparc/kernel/
Dpci.c330 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-6.1.9/drivers/ata/
Data_piix.c1012 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/linux-6.1.9/drivers/pci/pcie/
Daspm.c404 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/linux-6.1.9/include/linux/
Dpci.h177 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro