Home
last modified time | relevance | path

Searched refs:device_pm_move_after (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/base/power/
H A Dpower.h118 extern void device_pm_move_after(struct device *, struct device *);
147 static inline void device_pm_move_after(struct device *deva, in device_pm_move_after() function
/linux/drivers/base/
H A Dcore.c4646 device_pm_move_after(dev, new_parent); in device_move()