Searched refs:prof (Results 1 – 2 of 2) sorted by relevance
162 nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(cnt, dev, profidx); in tfa2_cnt_get_cmd() local165 if (!prof) in tfa2_cnt_get_cmd()169 for (i = offset; i < prof->length - 1; i++) in tfa2_cnt_get_cmd()171 dsc = &prof->list[i]; in tfa2_cnt_get_cmd()203 nxpTfaProfileList_t *prof = NULL; in tfa2_cnt_profile_name() local206 prof = tfa2_cnt_get_dev_prof_list(cnt, dev_idx, prof_idx); in tfa2_cnt_profile_name()209 if (prof == NULL) in tfa2_cnt_profile_name()212 return tfa2_cnt_get_string(cnt, &prof->name); in tfa2_cnt_profile_name()425 int prof, count = 0; in tfa2_cnt_grep_nth_profile_name() local428 for (prof = 0; prof < cnt->nprof; prof++) in tfa2_cnt_grep_nth_profile_name()[all …]
314 nxpTfaProfileList_t *tfa2_cnt_next_profile(nxpTfaProfileList_t *prof);