Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mailbox/
Darm_mhuv2.c213 int (*last_tx_done)(struct mhuv2 *mhu, struct mbox_chan *chan); member
318 .last_tx_done = mhuv2_doorbell_last_tx_done,
494 .last_tx_done = mhuv2_data_transfer_last_tx_done,
715 return priv->ops->last_tx_done(mhu, chan); in mhuv2_sender_last_tx_done()
723 if (!priv->ops->last_tx_done(mhu, chan)) in mhuv2_sender_send_data()
752 .last_tx_done = mhuv2_sender_last_tx_done,
788 .last_tx_done = mhuv2_receiver_last_tx_done,
Darm_mhu.c107 .last_tx_done = mhu_last_tx_done,
Dbcm2835-mailbox.c124 .last_tx_done = bcm2835_last_tx_done
Dplatform_mhu.c113 .last_tx_done = platform_mhu_last_tx_done,
Dmtk-adsp-mailbox.c103 .last_tx_done = mtk_adsp_mbox_last_tx_done,
Dmailbox.c130 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
542 if (!mbox->ops->last_tx_done) { in mbox_controller_register()
Dmailbox-mpfs.c221 .last_tx_done = mpfs_mbox_last_tx_done,
Dmailbox-altera.c281 .last_tx_done = altera_mbox_last_tx_done,
Dsun6i-msgbox.c191 .last_tx_done = sun6i_msgbox_last_tx_done,
Darm_mhu_db.c244 .last_tx_done = mhu_db_last_tx_done,
Dhi6220-mailbox.c220 .last_tx_done = hi6220_mbox_last_tx_done,
Dmailbox-sti.c387 .last_tx_done = sti_mbox_tx_is_ready,
Dzynqmp-ipi-mailbox.c389 .last_tx_done = zynqmp_ipi_last_tx_done,
Dti-msgmgr.c754 .last_tx_done = ti_msgmgr_last_tx_done,
Dbcm-pdc-mailbox.c1420 .last_tx_done = pdc_last_tx_done,
/Linux-v6.6/include/linux/
Dmailbox_controller.h51 bool (*last_tx_done)(struct mbox_chan *chan); member