Searched refs:dev_pm_qos_add_notifier (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pm_qos.h | 174 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 D | qos.c | 535 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 D | domain.c | 1661 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 D | pm_qos_interface.rst | 170 int dev_pm_qos_add_notifier(device, notifier, type):
|
/openbmc/linux/drivers/devfreq/ |
H A D | devfreq.c | 934 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()
|