Home
last modified time | relevance | path

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

/Linux-v6.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,
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,
Dmailbox.c129 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
501 if (!mbox->ops->last_tx_done) { in mbox_controller_register()
Darm_mhu.c106 .last_tx_done = mhu_last_tx_done,
Dbcm2835-mailbox.c124 .last_tx_done = bcm2835_last_tx_done
Dplatform_mhu.c112 .last_tx_done = platform_mhu_last_tx_done,
Dmtk-adsp-mailbox.c102 .last_tx_done = mtk_adsp_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.c245 .last_tx_done = mhu_db_last_tx_done,
Dhi6220-mailbox.c219 .last_tx_done = hi6220_mbox_last_tx_done,
Dmailbox-sti.c387 .last_tx_done = sti_mbox_tx_is_ready,
Dzynqmp-ipi-mailbox.c391 .last_tx_done = zynqmp_ipi_last_tx_done,
Dti-msgmgr.c748 .last_tx_done = ti_msgmgr_last_tx_done,
Dbcm-pdc-mailbox.c1420 .last_tx_done = pdc_last_tx_done,
/Linux-v6.1/include/linux/
Dmailbox_controller.h51 bool (*last_tx_done)(struct mbox_chan *chan); member