Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c1036 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()
Dconfig.h54 #define kmalloc(ptr, flags) TFA9XXX_GetDSPMessageBuffer() macro
Dtfa2_dev.h31 #if !defined(kmalloc) || !defined(kfree)
32 #define kmalloc(ptr, flags) malloc(ptr) macro
Dtfa2_dev.c1315 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()