Searched refs:mbox_chan_received_data (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mailbox_controller.h | 131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
|
/Linux-v4.19/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 | 153 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function 159 EXPORT_SYMBOL_GPL(mbox_chan_received_data);
|
D | arm_mhu.c | 61 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
|
D | bcm2835-mailbox.c | 81 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
|
D | platform_mhu.c | 64 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
|
D | mailbox-xgene-slimpro.c | 126 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
|
D | rockchip-mailbox.c | 150 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
|
D | mailbox-altera.c | 138 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
|
D | hi6220-mailbox.c | 191 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
|
D | pcc.c | 199 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
|
D | stm32-ipcc.c | 93 mbox_chan_received_data(&ipcc->controller.chans[chan], NULL); in stm32_ipcc_rx_irq()
|
D | mailbox-sti.c | 208 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
|
D | tegra-hsp.c | 177 mbox_chan_received_data(db->channel.chan, NULL); in tegra_hsp_doorbell_irq()
|
D | ti-msgmgr.c | 274 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_interrupt()
|
D | bcm-flexrm-mailbox.c | 1154 mbox_chan_received_data(chan, msg); in flexrm_process_completions() 1424 mbox_chan_received_data(chan, msg); in flexrm_shutdown()
|
D | omap-mailbox.c | 266 mbox_chan_received_data(mq->mbox->chan, (void *)msg); in mbox_rx_work()
|
D | bcm-pdc-mailbox.c | 676 mbox_chan_received_data(chan, &mssg); in pdc_receive_one()
|