Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/power/
Dqos.c159 req->dev->power.set_latency_tolerance(req->dev, value); in apply_constraint()
295 !dev->power.set_latency_tolerance; in dev_pm_qos_invalid_req_type()
581 while (ancestor && !ancestor->power.set_latency_tolerance) in dev_pm_qos_add_ancestor_request()
894 if (!dev->power.set_latency_tolerance) in dev_pm_qos_expose_latency_tolerance()
Dsysfs.c665 if (dev->power.set_latency_tolerance) { in dpm_sysfs_add()
/Linux-v5.4/Documentation/power/
Dpm_qos_interface.rst151 or whose power.set_latency_tolerance callback pointer is not NULL (for
199 to software, the .set_latency_tolerance callback in that device's dev_pm_info
205 .set_latency_tolerance() callback will be executed and the effective value will
216 If .set_latency_tolerance() is present for the device, sysfs attribute
/Linux-v5.4/drivers/mfd/
Dintel-lpss.c198 lpss->dev->power.set_latency_tolerance = intel_lpss_ltr_set; in intel_lpss_ltr_expose()
205 lpss->dev->power.set_latency_tolerance = NULL; in intel_lpss_ltr_hide()
/Linux-v5.4/include/linux/
Dpm.h629 void (*set_latency_tolerance)(struct device *, s32); member
/Linux-v5.4/drivers/acpi/
Dacpi_lpss.c1304 dev->power.set_latency_tolerance = acpi_lpss_set_ltr; in acpi_lpss_bind()
1311 dev->power.set_latency_tolerance = NULL; in acpi_lpss_unbind()
/Linux-v5.4/drivers/nvme/host/
Dcore.c4078 ctrl->device->power.set_latency_tolerance = nvme_set_latency_tolerance; in nvme_init_ctrl()