Lines Matching defs:mbox

86 	struct omap_mbox	*mbox;  member
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()
195 static int is_mbox_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in is_mbox_irq()
213 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_save_ctx() local
235 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_restore_ctx() local
252 static void _omap_mbox_enable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in _omap_mbox_enable_irq()
265 static void _omap_mbox_disable_irq(struct omap_mbox *mbox, omap_mbox_irq_t irq) in _omap_mbox_disable_irq()
284 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_enable_irq() local
295 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_disable_irq() local
331 static void __mbox_tx_interrupt(struct omap_mbox *mbox) in __mbox_tx_interrupt()
338 static void __mbox_rx_interrupt(struct omap_mbox *mbox) in __mbox_rx_interrupt()
365 struct omap_mbox *mbox = p; in mbox_interrupt() local
376 static struct omap_mbox_queue *mbox_queue_alloc(struct omap_mbox *mbox, in mbox_queue_alloc()
407 static int omap_mbox_startup(struct omap_mbox *mbox) in omap_mbox_startup()
437 static void omap_mbox_fini(struct omap_mbox *mbox) in omap_mbox_fini()
448 struct omap_mbox *_mbox, *mbox = NULL; in omap_mbox_device_find() local
468 struct omap_mbox *mbox = NULL; in omap_mbox_request_channel() local
527 struct omap_mbox *mbox = mboxes[i]; in omap_mbox_register() local
572 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_chan_startup() local
587 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_chan_shutdown() local
596 static int omap_mbox_chan_send_noirq(struct omap_mbox *mbox, void *data) in omap_mbox_chan_send_noirq()
614 static int omap_mbox_chan_send(struct omap_mbox *mbox, void *data) in omap_mbox_chan_send()
630 struct omap_mbox *mbox = mbox_chan_to_omap_mbox(chan); in omap_mbox_chan_send_data() local
675 struct omap_mbox *mbox; in omap_mbox_of_xlate() local
698 struct omap_mbox **list, *mbox, *mboxblk; in omap_mbox_probe() local