Home
last modified time | relevance | path

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/
Dtfa2_container.h40 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);
Dtfa2_dev.c956 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()
Dtfa2_container.c443 int tfa2_cnt_grep_profile_name(nxpTfaContainer_t *cnt, int dev_idx, const char *string) in tfa2_cnt_grep_profile_name() function
Dtfa2_haptic.c401 return tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, string); in get_hap_profile()