Home
last modified time | relevance | path

Searched refs:set_latency_tolerance (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/base/power/
Dqos.c163 req->dev->power.set_latency_tolerance(req->dev, value); in apply_constraint()
297 && !dev->power.set_latency_tolerance); in dev_pm_qos_invalid_request()
589 while (ancestor && !ancestor->power.set_latency_tolerance) in dev_pm_qos_add_ancestor_request()
Dsysfs.c694 if (dev->power.set_latency_tolerance) { in dpm_sysfs_add()
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt142 or whose power.set_latency_tolerance callback pointer is not NULL (for
197 to software, the .set_latency_tolerance callback in that device's dev_pm_info
203 .set_latency_tolerance() callback will be executed and the effective value will
214 If .set_latency_tolerance() is present for the device, sysfs attribute
/linux-4.1.27/drivers/acpi/
Dacpi_lpss.c713 dev->power.set_latency_tolerance = acpi_lpss_set_ltr; in acpi_lpss_bind()
720 dev->power.set_latency_tolerance = NULL; in acpi_lpss_unbind()
/linux-4.1.27/include/linux/
Dpm.h594 void (*set_latency_tolerance)(struct device *, s32); member