Searched refs:mbox_chan_received_data (Results 1 – 23 of 23) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | mailbox_controller.h | 131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
|
| /Linux-v5.10/drivers/mailbox/ |
| D | imx-mailbox.c | 144 mbox_chan_received_data(cp->chan, (void *)&dat); in imx_mu_generic_rx() 225 mbox_chan_received_data(cp->chan, (void *)&msg); in imx_mu_scu_rx() 274 mbox_chan_received_data(chan, NULL); in imx_mu_isr()
|
| D | mailbox.c | 152 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function 158 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 | sun6i-msgbox.c | 89 mbox_chan_received_data(chan, &msg); in sun6i_msgbox_irq()
|
| D | arm_mhu_db.c | 131 mbox_chan_received_data(chan, NULL); in mhu_db_mbox_rx_handler()
|
| D | sprd-mailbox.c | 118 mbox_chan_received_data(chan, (void *)msg); in sprd_mbox_outbox_isr()
|
| D | tegra-hsp.c | 197 mbox_chan_received_data(db->channel.chan, NULL); in tegra_hsp_doorbell_irq() 251 mbox_chan_received_data(mb->channel.chan, msg); in tegra_hsp_shared_irq()
|
| D | hi6220-mailbox.c | 182 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
|
| D | pcc.c | 190 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
|
| D | stm32-ipcc.c | 103 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()
|