Home
last modified time | relevance | path

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

/linux-6.12.1/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,
716 return priv->ops->last_tx_done(mhu, chan); in mhuv2_sender_last_tx_done()
724 if (!priv->ops->last_tx_done(mhu, chan)) in mhuv2_sender_send_data()
753 .last_tx_done = mhuv2_sender_last_tx_done,
789 .last_tx_done = mhuv2_receiver_last_tx_done,
Darm_mhuv3.c274 int (*last_tx_done)(struct mhuv3 *mhu, struct mbox_chan *chan); member
467 .last_tx_done = mhuv3_doorbell_last_tx_done,
477 return priv->ops->last_tx_done(mhu, chan); in mhuv3_sender_last_tx_done()
485 if (!priv->ops->last_tx_done(mhu, chan)) in mhuv3_sender_send_data()
515 .last_tx_done = mhuv3_sender_last_tx_done,
551 .last_tx_done = mhuv3_receiver_last_tx_done,
Dmailbox.c130 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
532 if (!mbox->ops->last_tx_done) { in mbox_controller_register()
Darm_mhu.c107 .last_tx_done = mhu_last_tx_done,
Dplatform_mhu.c113 .last_tx_done = platform_mhu_last_tx_done,
Dbcm2835-mailbox.c124 .last_tx_done = bcm2835_last_tx_done
Dmtk-adsp-mailbox.c103 .last_tx_done = mtk_adsp_mbox_last_tx_done,
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,
Dti-msgmgr.c754 .last_tx_done = ti_msgmgr_last_tx_done,
Dzynqmp-ipi-mailbox.c427 .last_tx_done = zynqmp_ipi_last_tx_done,
Dbcm-pdc-mailbox.c1416 .last_tx_done = pdc_last_tx_done,
/linux-6.12.1/include/linux/
Dmailbox_controller.h51 bool (*last_tx_done)(struct mbox_chan *chan); member