Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dpcc.c356 * before mbox_chan_received_data() which might call pcc_send_data() in pcc_mbox_irq()
489 * pcc_send_data - Called from Mailbox Controller code. If
505 static int pcc_send_data(struct mbox_chan *chan, void *data) in pcc_send_data() function
583 .send_data = pcc_send_data,