Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mailbox/
Domap-mailbox.c90 struct omap_mbox_device { struct
91 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