Searched refs:PCI_POWER_ERROR (Results 1 – 3 of 3) sorted by relevance
393 return PCI_POWER_ERROR; in acpi_pci_choose_state()407 return PCI_POWER_ERROR; in acpi_pci_choose_state()
555 pci_platform_pm->choose_state(dev) : PCI_POWER_ERROR; in platform_pci_choose_state()916 if (ret != PCI_POWER_ERROR) in pci_choose_state()1931 case PCI_POWER_ERROR: in pci_target_state()1972 if (target_state == PCI_POWER_ERROR) in pci_prepare_to_sleep()2011 if (target_state == PCI_POWER_ERROR) in pci_finish_runtime_suspend()
118 #define PCI_POWER_ERROR ((pci_power_t __force) -1) macro