Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h195 void (*master_stop) (struct spu_context * ctx); member
H A Dhw_ops.c329 .master_stop = spu_hw_master_stop,
H A Dbacking_ops.c394 .master_stop = spu_backing_master_stop,
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_manage.c358 ctx->ops->master_stop(ctx); in disable_spu_by_master_run()