Searched refs:tfa2_cnt_grep_profile_name (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_container.h | 40 int tfa2_cnt_grep_profile_name(nxpTfaContainer_t *cnt, int dev_idx, const char *string); 261 int tfa2_cnt_grep_profile_name(nxpTfaContainer_t *cnt, int devidx, const char *string);
|
| D | tfa2_dev.c | 956 if (tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, "lra_") >= 0) in tfa2_dev_update_config_init() 958 else if (tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, "ls_") >= 0) in tfa2_dev_update_config_init() 2140 cal_profile = tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, ".cal"); in tfa2_calibrate_profile_start() 2200 sbcal_profile = tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, ".cal"); in tfa2_sb_calibrate()
|
| D | tfa2_container.c | 443 int tfa2_cnt_grep_profile_name(nxpTfaContainer_t *cnt, int dev_idx, const char *string) in tfa2_cnt_grep_profile_name() function
|
| D | tfa2_haptic.c | 401 return tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, string); in get_hap_profile()
|