Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A 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,
H A Dplatform_mhu.c113 .last_tx_done = platform_mhu_last_tx_done,
H A Darm_mhu.c107 .last_tx_done = mhu_last_tx_done,
H A Dmtk-adsp-mailbox.c103 .last_tx_done = mtk_adsp_mbox_last_tx_done,
H A Dbcm2835-mailbox.c124 .last_tx_done = bcm2835_last_tx_done
H A Dmailbox.c130 txdone = chan->mbox->ops->last_tx_done(chan); in txdone_hrtimer()
542 if (!mbox->ops->last_tx_done) { in mbox_controller_register()
H A Dmailbox-mpfs.c221 .last_tx_done = mpfs_mbox_last_tx_done,
H A Dmailbox-altera.c281 .last_tx_done = altera_mbox_last_tx_done,
H A Dsun6i-msgbox.c191 .last_tx_done = sun6i_msgbox_last_tx_done,
H A Darm_mhu_db.c244 .last_tx_done = mhu_db_last_tx_done,
H A Dhi6220-mailbox.c220 .last_tx_done = hi6220_mbox_last_tx_done,
H A Dmailbox-sti.c387 .last_tx_done = sti_mbox_tx_is_ready,
H A Dzynqmp-ipi-mailbox.c389 .last_tx_done = zynqmp_ipi_last_tx_done,
H A Dti-msgmgr.c754 .last_tx_done = ti_msgmgr_last_tx_done,
H A Dbcm-pdc-mailbox.c1420 .last_tx_done = pdc_last_tx_done,
/openbmc/linux/include/linux/
H A Dmailbox_controller.h51 bool (*last_tx_done)(struct mbox_chan *chan); member