Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dpower.h117 extern void device_pm_move_before(struct device *, struct device *);
145 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before() function
/linux/drivers/base/
H A Dcore.c4650 device_pm_move_before(new_parent, dev); in device_move()