Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6asm.c331 struct avs_cmd_shared_mem_unmap_regions *mem_unmap; in __q6asm_memory_unmap() local
342 pkt_size = APR_HDR_SIZE + sizeof(*mem_unmap); in __q6asm_memory_unmap()
348 mem_unmap = p + APR_HDR_SIZE; in __q6asm_memory_unmap()
357 mem_unmap->mem_map_handle = ac->port[dir].mem_map_handle; in __q6asm_memory_unmap()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c422 alloc->mem_unmap = gst_kms_memory_unmap; in gst_kms_allocator_init()