Searched refs:mark_txdone (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/firmware/arm_scmi/
H A Dsmc.c242 * surely fully retrieved, so after .mark_txdone()
286 .mark_txdone = smc_mark_txdone,
H A Dcommon.h194 * @mark_txdone: Callback to mark tx as done
209 void (*mark_txdone)(struct scmi_chan_info *cinfo, int ret, member in struct:scmi_transport_ops
H A Dmailbox.c320 .mark_txdone = mailbox_mark_txdone,
H A Doptee.c540 .mark_txdone = scmi_optee_mark_txdone,
H A Draw_mode.c474 if (raw->desc->ops->mark_txdone)
475 raw->desc->ops->mark_txdone(rw->cinfo, ret, xfer);
H A Dvirtio.c731 * that can be properly freed even on timeout in mark_txdone.
803 .mark_txdone = virtio_mark_txdone,
H A Ddriver.c1411 if (info->desc->ops->mark_txdone)
1412 info->desc->ops->mark_txdone(cinfo, ret, xfer);

Completed in 193 milliseconds