Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
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-6.1.9/drivers/base/power/
Dqos.c535 int dev_pm_qos_add_notifier(struct device *dev, struct notifier_block *notifier, in dev_pm_qos_add_notifier() function
572 EXPORT_SYMBOL_GPL(dev_pm_qos_add_notifier);
Ddomain.c1659 dev_pm_qos_add_notifier(dev, &gpd_data->nb, in genpd_add_device()
1723 dev_pm_qos_add_notifier(dev, &gpd_data->nb, DEV_PM_QOS_RESUME_LATENCY); in genpd_remove_device()
/linux-6.1.9/drivers/devfreq/
Ddevfreq.c912 err = dev_pm_qos_add_notifier(dev, &devfreq->nb_min, in devfreq_add_device()
918 err = dev_pm_qos_add_notifier(dev, &devfreq->nb_max, in devfreq_add_device()
/linux-6.1.9/Documentation/power/
Dpm_qos_interface.rst170 int dev_pm_qos_add_notifier(device, notifier, type):