Searched refs:nxpTfaProfileList_t (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa2_container.h | 37 nxpTfaProfileList_t *tfa2_cnt_get_dev_prof_list(nxpTfaContainer_t *cont, int devIdx, int profIdx); 252 nxpTfaProfileList_t *tfa2_cnt_get_dev_prof_list(nxpTfaContainer_t *cont, int dev_idx, int prof_idx); 307 nxpTfaProfileList_t *tfa2_cnt_get1st_prof_list(nxpTfaContainer_t *cont); 314 nxpTfaProfileList_t *tfa2_cnt_next_profile(nxpTfaProfileList_t *prof);
|
D | tfa2_container.c | 162 nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(cnt, dev, profidx); in tfa2_cnt_get_cmd() 203 nxpTfaProfileList_t *prof = NULL; in tfa2_cnt_profile_name() 340 nxpTfaProfileList_t *tfa2_cnt_get_dev_prof_list(nxpTfaContainer_t *cont, int devIdx, int profIdx) in tfa2_cnt_get_dev_prof_list() 354 return (nxpTfaProfileList_t *)(dev->list[idx].offset + base); in tfa2_cnt_get_dev_prof_list() 558 …nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(tfa->cnt, tfa->dev_idx, prof_idx); in tfa2_cnt_write_regs_profile() 800 …nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(tfa->cnt, tfa->dev_idx, prof_idx); in tfa2_cnt_write_files_profile() 867 … nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(tfa->cnt, tfa->dev_idx, prof_idx); in tfa2_cnt_write_profile() 868 …nxpTfaProfileList_t *previous_prof = tfa2_cnt_get_dev_prof_list(tfa->cnt, tfa->dev_idx, previous_p… in tfa2_cnt_write_profile() 952 nxpTfaProfileList_t *prof = tfa2_cnt_get_dev_prof_list(tfa->cnt, tfa->dev_idx, prof_idx); in tfa2_cnt_write_transient_profile()
|
D | tfa9xxx_parameters.h | 570 } nxpTfaProfileList_t; typedef
|