Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmailbox_controller.h130 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/linux-4.1.27/drivers/mailbox/
Dmailbox.c148 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function
154 EXPORT_SYMBOL_GPL(mbox_chan_received_data);
Darm_mhu.c61 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
Dmailbox-altera.c137 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
Domap-mailbox.c314 mbox_chan_received_data(mq->mbox->chan, (void *)msg); in mbox_rx_work()