Searched refs:PCI_POWER_ERROR (Results 1 – 3 of 3) sorted by relevance
918 return PCI_POWER_ERROR; in acpi_pci_choose_state()932 return PCI_POWER_ERROR; in acpi_pci_choose_state()
971 pci_platform_pm->choose_state(dev) : PCI_POWER_ERROR; in platform_pci_choose_state()1374 if (ret != PCI_POWER_ERROR) in pci_choose_state()2550 case PCI_POWER_ERROR: in pci_target_state()2606 if (target_state == PCI_POWER_ERROR) in pci_prepare_to_sleep()2647 if (target_state == PCI_POWER_ERROR) in pci_finish_runtime_suspend()
163 #define PCI_POWER_ERROR ((pci_power_t __force) -1) macro