Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmailbox_controller.h131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/Linux-v4.19/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.c153 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);
Darm_mhu.c61 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
Dbcm2835-mailbox.c81 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
Dplatform_mhu.c64 mbox_chan_received_data(chan, (void *)&val); in platform_mhu_rx_interrupt()
Dmailbox-xgene-slimpro.c126 mbox_chan_received_data(mb_chan->chan, mb_chan->rx_msg); in slimpro_mbox_irq()
Drockchip-mailbox.c150 mbox_chan_received_data(&mb->mbox.chans[idx], msg); in rockchip_mbox_isr()
Dmailbox-altera.c138 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
Dhi6220-mailbox.c191 mbox_chan_received_data(chan, (void *)msg); in hi6220_mbox_interrupt()
Dpcc.c199 mbox_chan_received_data(chan, NULL); in pcc_mbox_irq()
Dstm32-ipcc.c93 mbox_chan_received_data(&ipcc->controller.chans[chan], NULL); in stm32_ipcc_rx_irq()
Dmailbox-sti.c208 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
Dtegra-hsp.c177 mbox_chan_received_data(db->channel.chan, NULL); in tegra_hsp_doorbell_irq()
Dti-msgmgr.c274 mbox_chan_received_data(chan, (void *)&message); in ti_msgmgr_queue_rx_interrupt()
Dbcm-flexrm-mailbox.c1154 mbox_chan_received_data(chan, msg); in flexrm_process_completions()
1424 mbox_chan_received_data(chan, msg); in flexrm_shutdown()
Domap-mailbox.c266 mbox_chan_received_data(mq->mbox->chan, (void *)msg); in mbox_rx_work()
Dbcm-pdc-mailbox.c676 mbox_chan_received_data(chan, &mssg); in pdc_receive_one()