Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/base/power/
H A 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);
H A Ddomain.c1661 dev_pm_qos_add_notifier(dev, &gpd_data->nb, in genpd_add_device()
1728 dev_pm_qos_add_notifier(dev, &gpd_data->nb, DEV_PM_QOS_RESUME_LATENCY); in genpd_remove_device()
/openbmc/linux/Documentation/power/
H A Dpm_qos_interface.rst170 int dev_pm_qos_add_notifier(device, notifier, type):
/openbmc/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()