Searched refs:length32 (Results 1 – 1 of 1) sorted by relevance
1003 int length24, length32, type; in tfa2_hap_cnt_get_sequencer() local1029 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()