Searched refs:omap_mbox (Results 1 – 1 of 1) sorted by relevance
68 struct omap_mbox *mbox;84 struct omap_mbox **mboxes;102 struct omap_mbox { struct123 static struct omap_mbox *mbox_chan_to_omap_mbox(struct mbox_chan *chan) in mbox_chan_to_omap_mbox() argument128 return (struct omap_mbox *)chan->con_priv; in mbox_chan_to_omap_mbox()144 static u32 mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()151 static void mbox_fifo_write(struct omap_mbox *mbox, u32 msg) in mbox_fifo_write()158 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty()165 static int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full()173 static void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in ack_mbox_irq()[all …]