Searched refs:last_tx_done (Results 1 – 6 of 6) sorted by relevance
51 bool (*last_tx_done)(struct mbox_chan *chan); member
130 .last_tx_done = bcm2835_last_tx_done
117 .last_tx_done = mhu_last_tx_done,
292 .last_tx_done = altera_mbox_last_tx_done,
126 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
391 .last_tx_done = sti_mbox_tx_is_ready,