Searched defs:kbase_ipa_model_ops (Results 1 – 2 of 2) sorted by relevance
67 struct kbase_ipa_model_ops { struct68 char *name;75 int (*init)(struct kbase_ipa_model *model);79 int (*recalculate)(struct kbase_ipa_model *model);80 void (*term)(struct kbase_ipa_model *model);116 struct kbase_ipa_model_ops *new_model_ops); argument
99 struct kbase_ipa_model_ops { struct100 char *name;107 int (*init)(struct kbase_ipa_model *model);112 int (*recalculate)(struct kbase_ipa_model *model);113 void (*term)(struct kbase_ipa_model *model);127 int (*get_dynamic_coeff)(struct kbase_ipa_model *model, u32 *coeffp);138 int (*get_static_coeff)(struct kbase_ipa_model *model, u32 *coeffp);150 void (*reset_counter_data)(struct kbase_ipa_model *model);