Searched refs:spu_management_ops (Results 1 – 4 of 4) sorted by relevance
166 struct spu_management_ops { struct 175 extern const struct spu_management_ops* spu_management_ops; argument 180 return spu_management_ops->enumerate_spus(fn); in spu_enumerate_spus() 186 return spu_management_ops->create_spu(spu, data); in spu_create_spu() 192 return spu_management_ops->destroy_spu(spu); in spu_destroy_spu() 198 return spu_management_ops->init_affinity(); in spu_init_affinity() 204 spu_management_ops->enable_spu(ctx); in spu_enable_spu() 210 spu_management_ops->disable_spu(ctx); in spu_disable_spu() 218 extern const struct spu_management_ops spu_management_of_op[all...]
28 const struct spu_management_ops *spu_management_ops; variable 29 EXPORT_SYMBOL_GPL(spu_management_ops);754 if (!spu_management_ops) in init_spu_base()
25 /* spu_management_ops */451 static const struct spu_management_ops spu_management_ps3_ops = {618 spu_management_ops = &spu_management_ps3_ops; in ps3_spu_set_platform()
695 if (!spu_management_ops) in spufs_create_root() 792 if (!spu_management_ops) in spufs_init()