Searched refs:omap_mbox (Results 1 – 1 of 1) sorted by relevance
84 struct omap_mbox *mbox;94 struct omap_mbox **mboxes;111 struct omap_mbox { struct132 static struct omap_mbox *mbox_chan_to_omap_mbox(struct mbox_chan *chan) in mbox_chan_to_omap_mbox() argument137 return (struct omap_mbox *)chan->con_priv; in mbox_chan_to_omap_mbox()153 static mbox_msg_t mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()159 static void mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_fifo_write()165 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty()171 static int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full()178 static void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in ack_mbox_irq()[all …]