Lines Matching defs:chan
38 * @chan: Pointer to mailbox communication channel
45 struct mbox_chan *chan;
110 mbox_chan_txdone(mb_chan->chan, 0);
113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg);
118 static int slimpro_mbox_send_data(struct mbox_chan *chan, void *msg)
120 struct slimpro_mbox_chan *mb_chan = chan->con_priv;
126 static int slimpro_mbox_startup(struct mbox_chan *chan)
128 struct slimpro_mbox_chan *mb_chan = chan->con_priv;
151 static void slimpro_mbox_shutdown(struct mbox_chan *chan)
153 struct slimpro_mbox_chan *mb_chan = chan->con_priv;
203 ctx->mc[i].chan = &ctx->chans[i];