Searched refs:DO_UPCAST (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/
H A Dqdev.h109 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \ macro
114 #define DO_UPCAST(type, field, dev) container_of(dev, type, field) macro
122 #define FROM_QBUS(type, dev) DO_UPCAST(type, qbus, dev)
H A Dsysbus.h32 #define FROM_SYSBUS(type, dev) DO_UPCAST(type, busdev, dev)
H A Darm_gic.c36 DO_UPCAST(type, gic, FROM_SYSBUS(gic_state, dev))
/external/qemu/
H A Dosdep.h40 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \ macro
45 #define DO_UPCAST(type, field, dev) container_of(dev, type, field) macro

Completed in 88 milliseconds