Searched refs:mbox_chan_received_data (Results 1 – 7 of 7) sorted by relevance
131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */
151 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data() function157 EXPORT_SYMBOL_GPL(mbox_chan_received_data);
81 mbox_chan_received_data(link, &msg); in bcm2835_mbox_irq()
61 mbox_chan_received_data(chan, (void *)&val); in mhu_rx_interrupt()
137 mbox_chan_received_data(chan, (void *)data); in altera_mbox_rx_data()
208 mbox_chan_received_data(chan, NULL); in sti_mbox_thread_handler()
318 mbox_chan_received_data(mq->mbox->chan, (void *)msg); in mbox_rx_work()