Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c208 struct tfa2_sequence seq; in tfa2_haptic_get_duration() local
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() local
999 …a2_hap_cnt_get_sequencer(nxpTfaContainer_t *cnt, int devidx, int seqidx, struct tfa2_sequence *seq) in tfa2_hap_cnt_get_sequencer()
Dtfa2_dev.h235 struct tfa2_sequence seq; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.h36 int16_t seq; /** < sequence number */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/qspi/
Dfsl_qspi.h626 static inline void QSPI_ClearCommandSequence(QuadSPI_Type *base, qspi_command_seq_t seq) in QSPI_ClearCommandSequence()