Home
last modified time | relevance | path

Searched defs:deva (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dpower.h141 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before()
143 static inline void device_pm_move_after(struct device *deva, in device_pm_move_after()
H A Dmain.c174 void device_pm_move_before(struct device *deva, struct device *devb) in device_pm_move_before()
188 void device_pm_move_after(struct device *deva, struct device *devb) in device_pm_move_after()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c2565 static void devices_kset_move_before(struct device *deva, struct device *devb) in devices_kset_move_before()
2581 static void devices_kset_move_after(struct device *deva, struct device *devb) in devices_kset_move_after()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-its.c2338 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp() local