Lines Matching refs:mbox_chan
124 struct mbox_chan *chan;
136 static struct omap_mbox *mbox_chan_to_omap_mbox(struct mbox_chan *chan) in mbox_chan_to_omap_mbox()
209 void omap_mbox_save_ctx(struct mbox_chan *chan) in omap_mbox_save_ctx()
231 void omap_mbox_restore_ctx(struct mbox_chan *chan) in omap_mbox_restore_ctx()
282 void omap_mbox_enable_irq(struct mbox_chan *chan, omap_mbox_irq_t irq) in omap_mbox_enable_irq()
293 void omap_mbox_disable_irq(struct mbox_chan *chan, omap_mbox_irq_t irq) in omap_mbox_disable_irq()
464 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()
470 struct mbox_chan *chan; in omap_mbox_request_channel()
570 static int omap_mbox_chan_startup(struct mbox_chan *chan) in omap_mbox_chan_startup()
585 static void omap_mbox_chan_shutdown(struct mbox_chan *chan) in omap_mbox_chan_shutdown()
628 static int omap_mbox_chan_send_data(struct mbox_chan *chan, void *data) in omap_mbox_chan_send_data()
669 static struct mbox_chan *omap_mbox_of_xlate(struct mbox_controller *controller, in omap_mbox_of_xlate()
697 struct mbox_chan *chnls; in omap_mbox_probe()