Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c2798 if (cbk && cbk->prealloc_put_consistent_mem_unaligned) { in hif_mem_free_consistent_unaligned()
2799 cbk->prealloc_put_consistent_mem_unaligned(vaddr); in hif_mem_free_consistent_unaligned()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_driver_ops.c394 cbk->prealloc_put_consistent_mem_unaligned = in hdd_hif_init_driver_state_callbacks()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h922 void (*prealloc_put_consistent_mem_unaligned)(void *vaddr); member