Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-driver.c466 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()
H A Dpci-acpi.c1042 return PCI_UNKNOWN; in acpi_pci_get_power_state()
1046 return PCI_UNKNOWN; in acpi_pci_get_power_state()
H A Dpci.c966 return pci_platform_pm ? pci_platform_pm->get_state(dev) : PCI_UNKNOWN; in platform_pci_get_power_state()
1068 case PCI_UNKNOWN: /* Boot-up */ in pci_raw_set_power_state()
2561 case PCI_UNKNOWN: in pci_target_state()
H A Dprobe.c1835 dev->current_state = PCI_UNKNOWN; in pci_setup_device()
/OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/
H A Dpwr.c278 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
282 return PCI_UNKNOWN; in intel_mid_pci_get_power_state()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci.c330 dev->current_state = PCI_UNKNOWN; /* unknown power state */ in of_create_pci_dev()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Data_piix.c1009 pdev->current_state = PCI_UNKNOWN; in piix_pci_device_suspend()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c387 (endpoint->current_state != PCI_UNKNOWN)) in pcie_aspm_check_latency()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h163 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro