Searched refs:kmalloc (Results 1 – 4 of 4) sorted by relevance
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()
54 #define kmalloc(ptr, flags) TFA9XXX_GetDSPMessageBuffer() macro
31 #if !defined(kmalloc) || !defined(kfree)32 #define kmalloc(ptr, flags) malloc(ptr) macro
1315 buffer = kmalloc(2 * nr, GFP_KERNEL); in tfa2_i2c_read_regs()1466 output = kmalloc(5 + size * 3, GFP_KERNEL); in write_cf_mem()1530 data24 = kmalloc(size * 3, GFP_KERNEL); in read_cf_mem()