Home
last modified time | relevance | path

Searched refs:dev_idx (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.h24 int tfa2_cnt_get_init_multi_msg(nxpTfaContainer_t *cnt, int dev_idx, int profile, char *mmsg, int *…
28 char *tfa2_cnt_device_name(nxpTfaContainer_t *cnt, int dev_idx);
29 char *tfa2_cnt_profile_name(nxpTfaContainer_t *cnt, int dev_idx, int prof_idx);
32 nxpTfaDescPtr_t *tfa2_cnt_get_dsc(nxpTfaContainer_t *cnt, nxpTfaDescriptorType_t type, int dev_idx);
34 int tfa2_cnt_get_slave(nxpTfaContainer_t *cnt, int dev_idx);
35 nxpTfaDeviceList_t *tfa2_cnt_device(nxpTfaContainer_t *cnt, int dev_idx);
36 nxpTfaDeviceList_t *tfa2_cnt_get_dev_list(nxpTfaContainer_t *cont, int dev_idx);
39 int tfa2_cnt_get_dev_nprof(nxpTfaContainer_t *cnt, int dev_idx);
40 int tfa2_cnt_grep_profile_name(nxpTfaContainer_t *cnt, int dev_idx, const char *string);
41 int tfa2_cnt_grep_nth_profile_name(nxpTfaContainer_t *cnt, int dev_idx, int n, const char *string);
[all …]
Dtfa2_container.c116 patchdsc = tfa2_cnt_get_dsc(tfa->cnt, dscPatch, tfa->dev_idx); in tfa2_cnt_check_revid()
187 char *tfa2_cnt_device_name(nxpTfaContainer_t *cnt, int dev_idx) in tfa2_cnt_device_name() argument
191 dev = tfa2_cnt_device(cnt, dev_idx); in tfa2_cnt_device_name()
201 char *tfa2_cnt_profile_name(nxpTfaContainer_t *cnt, int dev_idx, int prof_idx) in tfa2_cnt_profile_name() argument
206 prof = tfa2_cnt_get_dev_prof_list(cnt, dev_idx, prof_idx); in tfa2_cnt_profile_name()
259 int tfa2_cnt_get_slave(nxpTfaContainer_t *cnt, int dev_idx) in tfa2_cnt_get_slave() argument
267 dev = tfa2_cnt_device(cnt, dev_idx); in tfa2_cnt_get_slave()
277 nxpTfaDeviceList_t *tfa2_cnt_device(nxpTfaContainer_t *cnt, int dev_idx) in tfa2_cnt_device() argument
279 return tfa2_cnt_get_dev_list(cnt, dev_idx); in tfa2_cnt_device()
285 nxpTfaDescPtr_t *tfa2_cnt_get_dsc(nxpTfaContainer_t *cnt, nxpTfaDescriptorType_t type, int dev_idx) in tfa2_cnt_get_dsc() argument
[all …]
Dtfa2_haptic.c209 rc = tfa2_hap_cnt_get_sequencer(tfa->cnt, tfa->dev_idx, index - FW_HB_SEQ_OBJ, &seq); in tfa2_haptic_get_duration()
401 return tfa2_cnt_grep_profile_name(tfa->cnt, tfa->dev_idx, string); in get_hap_profile()
655 tfa->hap_data.seq_max = tfa2_hap_cnt_sequencer_count(tfa->cnt, tfa->dev_idx); in tfa2_dev_start_hapticboost()
949 int dev_idx = tfa->dev_idx; in tfa2_hap_sequencer_object() local
953 rc = tfa2_hap_cnt_get_sequencer(tfa->cnt, dev_idx, virtual_obj - FW_HB_SEQ_OBJ - 1, &seq); in tfa2_hap_sequencer_object()
Dtfa2_dev.c398 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()
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()
Dtfa2_dev.h255 int dev_idx; /**< device container index */ member
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx.c271 tfa->dev_idx = 0; in TFA9XXX_CreatePlatform()