Symbol: mbox_chan_received_data
drivers/mailbox/arm_mhu.c
51
mbox_chan_received_data(chan, (void *)&val);
drivers/mailbox/arm_mhu_db.c
130
mbox_chan_received_data(chan, NULL);
drivers/mailbox/arm_mhuv2.c
700
mbox_chan_received_data(chan, data);
drivers/mailbox/arm_mhuv3.c
953
mbox_chan_received_data(chan, data);
drivers/mailbox/armada-37xx-rwtm-mailbox.c
53
mbox_chan_received_data(chan, &rx_msg);
drivers/mailbox/ast2700-mailbox.c
75
mbox_chan_received_data(chan, chan->con_priv);
drivers/mailbox/bcm-flexrm-mailbox.c
1141
mbox_chan_received_data(chan, msg);
drivers/mailbox/bcm-flexrm-mailbox.c
1399
mbox_chan_received_data(chan, msg);
drivers/mailbox/bcm-pdc-mailbox.c
658
mbox_chan_received_data(chan, &mssg);
drivers/mailbox/bcm2835-mailbox.c
75
mbox_chan_received_data(link, &msg);
drivers/mailbox/bcm74110-mailbox.c
183
mbox_chan_received_data(chan, NULL);
drivers/mailbox/cix-mailbox.c
262
mbox_chan_received_data(chan, NULL);
drivers/mailbox/cix-mailbox.c
270
mbox_chan_received_data(chan, NULL);
drivers/mailbox/cix-mailbox.c
295
mbox_chan_received_data(chan, data);
drivers/mailbox/cix-mailbox.c
324
mbox_chan_received_data(chan, data);
drivers/mailbox/cix-mailbox.c
368
mbox_chan_received_data(chan, &data);
drivers/mailbox/cv1800-mailbox.c
66
mbox_chan_received_data(&mbox->chans[i], (void *)&msg);
drivers/mailbox/hi6220-mailbox.c
183
mbox_chan_received_data(chan, (void *)msg);
drivers/mailbox/imx-mailbox.c
298
mbox_chan_received_data(cp->chan, (void *)&dat);
drivers/mailbox/imx-mailbox.c
308
mbox_chan_received_data(cp->chan, NULL);
drivers/mailbox/imx-mailbox.c
405
mbox_chan_received_data(cp->chan, (void *)priv->msg);
drivers/mailbox/imx-mailbox.c
518
mbox_chan_received_data(cp->chan, (void *)&msg);
drivers/mailbox/imx-mailbox.c
523
mbox_chan_received_data(cp->chan, ERR_PTR(err));
drivers/mailbox/mailbox-altera.c
127
mbox_chan_received_data(chan, (void *)data);
drivers/mailbox/mailbox-mchp-ipc-sbi.c
239
mbox_chan_received_data(&ipc->chans[chan_id], (void *)&ipc_msg);
drivers/mailbox/mailbox-mpfs.c
195
mbox_chan_received_data(chan, response);
drivers/mailbox/mailbox-sti.c
202
mbox_chan_received_data(chan, NULL);
drivers/mailbox/mailbox-th1520.c
242
mbox_chan_received_data(chan, (void *)dat);
drivers/mailbox/mailbox-xgene-slimpro.c
113
mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg);
drivers/mailbox/mailbox.c
155
EXPORT_SYMBOL_GPL(mbox_chan_received_data);
drivers/mailbox/mtk-adsp-mailbox.c
52
mbox_chan_received_data(chan, NULL);
drivers/mailbox/mtk-cmdq-mailbox.c
285
mbox_chan_received_data(task->thread->chan, &data);
drivers/mailbox/mtk-cmdq-mailbox.c
583
mbox_chan_received_data(task->thread->chan, &data);
drivers/mailbox/mtk-gpueb-mailbox.c
119
mbox_chan_received_data(&ch->ebm->mbox.chans[ch->num], buf);
drivers/mailbox/mtk-vcp-mailbox.c
41
mbox_chan_received_data(&priv->chans, &priv->ipi_recv);
drivers/mailbox/omap-mailbox.c
208
mbox_chan_received_data(mbox->chan, (void *)(uintptr_t)msg);
drivers/mailbox/pcc.c
340
mbox_chan_received_data(chan, NULL);
drivers/mailbox/platform_mhu.c
56
mbox_chan_received_data(chan, (void *)&val);
drivers/mailbox/qcom-cpucp-mbox.c
71
mbox_chan_received_data(chan, &val);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
492
mbox_chan_received_data(chan, &msg);
drivers/mailbox/rockchip-mailbox.c
142
mbox_chan_received_data(&mb->mbox.chans[idx], msg);
drivers/mailbox/sprd-mailbox.c
147
mbox_chan_received_data(chan, (void *)msg);
drivers/mailbox/stm32-ipcc.c
104
mbox_chan_received_data(&ipcc->controller.chans[chan], NULL);
drivers/mailbox/sun6i-msgbox.c
89
mbox_chan_received_data(chan, &msg);
drivers/mailbox/tegra-hsp.c
220
mbox_chan_received_data(db->channel.chan, NULL);
drivers/mailbox/tegra-hsp.c
407
mbox_chan_received_data(channel->chan, msg);
drivers/mailbox/tegra-hsp.c
453
mbox_chan_received_data(channel->chan, msg);
drivers/mailbox/ti-msgmgr.c
238
mbox_chan_received_data(chan, (void *)&message);
drivers/mailbox/zynqmp-ipi-mailbox.c
203
mbox_chan_received_data(chan, (void *)msg);
drivers/soc/renesas/rcar-mfis.c
101
mbox_chan_received_data(chan, NULL);
include/linux/mailbox_controller.h
146
void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */