Searched refs:send_mfc_command (Results 1 – 4 of 4) sorted by relevance
213 int (*send_mfc_command)(struct spu_context * ctx, member
347 .send_mfc_command = spu_hw_send_mfc_command,
411 .send_mfc_command = spu_backing_send_mfc_command,
1629 *error = ctx->ops->send_mfc_command(ctx, &cmd); in spu_send_mfc_command()1636 *error = ctx->ops->send_mfc_command(ctx, &cmd); in spu_send_mfc_command()1670 ret = ctx->ops->send_mfc_command(ctx, &cmd); in spufs_mfc_write()