Searched refs:last_tx_done (Results 1 – 4 of 4) sorted by relevance
51 bool (*last_tx_done)(struct mbox_chan *chan); member
117 .last_tx_done = mhu_last_tx_done,
292 .last_tx_done = altera_mbox_last_tx_done,
125 txdone = chan->mbox->ops->last_tx_done(chan); in poll_txdone()