Home
last modified time | relevance | path

Searched refs:mbox_chan_received_data (Results 1 - 25 of 51) sorted by relevance

123

/kernel/linux/linux-5.10/include/linux/
H A Dmailbox_controller.h30 * data received on the chan by calling mbox_chan_received_data.
132 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/kernel/linux/linux-6.6/include/linux/
H A Dmailbox_controller.h30 * data received on the chan by calling mbox_chan_received_data.
132 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dimx-mailbox.c146 mbox_chan_received_data(cp->chan, (void *)&dat); in imx_mu_generic_rx()
227 mbox_chan_received_data(cp->chan, (void *)&msg); in imx_mu_scu_rx()
276 mbox_chan_received_data(chan, NULL); in imx_mu_isr()
H A Dplatform_mhu.c56 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
H A Darm_mhu.c50 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
H A Dmailbox.c149 * mbox_chan_received_data - A way for controller driver to push data
155 * is passed on to the API via atomic mbox_chan_received_data().
158 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function
164 EXPORT_SYMBOL_GPL(mbox_chan_received_data); variable
215 * mbox_chan_received_data()
H A Dmailbox-xgene-slimpro.c113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
H A Dbcm2835-mailbox.c75 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
H A Darmada-37xx-rwtm-mailbox.c53 mbox_chan_received_data(chan, &rx_msg); in a37xx_mbox_receive()
H A Dmailbox-altera.c127 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
H A Dsprd-mailbox.c121 mbox_chan_received_data(chan, (void *)msg); in sprd_mbox_outbox_isr()
H A Dsun6i-msgbox.c89 mbox_chan_received_data(chan, &msg); in sun6i_msgbox_irq()
H A Drockchip-mailbox.c142 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
H A Darm_mhu_db.c131 mbox_chan_received_data(chan, NULL); in mhu_db_mbox_rx_handler()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dimx-mailbox.c243 mbox_chan_received_data(cp->chan, (void *)&dat); in imx_mu_generic_rx()
253 mbox_chan_received_data(cp->chan, NULL); in imx_mu_generic_rxdb()
352 mbox_chan_received_data(cp->chan, (void *)priv->msg); in imx_mu_specific_rx()
465 mbox_chan_received_data(cp->chan, (void *)&msg); in imx_mu_seco_rxdb()
470 mbox_chan_received_data(cp->chan, ERR_PTR(err)); in imx_mu_seco_rxdb()
H A Dbcm2835-mailbox.c75 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
H A Darm_mhu.c51 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
H A Dplatform_mhu.c57 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
H A Dmtk-adsp-mailbox.c51 mbox_chan_received_data(chan, NULL); in mtk_adsp_mbox_isr()
H A Dmailbox.c150 * mbox_chan_received_data - A way for controller driver to push data
156 * is passed on to the API via atomic mbox_chan_received_data().
159 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function
165 EXPORT_SYMBOL_GPL(mbox_chan_received_data); variable
216 * mbox_chan_received_data()
H A Dtegra-hsp.c214 mbox_chan_received_data(db->channel.chan, NULL); in tegra_hsp_doorbell_irq()
391 mbox_chan_received_data(channel->chan, msg); in tegra_hsp_sm_recv32()
436 mbox_chan_received_data(channel->chan, msg); in tegra_hsp_sm_recv128()
H A Darmada-37xx-rwtm-mailbox.c53 mbox_chan_received_data(chan, &rx_msg); in a37xx_mbox_receive()
H A Dmailbox-xgene-slimpro.c113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
H A Dapple-mailbox.c215 mbox_chan_received_data(&apple_mbox->chan, (void *)&msg); in apple_mbox_poll()
H A Darm_mhu_db.c130 mbox_chan_received_data(chan, NULL); in mhu_db_mbox_rx_handler()

Completed in 16 milliseconds

123