/linux/include/linux/ |
H A D | mailbox_controller.h | 132 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
|
/linux/drivers/mailbox/ |
H A D | imx-mailbox.c | 263 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 D | mailbox.c | 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);
|
H A D | platform_mhu.c | 57 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
|
H A D | arm_mhu.c | 51 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
|
H A D | mtk-adsp-mailbox.c | 51 mbox_chan_received_data(chan, NULL); in mtk_adsp_mbox_isr()
|
H A D | bcm2835-mailbox.c | 75 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
|
H A D | qcom-cpucp-mbox.c | 64 mbox_chan_received_data(chan, &val); in qcom_cpucp_mbox_irq_fn()
|
H A D | armada-37xx-rwtm-mailbox.c | 53 mbox_chan_received_data(chan, &rx_msg); in a37xx_mbox_receive()
|
H A D | mailbox-xgene-slimpro.c | 113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
|
H A D | rockchip-mailbox.c | 142 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
|
H A D | mailbox-altera.c | 127 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
|
H A D | sun6i-msgbox.c | 89 mbox_chan_received_data(chan, &msg); in sun6i_msgbox_irq()
|
H A D | arm_mhu_db.c | 130 mbox_chan_received_data(chan, NULL); in mhu_db_mbox_rx_handler()
|
H A D | mtk-cmdq-mailbox.c | 220 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 D | hi6220-mailbox.c | 183 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
|
H A D | sprd-mailbox.c | 124 mbox_chan_received_data(chan, (void *)msg); in do_outbox_isr()
|
H A D | stm32-ipcc.c | 104 mbox_chan_received_data(&ipcc->controller.chans[chan], NULL); in stm32_ipcc_rx_irq()
|
H A D | mailbox-sti.c | 204 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
|
H A D | omap-mailbox.c | 209 mbox_chan_received_data(mbox->chan, (void *)(uintptr_t)msg); in __mbox_rx_interrupt()
|
H A D | pcc.c | 336 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
|
H A D | bcm-flexrm-mailbox.c | 1142 mbox_chan_received_data(chan, msg); in flexrm_process_completions() 1410 mbox_chan_received_data(chan, msg); in flexrm_shutdown()
|
H A D | ti-msgmgr.c | 238 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_data()
|
H A D | arm_mhuv2.c | 700 mbox_chan_received_data(chan, data); in mhuv2_receiver_interrupt()
|
H A D | bcm-pdc-mailbox.c | 658 mbox_chan_received_data(chan, &mssg); in pdc_receive_one()
|