Home
last modified time | relevance | path

Searched refs:devidx (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.h24 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…
Dtfa2_haptic.c974 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()
Dtfa2_container.h31 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);