Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dpower.h113 extern void device_pm_move_before(struct device *, struct device *);
141 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before() function
H A Dmain.c174 void device_pm_move_before(struct device *deva, struct device *devb) in device_pm_move_before() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c4175 device_pm_move_before(new_parent, dev); in device_move()