Searched refs:devidx (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_haptic.h | 24 int tfa2_hap_cnt_sequencer_count(nxpTfaContainer_t *cnt, int devidx); 25 int tfa2_hap_cnt_get_sequencer(nxpTfaContainer_t *cnt, int devidx, int seqidx, struct tfa2_sequence…
|
| D | tfa2_haptic.c | 974 int tfa2_hap_cnt_sequencer_count(nxpTfaContainer_t *cnt, int devidx) in tfa2_hap_cnt_sequencer_count() argument 980 rc = tfa2_cnt_grep_nth_profile_name(cnt, devidx, total, ".seq.hap"); in tfa2_hap_cnt_sequencer_count() 999 int tfa2_hap_cnt_get_sequencer(nxpTfaContainer_t *cnt, int devidx, int seqidx, struct tfa2_sequence… in tfa2_hap_cnt_get_sequencer() argument 1005 seq_profidx = tfa2_cnt_grep_nth_profile_name(cnt, devidx, seqidx, ".seq.hap"); in tfa2_hap_cnt_get_sequencer() 1022 rc = tfa2_cnt_get_cmd(cnt, devidx, seq_profidx, i, &array24, &length24); in tfa2_hap_cnt_get_sequencer()
|
| D | tfa2_container.h | 31 int tfa2_cnt_get_cmd(nxpTfaContainer_t *cnt, int devidx, int profidx, int offset, uint8_t **array, … 261 int tfa2_cnt_grep_profile_name(nxpTfaContainer_t *cnt, int devidx, const char *string);
|