Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dspufs.h206 void (*runcntl_stop) (struct spu_context * ctx); member
Dhw_ops.c340 .runcntl_stop = spu_hw_runcntl_stop,
Dbacking_ops.c405 .runcntl_stop = spu_backing_runcntl_stop,
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dspu.c465 ctx->ops->runcntl_stop(ctx); in ps3_disable_spu()