Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dpower.h146 struct device *devb) {} in device_pm_move_before()
148 struct device *devb) {} in device_pm_move_after()
H A 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()
/openbmc/linux/drivers/base/
H A Dcore.c2960 static void devices_kset_move_before(struct device *deva, struct device *devb) in devices_kset_move_before()
2976 static void devices_kset_move_after(struct device *deva, struct device *devb) in devices_kset_move_after()
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c2430 struct its_device *devb = container_of(b, struct its_device, dev_list); in vgic_its_device_cmp() local