Home
last modified time | relevance | path

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

/drivers/base/power/
Dpower.h142 extern void device_pm_move_before(struct device *, struct device *);
158 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before() function
Dmain.c160 void device_pm_move_before(struct device *deva, struct device *devb) in device_pm_move_before() function
/drivers/base/
Dcore.c2041 device_pm_move_before(new_parent, dev); in device_move()