Lines Matching defs:mbox_chan
111 struct bcm74110_mbox_chan *mbox_chan;
159 struct mbox_chan *chan;
469 static int bcm74110_mbox_send_data(struct mbox_chan *chan, void *data)
488 static int bcm74110_mbox_chan_startup(struct mbox_chan *chan)
497 static void bcm74110_mbox_chan_shutdown(struct mbox_chan *chan)
532 static struct mbox_chan *bcm74110_mbox_of_xlate(struct mbox_controller *cntrl,
616 mbox->mbox_chan = devm_kcalloc(dev, BCM_MSG_SVC_MAX,
617 sizeof(*mbox->mbox_chan),
619 if (!mbox->mbox_chan)
623 mbox->mbox_chan[i].mbox = mbox;
624 mbox->controller.chans[i].con_priv = &mbox->mbox_chan[i];