Home
last modified time | relevance | path

Searched refs:mbox_chan_received_data (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v6.1/include/linux/
Dmailbox_controller.h132 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/Linux-v6.1/drivers/mailbox/
Dimx-mailbox.c242 mbox_chan_received_data(cp->chan, (void *)&dat); in imx_mu_generic_rx()
252 mbox_chan_received_data(cp->chan, NULL); in imx_mu_generic_rxdb()
351 mbox_chan_received_data(cp->chan, (void *)priv->msg); in imx_mu_specific_rx()
464 mbox_chan_received_data(cp->chan, (void *)&msg); in imx_mu_seco_rxdb()
469 mbox_chan_received_data(cp->chan, ERR_PTR(err)); in imx_mu_seco_rxdb()
Dmailbox.c158 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);
Darm_mhu.c50 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
Dbcm2835-mailbox.c75 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
Dplatform_mhu.c56 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
Dmtk-adsp-mailbox.c50 mbox_chan_received_data(chan, NULL); in mtk_adsp_mbox_isr()
Darmada-37xx-rwtm-mailbox.c53 mbox_chan_received_data(chan, &rx_msg); in a37xx_mbox_receive()
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()
Dmailbox-xgene-slimpro.c113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
Dmailbox-mpfs.c148 mbox_chan_received_data(chan, response); in mpfs_mbox_rx_data()
Drockchip-mailbox.c142 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
Dmailbox-altera.c127 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
Dmtk-cmdq-mailbox.c199 mbox_chan_received_data(task->thread->chan, &data); in cmdq_task_exec_done()
464 mbox_chan_received_data(task->thread->chan, &data); in cmdq_mbox_flush()
Dsun6i-msgbox.c89 mbox_chan_received_data(chan, &msg); in sun6i_msgbox_irq()
Dapple-mailbox.c215 mbox_chan_received_data(&apple_mbox->chan, (void *)&msg); in apple_mbox_poll()
Darm_mhu_db.c131 mbox_chan_received_data(chan, NULL); in mhu_db_mbox_rx_handler()
Dsprd-mailbox.c125 mbox_chan_received_data(chan, (void *)msg); in do_outbox_isr()
Dhi6220-mailbox.c182 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
Dstm32-ipcc.c103 mbox_chan_received_data(&ipcc->controller.chans[chan], NULL); in stm32_ipcc_rx_irq()
Dmailbox-sti.c204 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
Dpcc.c263 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
Dzynqmp-ipi-mailbox.c172 mbox_chan_received_data(chan, (void *)msg); in zynqmp_ipi_interrupt()
Dti-msgmgr.c238 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_data()
Dbcm-flexrm-mailbox.c1142 mbox_chan_received_data(chan, msg); in flexrm_process_completions()
1410 mbox_chan_received_data(chan, msg); in flexrm_shutdown()

12