Home
last modified time | relevance | path

Searched refs:dev_pm_qos_hide_latency_tolerance (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dpm_qos.h193 void dev_pm_qos_hide_latency_tolerance(struct device *dev);
281 static inline void dev_pm_qos_hide_latency_tolerance(struct device *dev) {} in dev_pm_qos_hide_latency_tolerance() function
/openbmc/linux/drivers/base/power/
H A Dqos.c970 void dev_pm_qos_hide_latency_tolerance(struct device *dev) in dev_pm_qos_hide_latency_tolerance() function
982 EXPORT_SYMBOL_GPL(dev_pm_qos_hide_latency_tolerance);
/openbmc/linux/drivers/mfd/
H A Dintel-lpss.c204 dev_pm_qos_hide_latency_tolerance(lpss->dev); in intel_lpss_ltr_hide()
/openbmc/linux/drivers/ufs/host/
H A Dufshcd-pci.c285 dev_pm_qos_hide_latency_tolerance(dev); in intel_ltr_hide()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c3145 dev_pm_qos_hide_latency_tolerance(ctrl->device); in nvme_init_identify()
4387 dev_pm_qos_hide_latency_tolerance(ctrl->device); in nvme_uninit_ctrl()
4520 dev_pm_qos_hide_latency_tolerance(ctrl->device); in nvme_init_ctrl()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c833 dev_pm_qos_hide_latency_tolerance(dev); in intel_ltr_hide()