Home
last modified time | relevance | path

Searched refs:omap_mbox (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mailbox/
Domap-mailbox.c86 struct omap_mbox *mbox;
96 struct omap_mbox **mboxes;
114 struct omap_mbox { struct
136 static struct omap_mbox *mbox_chan_to_omap_mbox(struct mbox_chan *chan) in mbox_chan_to_omap_mbox() argument
141 return (struct omap_mbox *)chan->con_priv; in mbox_chan_to_omap_mbox()
157 static mbox_msg_t mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()
163 static void mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_fifo_write()
169 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty()
175 static int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full()
182 static void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in ack_mbox_irq()
[all …]