Searched refs:spu_management_ops (Results 1 – 7 of 7) sorted by relevance
178 struct spu_management_ops { struct187 extern const struct spu_management_ops* spu_management_ops; argument192 return spu_management_ops->enumerate_spus(fn); in spu_enumerate_spus()198 return spu_management_ops->create_spu(spu, data); in spu_create_spu()204 return spu_management_ops->destroy_spu(spu); in spu_destroy_spu()210 return spu_management_ops->init_affinity(); in spu_init_affinity()216 spu_management_ops->enable_spu(ctx); in spu_enable_spu()222 spu_management_ops->disable_spu(ctx); in spu_disable_spu()233 extern const struct spu_management_ops spu_management_of_ops;
100 spu_management_ops = &spu_management_of_ops; in qpace_setup_arch()
43 const struct spu_management_ops *spu_management_ops; variable44 EXPORT_SYMBOL_GPL(spu_management_ops);773 if (!spu_management_ops) in init_spu_base()
228 spu_management_ops = &spu_management_of_ops; in cell_setup_arch()
548 const struct spu_management_ops spu_management_of_ops = {
468 const struct spu_management_ops spu_management_ps3_ops = {635 spu_management_ops = &spu_management_ps3_ops; in ps3_spu_set_platform()
687 if (!spu_management_ops) in spufs_create_root()764 if (!spu_management_ops) in spufs_init()