Home
last modified time | relevance | path

Searched refs:device_pm_add (Results 1 – 3 of 3) sorted by relevance

/drivers/base/power/
Dpower.h140 extern void device_pm_add(struct device *);
151 static inline void device_pm_add(struct device *dev) {} in device_pm_add() function
Dmain.c125 void device_pm_add(struct device *dev) in device_pm_add() function
/drivers/base/
Dcore.c1114 device_pm_add(dev); in device_add()