Searched refs:acpi_device_power_manageable (Results 1 – 4 of 4) sorted by relevance
84 if (!ret && acpi_device_power_manageable(acpi_dev)) in pnpacpi_set_resources()104 if (acpi_device_power_manageable(acpi_dev)) in pnpacpi_disable_resources()145 if (acpi_device_power_manageable(acpi_dev)) { in pnpacpi_suspend()177 if (acpi_device_power_manageable(acpi_dev)) in pnpacpi_resume()
978 return adev ? acpi_device_power_manageable(adev) : false; in acpi_pci_power_manageable()1031 if (!adev || !acpi_device_power_manageable(adev)) in acpi_pci_get_power_state()1045 if (adev && acpi_device_power_manageable(adev)) in acpi_pci_refresh_power_state()1088 if (!adev || !acpi_device_power_manageable(adev)) in acpi_pci_need_resume()
894 if (!acpi_device_power_manageable(adev)) in acpi_dev_pm_low_power()907 return acpi_device_power_manageable(adev) ? in acpi_dev_pm_full_power()
669 static inline bool acpi_device_power_manageable(struct acpi_device *adev) in acpi_device_power_manageable() function