Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h209 void (*runcntl_stop) (struct spu_context * ctx); member
Dhw_ops.c341 .runcntl_stop = spu_hw_runcntl_stop,
Dbacking_ops.c405 .runcntl_stop = spu_backing_runcntl_stop,
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dspu.c465 ctx->ops->runcntl_stop(ctx); in ps3_disable_spu()