Searched refs:tfa2_cnt_profile_name (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_container.c | 201 char *tfa2_cnt_profile_name(nxpTfaContainer_t *cnt, int dev_idx, int prof_idx) in tfa2_cnt_profile_name() function 430 char *profile = tfa2_cnt_profile_name(cnt, dev_idx, prof); in tfa2_cnt_grep_nth_profile_name() 895 tfa2_cnt_profile_name(tfa->cnt, tfa->dev_idx, previous_prof_idx), in tfa2_cnt_write_profile() 896 tfa2_cnt_profile_name(tfa->cnt, tfa->dev_idx, prof_idx), in_group ? "no" : "with"); in tfa2_cnt_write_profile()
|
| D | tfa2_container.h | 29 char *tfa2_cnt_profile_name(nxpTfaContainer_t *cnt, int dev_idx, int prof_idx); 204 char *tfa2_cnt_profile_name(nxpTfaContainer_t *cnt, int dev_idx, int prof_idx);
|
| D | tfa2_dev.c | 398 active_profile_name = tfa2_cnt_profile_name(tfa->cnt, tfa->dev_idx, active_profile); in tfa2_dev_start() 402 tfa2_cnt_profile_name(tfa->cnt, tfa->dev_idx, next_profile)); in tfa2_dev_start() 467 if (strstr(tfa2_cnt_profile_name(tfa->cnt, tfa->dev_idx, next_profile), ".standby") != NULL) in tfa2_dev_start()
|