Lines Matching refs:mbox_chan
106 struct mbox_chan *mbox_chan;
228 rc = mbox_send_message(ctx->mbox_chan, msg);
236 mbox_chan_txdone(ctx->mbox_chan, 0);
467 ctx->mbox_chan = mbox_request_channel(cl, MAILBOX_I2C_INDEX);
468 if (IS_ERR(ctx->mbox_chan)) {
470 return PTR_ERR(ctx->mbox_chan);
490 ctx->mbox_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx);
491 if (IS_ERR(ctx->mbox_chan)) {
493 return PTR_ERR(ctx->mbox_chan);
502 cppc_ss = ctx->mbox_chan->con_priv;
509 if (!ctx->mbox_chan->mbox->txdone_irq) {
566 mbox_free_channel(ctx->mbox_chan);
568 pcc_mbox_free_channel(ctx->mbox_chan);
580 mbox_free_channel(ctx->mbox_chan);
582 pcc_mbox_free_channel(ctx->mbox_chan);