Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmailbox_controller.h131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/Linux-v5.4/drivers/mailbox/
Dimx-mailbox.c142 mbox_chan_received_data(chan, (void *)&dat); in imx_mu_isr()
145 mbox_chan_received_data(chan, NULL); in imx_mu_isr()
Dmailbox.c150 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function
156 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()
Darmada-37xx-rwtm-mailbox.c53 mbox_chan_received_data(chan, &rx_msg); in a37xx_mbox_receive()
Dmailbox-xgene-slimpro.c113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
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()
Dtegra-hsp.c195 mbox_chan_received_data(db->channel.chan, NULL); in tegra_hsp_doorbell_irq()
249 mbox_chan_received_data(mb->channel.chan, msg); in tegra_hsp_shared_irq()
Dpcc.c190 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
Dhi6220-mailbox.c182 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
Dstm32-ipcc.c104 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()
Dzynqmp-ipi-mailbox.c172 mbox_chan_received_data(chan, (void *)msg); in zynqmp_ipi_interrupt()
Dti-msgmgr.c274 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_interrupt()
Dbcm-flexrm-mailbox.c1152 mbox_chan_received_data(chan, msg); in flexrm_process_completions()
1420 mbox_chan_received_data(chan, msg); in flexrm_shutdown()
Domap-mailbox.c268 mbox_chan_received_data(mq->mbox->chan, (void *)data); in mbox_rx_work()
Dbcm-pdc-mailbox.c662 mbox_chan_received_data(chan, &mssg); in pdc_receive_one()