Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmailbox_controller.h51 bool (*last_tx_done)(struct mbox_chan *chan); member
/Linux-v4.19/drivers/mailbox/
Dmailbox.c128 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
464 if (!mbox->ops->last_tx_done) { in mbox_controller_register()
Darm_mhu.c117 .last_tx_done = mhu_last_tx_done,
Dbcm2835-mailbox.c130 .last_tx_done = bcm2835_last_tx_done
Dplatform_mhu.c120 .last_tx_done = platform_mhu_last_tx_done,
Dmailbox-altera.c292 .last_tx_done = altera_mbox_last_tx_done,
Dhi6220-mailbox.c228 .last_tx_done = hi6220_mbox_last_tx_done,
Dmailbox-sti.c391 .last_tx_done = sti_mbox_tx_is_ready,
Dti-msgmgr.c650 .last_tx_done = ti_msgmgr_last_tx_done,
Dbcm-pdc-mailbox.c1434 .last_tx_done = pdc_last_tx_done,