Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmailbox_controller.h51 bool (*last_tx_done)(struct mbox_chan *chan); member
/linux-4.1.27/drivers/mailbox/
Darm_mhu.c117 .last_tx_done = mhu_last_tx_done,
Dmailbox-altera.c292 .last_tx_done = altera_mbox_last_tx_done,
Dmailbox.c125 txdone = chan->mbox->ops->last_tx_done(chan); in poll_txdone()