Lines Matching refs:mbox_chan
121 struct mbox_chan *chan;
132 static struct omap_mbox *mbox_chan_to_omap_mbox(struct mbox_chan *chan) in mbox_chan_to_omap_mbox()
205 void omap_mbox_save_ctx(struct mbox_chan *chan) in omap_mbox_save_ctx()
227 void omap_mbox_restore_ctx(struct mbox_chan *chan) in omap_mbox_restore_ctx()
278 void omap_mbox_enable_irq(struct mbox_chan *chan, omap_mbox_irq_t irq) in omap_mbox_enable_irq()
289 void omap_mbox_disable_irq(struct mbox_chan *chan, omap_mbox_irq_t irq) in omap_mbox_disable_irq()
457 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()
463 struct mbox_chan *chan; in omap_mbox_request_channel()
563 static int omap_mbox_chan_startup(struct mbox_chan *chan) in omap_mbox_chan_startup()
578 static void omap_mbox_chan_shutdown(struct mbox_chan *chan) in omap_mbox_chan_shutdown()
589 static int omap_mbox_chan_send_data(struct mbox_chan *chan, void *data) in omap_mbox_chan_send_data()
632 static struct mbox_chan *omap_mbox_of_xlate(struct mbox_controller *controller, in omap_mbox_of_xlate()
660 struct mbox_chan *chnls; in omap_mbox_probe()