Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.h20 int tfa2_hap_sequencer(struct tfa2_device *tfa, struct tfa2_sequence *seq);
21 int tfa2_hap_get_sequencer_duration(struct tfa2_device *tfa, struct tfa2_sequence *seq);
23 void tfa2_hap_sequencer_destroy(struct tfa2_sequence *seq);
25 int tfa2_hap_cnt_get_sequencer(nxpTfaContainer_t *cnt, int devidx, int seqidx, struct tfa2_sequence
39 void tfa2_hap_save_haptic_cache(struct tfa2_device *tfa, struct tfa2_sequence *seq);
40 void tfa2_hap_test_restore_haptic_cache(struct tfa2_device *tfa, struct tfa2_sequence *seq);
Dtfa2_haptic.c208 struct tfa2_sequence seq; in tfa2_haptic_get_duration()
823 void tfa2_hap_sequencer_destroy(struct tfa2_sequence *seq) in tfa2_hap_sequencer_destroy()
834 int tfa2_hap_sequencer(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_sequencer()
888 int tfa2_hap_get_sequencer_duration(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_get_sequencer_duration()
913 void tfa2_hap_save_haptic_cache(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_save_haptic_cache()
921 void tfa2_hap_test_restore_haptic_cache(struct tfa2_device *tfa, struct tfa2_sequence *seq) in tfa2_hap_test_restore_haptic_cache()
948 struct tfa2_sequence seq; in tfa2_hap_sequencer_object()
999 int tfa2_hap_cnt_get_sequencer(nxpTfaContainer_t *cnt, int devidx, int seqidx, struct tfa2_sequence in tfa2_hap_cnt_get_sequencer()
Dtfa2_dev.h209 struct tfa2_sequence struct
235 struct tfa2_sequence seq; argument