Searched refs:set_latency_tolerance (Results 1 – 7 of 7) sorted by relevance
153 req->dev->power.set_latency_tolerance(req->dev, value); in apply_constraint()287 !dev->power.set_latency_tolerance; in dev_pm_qos_invalid_req_type()549 while (ancestor && !ancestor->power.set_latency_tolerance) in dev_pm_qos_add_ancestor_request()859 if (!dev->power.set_latency_tolerance) in dev_pm_qos_expose_latency_tolerance()
665 if (dev->power.set_latency_tolerance) { in dpm_sysfs_add()
141 or whose power.set_latency_tolerance callback pointer is not NULL (for185 to software, the .set_latency_tolerance callback in that device's dev_pm_info191 .set_latency_tolerance() callback will be executed and the effective value will202 If .set_latency_tolerance() is present for the device, sysfs attribute
211 lpss->dev->power.set_latency_tolerance = intel_lpss_ltr_set; in intel_lpss_ltr_expose()218 lpss->dev->power.set_latency_tolerance = NULL; in intel_lpss_ltr_hide()
640 void (*set_latency_tolerance)(struct device *, s32); member
1135 dev->power.set_latency_tolerance = acpi_lpss_set_ltr; in acpi_lpss_bind()1142 dev->power.set_latency_tolerance = NULL; in acpi_lpss_unbind()
3567 ctrl->device->power.set_latency_tolerance = nvme_set_latency_tolerance; in nvme_init_ctrl()