Searched refs:ta_type (Results 1 – 2 of 2) sorted by relevance
56 static bool is_ta_type_valid(enum ta_type_id ta_type) in is_ta_type_valid() argument58 switch (ta_type) { in is_ta_type_valid()73 enum ta_type_id ta_type, in set_ta_context_funcs() argument76 switch (ta_type) { in set_ta_context_funcs()146 uint32_t ta_type = 0; in ta_if_load_debugfs_write() local159 ret = copy_from_user((void *)&ta_type, &buf[copy_pos], sizeof(uint32_t)); in ta_if_load_debugfs_write()160 if (ret || (!is_ta_type_valid(ta_type))) in ta_if_load_debugfs_write()183 set_ta_context_funcs(psp, ta_type, &context); in ta_if_load_debugfs_write()214 context->ta_type = ta_type; in ta_if_load_debugfs_write()249 uint32_t ta_type = 0; in ta_if_unload_debugfs_write() local[all …]
186 enum ta_type_id ta_type; member