Searched defs:omap_mbox_device (Results 1 – 1 of 1) sorted by relevance
90 struct omap_mbox_device { struct91 struct device *dev;92 struct mutex cfg_lock;93 void __iomem *mbox_base;94 u32 num_users;95 u32 num_fifos;119 struct omap_mbox_device *parent; argument