Searched defs:deva (Results 1 – 4 of 4) sorted by relevance
145 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before()147 static inline void device_pm_move_after(struct device *deva, in device_pm_move_after()
187 void device_pm_move_before(struct device *deva, struct device *devb) in device_pm_move_before()201 void device_pm_move_after(struct device *deva, struct device *devb) in device_pm_move_after()
2997 static void devices_kset_move_before(struct device *deva, struct device *devb) in devices_kset_move_before()3013 static void devices_kset_move_after(struct device *deva, struct device *devb) in devices_kset_move_after()
2332 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp() local