Searched refs:ta_type (Results 1 – 2 of 2) sorted by relevance
55 static bool is_ta_type_valid(enum ta_type_id ta_type) in is_ta_type_valid() argument59 switch (ta_type) { in is_ta_type_valid()128 uint32_t ta_type = 0; in ta_if_load_debugfs_write() local141 ret = copy_from_user((void *)&ta_type, &buf[copy_pos], sizeof(uint32_t)); in ta_if_load_debugfs_write()142 if (ret || (!is_ta_type_valid(ta_type))) in ta_if_load_debugfs_write()167 context.ta_type = ta_type; in ta_if_load_debugfs_write()
174 enum ta_type_id ta_type; member