Home
last modified time | relevance | path

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

/linux-6.6.21/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()
612 pci_dev->current_state = PCI_UNKNOWN; in pci_pm_set_unknown_state()
650 && pci_dev->current_state != PCI_UNKNOWN) { in pci_legacy_suspend()
835 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend()
881 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_suspend_noirq()
1328 && pci_dev->current_state != PCI_UNKNOWN) { in pci_pm_runtime_suspend()
Dpci.h753 return PCI_UNKNOWN; in acpi_pci_get_power_state()
791 return PCI_UNKNOWN; in mid_pci_get_power_state()
Dpci-acpi.c1124 return PCI_UNKNOWN; in acpi_pci_get_power_state()
1128 return PCI_UNKNOWN; in acpi_pci_get_power_state()
Dpci.c1247 if (state == PCI_UNKNOWN) in pci_power_up()
2712 case PCI_UNKNOWN: in pci_target_state()
Dprobe.c1883 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/linux-6.6.21/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.6.21/arch/powerpc/kernel/
Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-6.6.21/arch/sparc/kernel/
Dpci.c331 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/linux-6.6.21/drivers/ata/
Data_piix.c1012 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/linux-6.6.21/drivers/pci/pcie/
Daspm.c368 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/linux-6.6.21/include/linux/
Dpci.h178 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro