Searched refs:spu_management_ops (Results 1 – 6 of 6) sorted by relevance
166 struct spu_management_ops { struct175 extern const struct spu_management_ops* spu_management_ops; argument180 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()221 extern const struct spu_management_ops spu_management_of_ops;
30 const struct spu_management_ops *spu_management_ops; variable31 EXPORT_SYMBOL_GPL(spu_management_ops);762 if (!spu_management_ops) in init_spu_base()
222 spu_management_ops = &spu_management_of_ops; in cell_setup_arch()
519 const struct spu_management_ops spu_management_of_ops = {
451 const struct spu_management_ops spu_management_ps3_ops = {618 spu_management_ops = &spu_management_ps3_ops; in ps3_spu_set_platform()
692 if (!spu_management_ops) in spufs_create_root()789 if (!spu_management_ops) in spufs_init()