Searched refs:mbox_chan_received_data (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.4/include/linux/ |
D | mailbox_controller.h | 131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
|
/Linux-v5.4/drivers/mailbox/ |
D | imx-mailbox.c | 142 mbox_chan_received_data(chan, (void *)&dat); in imx_mu_isr() 145 mbox_chan_received_data(chan, NULL); in imx_mu_isr()
|
D | mailbox.c | 150 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);
|
D | arm_mhu.c | 50 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
|
D | bcm2835-mailbox.c | 75 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
|
D | platform_mhu.c | 56 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
|
D | armada-37xx-rwtm-mailbox.c | 53 mbox_chan_received_data(chan, &rx_msg); in a37xx_mbox_receive()
|
D | mailbox-xgene-slimpro.c | 113 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
|
D | rockchip-mailbox.c | 142 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
|
D | mailbox-altera.c | 127 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
|
D | tegra-hsp.c | 195 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()
|
D | pcc.c | 190 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
|
D | hi6220-mailbox.c | 182 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
|
D | stm32-ipcc.c | 104 mbox_chan_received_data(&ipcc->controller.chans[chan], NULL); in stm32_ipcc_rx_irq()
|
D | mailbox-sti.c | 204 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
|
D | zynqmp-ipi-mailbox.c | 172 mbox_chan_received_data(chan, (void *)msg); in zynqmp_ipi_interrupt()
|
D | ti-msgmgr.c | 274 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_interrupt()
|
D | bcm-flexrm-mailbox.c | 1152 mbox_chan_received_data(chan, msg); in flexrm_process_completions() 1420 mbox_chan_received_data(chan, msg); in flexrm_shutdown()
|
D | omap-mailbox.c | 268 mbox_chan_received_data(mq->mbox->chan, (void *)data); in mbox_rx_work()
|
D | bcm-pdc-mailbox.c | 662 mbox_chan_received_data(chan, &mssg); in pdc_receive_one()
|