Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/power/
H A Dqos.c170 req->dev->power.set_latency_tolerance(req->dev, value); in apply_constraint()
326 !dev->power.set_latency_tolerance; in dev_pm_qos_invalid_req_type()
643 while (ancestor && !ancestor->power.set_latency_tolerance) in dev_pm_qos_add_ancestor_request()
956 if (!dev->power.set_latency_tolerance) in dev_pm_qos_expose_latency_tolerance()
H A Dsysfs.c716 if (dev->power.set_latency_tolerance) { in dpm_sysfs_add()
767 if (dev->power.set_latency_tolerance) { in dpm_sysfs_change_owner()
/linux-6.15/Documentation/power/
H A Dpm_qos_interface.rst143 or whose power.set_latency_tolerance callback pointer is not NULL (for
191 to software, the .set_latency_tolerance callback in that device's dev_pm_info
197 .set_latency_tolerance() callback will be executed and the effective value will
208 If .set_latency_tolerance() is present for the device, sysfs attribute
/linux-6.15/drivers/mfd/
H A Dintel-lpss.c206 lpss->dev->power.set_latency_tolerance = intel_lpss_ltr_set; in intel_lpss_ltr_expose()
213 lpss->dev->power.set_latency_tolerance = NULL; in intel_lpss_ltr_hide()
/linux-6.15/drivers/ufs/host/
H A Dufshcd-pci.c282 dev->power.set_latency_tolerance = intel_ltr_set; in intel_ltr_expose()
289 dev->power.set_latency_tolerance = NULL; in intel_ltr_hide()
/linux-6.15/drivers/acpi/x86/
H A Dlpss.c1310 dev->power.set_latency_tolerance = acpi_lpss_set_ltr; in acpi_lpss_bind()
1317 dev->power.set_latency_tolerance = NULL; in acpi_lpss_unbind()
/linux-6.15/include/linux/
H A Dpm.h721 void (*set_latency_tolerance)(struct device *, s32); member
/linux-6.15/drivers/mmc/host/
H A Dsdhci-pci-core.c829 dev->power.set_latency_tolerance = intel_ltr_set; in intel_ltr_expose()
841 dev->power.set_latency_tolerance = NULL; in intel_ltr_hide()
/linux-6.15/drivers/nvme/host/
H A Dcore.c4953 ctrl->device->power.set_latency_tolerance = nvme_set_latency_tolerance; in nvme_add_ctrl()