Home
last modified time | relevance | path

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

/linux/drivers/base/power/
H A Dpower.h145 static inline void device_pm_move_before(struct device *deva, in device_pm_move_before() argument
147 static inline void device_pm_move_after(struct device *deva, in device_pm_move_after() argument
/linux/drivers/base/
H A Dcore.c2994 * @deva: Device to move.
2995 * @devb: Device @deva should come before.
2997 static void devices_kset_move_before(struct device *deva, struct device *devb) in devices_kset_move_before() argument
3002 dev_name(deva), dev_name(devb)); in devices_kset_move_before()
3004 list_move_tail(&deva->kobj.entry, &devb->kobj.entry); in devices_kset_move_before()
3010 * @deva: Device to move
3011 * @devb: Device @deva should come after.
3013 static void devices_kset_move_after(struct device *deva, struct device *devb) in devices_kset_move_after() argument
3018 dev_name(deva), dev_name(devb)); in devices_kset_move_after()
3020 list_move(&deva->kobj.entry, &devb->kobj.entry); in devices_kset_move_after()
/linux/drivers/media/dvb-frontends/
H A Ddrxd_hard.c2625 s32 devA = (s32) (state->osc_clock_deviation) * in DRXD_init() local
2628 s32 deviation = (devA / (1000000L)); in DRXD_init()
2630 if (devA > 0) in DRXD_init()
2634 if ((devB * (devA % 1000000L) > 1000000L)) { in DRXD_init()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c2329 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp() local
2332 if (deva->device_id < devb->device_id) in vgic_its_device_cmp()