Lines Matching defs:mbox
106 static u32 mbox_fifo_read(struct omap_mbox *mbox) in mbox_fifo_read()
113 static void mbox_fifo_write(struct omap_mbox *mbox, u32 msg) in mbox_fifo_write()
120 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty()
127 static int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full()
135 static void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in ack_mbox_irq()
148 static int is_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in is_mbox_irq()
162 static void omap_mbox_enable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in omap_mbox_enable_irq()
175 static void omap_mbox_disable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in omap_mbox_disable_irq()
195 static void __mbox_tx_interrupt(struct omap_mbox *mbox) in __mbox_tx_interrupt()
202 static void __mbox_rx_interrupt(struct omap_mbox *mbox) in __mbox_rx_interrupt()
217 struct omap_mbox *mbox = p; in mbox_interrupt() local
228 static int omap_mbox_startup(struct omap_mbox *mbox) in omap_mbox_startup()
248 static void omap_mbox_fini(struct omap_mbox *mbox) in omap_mbox_fini()
256 struct omap_mbox *mbox = chan->con_priv; in omap_mbox_chan_startup() local
271 struct omap_mbox *mbox = chan->con_priv; in omap_mbox_chan_shutdown() local
280 static int omap_mbox_chan_send_noirq(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send_noirq()
296 static int omap_mbox_chan_send(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send()
313 struct omap_mbox *mbox = chan->con_priv; in omap_mbox_chan_send_data() local
416 struct omap_mbox *mbox; in omap_mbox_of_xlate() local
446 struct omap_mbox *mbox; in omap_mbox_probe() local