Lines Matching defs:mbox

107 static u32 mbox_fifo_read(struct omap_mbox *mbox)  in mbox_fifo_read()
114 static void mbox_fifo_write(struct omap_mbox *mbox, u32 msg) in mbox_fifo_write()
121 static int mbox_fifo_empty(struct omap_mbox *mbox) in mbox_fifo_empty()
128 static int mbox_fifo_full(struct omap_mbox *mbox) in mbox_fifo_full()
136 static void ack_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in ack_mbox_irq()
149 static int is_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in is_mbox_irq()
163 static void omap_mbox_enable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in omap_mbox_enable_irq()
176 static void omap_mbox_disable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in omap_mbox_disable_irq()
196 static void __mbox_tx_interrupt(struct omap_mbox *mbox) in __mbox_tx_interrupt()
203 static void __mbox_rx_interrupt(struct omap_mbox *mbox) in __mbox_rx_interrupt()
218 struct omap_mbox *mbox = p; in mbox_interrupt() local
229 static int omap_mbox_startup(struct omap_mbox *mbox) in omap_mbox_startup()
249 static void omap_mbox_fini(struct omap_mbox *mbox) in omap_mbox_fini()
257 struct omap_mbox *mbox = chan->con_priv; in omap_mbox_chan_startup() local
272 struct omap_mbox *mbox = chan->con_priv; in omap_mbox_chan_shutdown() local
281 static int omap_mbox_chan_send_noirq(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send_noirq()
297 static int omap_mbox_chan_send(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send()
314 struct omap_mbox *mbox = chan->con_priv; in omap_mbox_chan_send_data() local
417 struct omap_mbox *mbox; in omap_mbox_of_xlate() local
447 struct omap_mbox *mbox; in omap_mbox_probe() local