Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c1003 int length24, length32, type; in tfa2_hap_cnt_get_sequencer() local
1029 length32 = length24 + length24 / 3 - 4; in tfa2_hap_cnt_get_sequencer()
1031 seq->length = length32 / sizeof(int32_t); in tfa2_hap_cnt_get_sequencer()
1036 seq->object = (int32_t *)kmalloc(length32, GFP_KERNEL); in tfa2_hap_cnt_get_sequencer()
1040 seq->duration = (int32_t *)kmalloc(length32, GFP_KERNEL); in tfa2_hap_cnt_get_sequencer()
1044 seq->level = (int32_t *)kmalloc(length32, GFP_KERNEL); in tfa2_hap_cnt_get_sequencer()
1048 seq->freq = (int32_t *)kmalloc(length32, GFP_KERNEL); in tfa2_hap_cnt_get_sequencer()