Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Domap-mailbox.c76 struct omap_mbox_device { struct
77 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