Searched defs:omap_mbox_device (Results 1 – 1 of 1) sorted by relevance
76 struct omap_mbox_device { struct77 struct device *dev;78 struct mutex cfg_lock;79 void __iomem *mbox_base;80 u32 *irq_ctx;81 u32 num_users;82 u32 num_fifos;83 u32 intr_type;107 struct omap_mbox_device *parent; argument