Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmailbox_controller.h132 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/linux/drivers/mailbox/
H A Dimx-mailbox.c263 mbox_chan_received_data(cp->chan, (void *)&dat); in imx_mu_generic_rx()
273 mbox_chan_received_data(cp->chan, NULL); in imx_mu_generic_rxdb()
372 mbox_chan_received_data(cp->chan, (void *)priv->msg); in imx_mu_specific_rx()
485 mbox_chan_received_data(cp->chan, (void *)&msg); in imx_mu_seco_rxdb()
490 mbox_chan_received_data(cp->chan, ERR_PTR(err)); in imx_mu_seco_rxdb()
H A Dmailbox.c159 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);
H A Dplatform_mhu.c57 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
H A Darm_mhu.c51 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
H A Dmtk-adsp-mailbox.c51 mbox_chan_received_data(chan, NULL); in mtk_adsp_mbox_isr()
H A Dbcm2835-mailbox.c75 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
H A Dqcom-cpucp-mbox.c64 mbox_chan_received_data(chan, &val); in qcom_cpucp_mbox_irq_fn()
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 Drockchip-mailbox.c142 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
H A Dmailbox-altera.c127 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
H A Dsun6i-msgbox.c89 mbox_chan_received_data(chan, &msg); in sun6i_msgbox_irq()
H A Darm_mhu_db.c130 mbox_chan_received_data(chan, NULL); in mhu_db_mbox_rx_handler()
H A Dmtk-cmdq-mailbox.c220 mbox_chan_received_data(task->thread->chan, &data); in cmdq_task_exec_done()
527 mbox_chan_received_data(task->thread->chan, &data); in cmdq_mbox_flush()
H A Dhi6220-mailbox.c183 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
H A Dsprd-mailbox.c124 mbox_chan_received_data(chan, (void *)msg); in do_outbox_isr()
H A Dstm32-ipcc.c104 mbox_chan_received_data(&ipcc->controller.chans[chan], NULL); in stm32_ipcc_rx_irq()
H A Dmailbox-sti.c204 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
H A Domap-mailbox.c209 mbox_chan_received_data(mbox->chan, (void *)(uintptr_t)msg); in __mbox_rx_interrupt()
H A Dpcc.c336 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
H A Dbcm-flexrm-mailbox.c1142 mbox_chan_received_data(chan, msg); in flexrm_process_completions()
1410 mbox_chan_received_data(chan, msg); in flexrm_shutdown()
H A Dti-msgmgr.c238 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_data()
H A Darm_mhuv2.c700 mbox_chan_received_data(chan, data); in mhuv2_receiver_interrupt()
H A Dbcm-pdc-mailbox.c658 mbox_chan_received_data(chan, &mssg); in pdc_receive_one()