Lines Matching defs:mbox

84 	struct omap_mbox	*mbox;  member
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()
191 static int is_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in is_mbox_irq()
209 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_save_ctx() local
231 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_restore_ctx() local
248 static void _omap_mbox_enable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in _omap_mbox_enable_irq()
261 static void _omap_mbox_disable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in _omap_mbox_disable_irq()
280 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_enable_irq() local
291 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_disable_irq() local
327 static void __mbox_tx_interrupt(struct omap_mbox *mbox) in __mbox_tx_interrupt()
334 static void __mbox_rx_interrupt(struct omap_mbox *mbox) in __mbox_rx_interrupt()
361 struct omap_mbox *mbox = p; in mbox_interrupt() local
372 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox, in mbox_queue_alloc()
403 static int omap_mbox_startup(struct omap_mbox *mbox) in omap_mbox_startup()
430 static void omap_mbox_fini(struct omap_mbox *mbox) in omap_mbox_fini()
441 struct omap_mbox *_mbox, *mbox = NULL; in omap_mbox_device_find() local
461 struct omap_mbox *mbox = NULL; in omap_mbox_request_channel() local
520 struct omap_mbox *mbox = mboxes[i]; in omap_mbox_register() local
565 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_chan_startup() local
580 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_chan_shutdown() local
591 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_chan_send_data() local
638 struct omap_mbox *mbox; in omap_mbox_of_xlate() local
661 struct omap_mbox **list, *mbox, *mboxblk; in omap_mbox_probe() local