Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/power/
Dpower.h144 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before()
146 static inline void device_pm_move_after(struct device *deva, in device_pm_move_after()
Dmain.c173 void device_pm_move_before(struct device *deva, struct device *devb) in device_pm_move_before()
187 void device_pm_move_after(struct device *deva, struct device *devb) in device_pm_move_after()
/linux-6.1.9/drivers/base/
Dcore.c2817 static void devices_kset_move_before(struct device *deva, struct device *devb) in devices_kset_move_before()
2833 static void devices_kset_move_after(struct device *deva, struct device *devb) in devices_kset_move_after()
/linux-6.1.9/arch/arm64/kvm/vgic/
Dvgic-its.c2400 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp() local