Searched refs:mali_gp_core (Results 1 – 7 of 7) sorted by relevance
25 struct mali_gp_core { struct33 struct mali_gp_core *mali_gp_create(const _mali_osk_resource_t *resource, struct mali_group *group); argument34 void mali_gp_delete(struct mali_gp_core *core);36 void mali_gp_stop_bus(struct mali_gp_core *core);37 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core);38 void mali_gp_reset_async(struct mali_gp_core *core);39 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core);40 void mali_gp_hard_reset(struct mali_gp_core *core);41 _mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core);43 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job);[all …]
22 static struct mali_gp_core *mali_global_gp_core = NULL;28 struct mali_gp_core *mali_gp_create(const _mali_osk_resource_t *resource, struct mali_group *group) in mali_gp_create()30 struct mali_gp_core *core = NULL; in mali_gp_create()35 core = _mali_osk_malloc(sizeof(struct mali_gp_core)); in mali_gp_create()77 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete()87 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus()94 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait()117 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset()150 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async()162 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait()[all …]
53 struct mali_gp_core *gp_core;108 struct mali_gp_core *gp_core);272 MALI_STATIC_INLINE struct mali_gp_core *mali_group_get_gp_core(struct mali_group *group) in mali_group_get_gp_core()
249 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_executor_populate()1987 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_executor_complete_group()
340 struct mali_gp_core *gp_core = mali_gp_create(resource_gp, group); in mali_create_group()
190 _mali_osk_errcode_t mali_group_add_gp_core(struct mali_group *group, struct mali_gp_core *gp_core) in mali_group_add_gp_core()
1227 struct mali_gp_core *gp_core = mali_group_get_gp_core(group); in mali_sysfs_register()