Searched refs:dev_pm_qos_add_notifier (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | pm_qos.h | 142 int dev_pm_qos_add_notifier(struct device *dev,210 static inline int dev_pm_qos_add_notifier(struct device *dev,  in dev_pm_qos_add_notifier()  function
 
 | 
| /Linux-v5.4/drivers/base/power/ | 
| D | qos.c | 490 int dev_pm_qos_add_notifier(struct device *dev, struct notifier_block *notifier,  in dev_pm_qos_add_notifier()  function519 EXPORT_SYMBOL_GPL(dev_pm_qos_add_notifier);
 
 | 
| D | domain.c | 1534 		dev_pm_qos_add_notifier(dev, &gpd_data->nb,  in genpd_add_device()1597 	dev_pm_qos_add_notifier(dev, &gpd_data->nb, DEV_PM_QOS_RESUME_LATENCY);  in genpd_remove_device()
 
 | 
| /Linux-v5.4/Documentation/power/ | 
| D | pm_qos_interface.rst | 178 int dev_pm_qos_add_notifier(device, notifier, type):
 |