Home
last modified time | relevance | path

Searched refs:send_mfc_command (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
Dspufs.h199 int (*send_mfc_command)(struct spu_context * ctx, member
Dhw_ops.c333 .send_mfc_command = spu_hw_send_mfc_command,
Dbacking_ops.c398 .send_mfc_command = spu_backing_send_mfc_command,
Dfile.c1593 *error = ctx->ops->send_mfc_command(ctx, &cmd); in spu_send_mfc_command()
1600 *error = ctx->ops->send_mfc_command(ctx, &cmd); in spu_send_mfc_command()
1634 ret = ctx->ops->send_mfc_command(ctx, &cmd); in spufs_mfc_write()