Home
last modified time | relevance | path

Searched refs:acpi_device_power_manageable (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pnp/pnpacpi/
H A Dcore.c83 if (!ret && acpi_device_power_manageable(acpi_dev)) in pnpacpi_set_resources()
103 if (acpi_device_power_manageable(acpi_dev)) in pnpacpi_disable_resources()
144 if (acpi_device_power_manageable(acpi_dev)) { in pnpacpi_suspend()
176 if (acpi_device_power_manageable(acpi_dev)) in pnpacpi_resume()
/linux/drivers/acpi/
H A Ddevice_pm.c987 if (!acpi_device_power_manageable(adev)) in acpi_dev_pm_low_power()
1000 return acpi_device_power_manageable(adev) ? in acpi_dev_pm_full_power()
/linux/include/acpi/
H A Dacpi_bus.h803 static inline bool acpi_device_power_manageable(struct acpi_device *adev) in acpi_device_power_manageable() function
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1047 if (!acpi_device_power_manageable(acpi_dev)) in hw_init_v3_hw()