Home
last modified time | relevance | path

Searched refs:dev_pm_qos_add_notifier (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpm_qos.h174 int dev_pm_qos_add_notifier(struct device *dev,
246 static inline int dev_pm_qos_add_notifier(struct device *dev, in dev_pm_qos_add_notifier() function
/linux/drivers/devfreq/
H A Ddevfreq.c934 err = dev_pm_qos_add_notifier(dev, &devfreq->nb_min, in devfreq_add_device()
940 err = dev_pm_qos_add_notifier(dev, &devfreq->nb_max, in devfreq_add_device()
/linux/Documentation/power/
H A Dpm_qos_interface.rst170 int dev_pm_qos_add_notifier(device, notifier, type):
/linux/drivers/pmdomain/
H A Dcore.c1822 dev_pm_qos_add_notifier(dev, &gpd_data->nb, in genpd_add_device()
1890 dev_pm_qos_add_notifier(dev, &gpd_data->nb, DEV_PM_QOS_RESUME_LATENCY); in genpd_remove_device()