Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmailbox_controller.h131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
/linux-4.4.14/drivers/mailbox/
Dmailbox.c151 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function
157 EXPORT_SYMBOL_GPL(mbox_chan_received_data);
Dbcm2835-mailbox.c81 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
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()
Dmailbox-sti.c208 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
Domap-mailbox.c318 mbox_chan_received_data(mq->mbox->chan, (void *)msg); in mbox_rx_work()