Home
last modified time | relevance | path

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

/linux/Documentation/power/
H A Dpm_qos_interface.rst136 or whose power.set_latency_tolerance callback pointer is not NULL (for
184 to software, the .set_latency_tolerance callback in that device's dev_pm_info
190 .set_latency_tolerance() callback will be executed and the effective value will
201 If .set_latency_tolerance() is present for the device, sysfs attribute
/linux/drivers/ufs/host/
H A Dufshcd-pci.c277 dev->power.set_latency_tolerance = intel_ltr_set; in intel_ltr_expose()
284 dev->power.set_latency_tolerance = NULL; in intel_ltr_hide()
/linux/drivers/base/power/
H A Dsysfs.c713 if (dev->power.set_latency_tolerance) { in dpm_sysfs_add()
764 if (dev->power.set_latency_tolerance) { in dpm_sysfs_change_owner()
/linux/drivers/acpi/x86/
H A Dlpss.c1307 dev->power.set_latency_tolerance = acpi_lpss_set_ltr; in acpi_lpss_bind()
1314 dev->power.set_latency_tolerance = NULL; in acpi_lpss_unbind()
/linux/include/linux/
H A Dpm.h723 void (*set_latency_tolerance)(struct device *, s32); member
/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c818 dev->power.set_latency_tolerance = intel_ltr_set; in intel_ltr_expose()
830 dev->power.set_latency_tolerance = NULL; in intel_ltr_hide()
/linux/drivers/nvme/host/
H A Dcore.c5168 ctrl->device->power.set_latency_tolerance = nvme_set_latency_tolerance; in nvme_add_ctrl()