Searched refs:acpi_device_power_manageable (Results 1 – 4 of 4) sorted by relevance
97 if (!ret && acpi_device_power_manageable(acpi_dev)) in pnpacpi_set_resources()117 if (acpi_device_power_manageable(acpi_dev)) in pnpacpi_disable_resources()158 if (acpi_device_power_manageable(acpi_dev)) { in pnpacpi_suspend()190 if (acpi_device_power_manageable(acpi_dev)) in pnpacpi_resume()
525 return adev ? acpi_device_power_manageable(adev) : false; in acpi_pci_power_manageable()577 if (!adev || !acpi_device_power_manageable(adev)) in acpi_pci_get_power_state()625 if (!adev || !acpi_device_power_manageable(adev)) in acpi_pci_need_resume()
844 if (!acpi_device_power_manageable(adev)) in acpi_dev_pm_low_power()857 return acpi_device_power_manageable(adev) ? in acpi_dev_pm_full_power()
668 static inline bool acpi_device_power_manageable(struct acpi_device *adev) in acpi_device_power_manageable() function