Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h193 void (*runcntl_stop) (struct spu_context * ctx); member
H A Dhw_ops.c327 .runcntl_stop = spu_hw_runcntl_stop,
H A Dbacking_ops.c392 .runcntl_stop = spu_backing_runcntl_stop,
/linux/arch/powerpc/platforms/ps3/
H A Dspu.c448 ctx->ops->runcntl_stop(ctx); in ps3_disable_spu()