Home
last modified time | relevance | path

Searched refs:IOSYS_MAP_INIT_VADDR (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c383 struct iosys_map map = IOSYS_MAP_INIT_VADDR(buf->vaddr); in vb2_vmalloc_unmap_dmabuf()
392 struct iosys_map map = IOSYS_MAP_INIT_VADDR(buf->vaddr); in vb2_vmalloc_detach_dmabuf()
Dvideobuf2-dma-sg.c577 struct iosys_map map = IOSYS_MAP_INIT_VADDR(buf->vaddr); in vb2_dma_sg_unmap_dmabuf()
Dvideobuf2-dma-contig.c733 struct iosys_map map = IOSYS_MAP_INIT_VADDR(buf->vaddr); in vb2_dc_unmap_dmabuf()
/Linux-v6.6/drivers/gpu/drm/etnaviv/
Detnaviv_gem_prime.c65 struct iosys_map map = IOSYS_MAP_INIT_VADDR(etnaviv_obj->vaddr); in etnaviv_gem_prime_release()
/Linux-v6.6/include/linux/
Diosys-map.h121 #define IOSYS_MAP_INIT_VADDR(vaddr_) \ macro
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_perfcnt.c185 struct iosys_map map = IOSYS_MAP_INIT_VADDR(perfcnt->buf); in panfrost_perfcnt_disable_locked()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_gem_dma_helper.c229 struct iosys_map map = IOSYS_MAP_INIT_VADDR(dma_obj->vaddr); in drm_gem_dma_free()
Ddrm_mipi_dbi.c208 struct iosys_map dst_map = IOSYS_MAP_INIT_VADDR(dst); in mipi_dbi_buf_copy()
/Linux-v6.6/drivers/gpu/drm/tegra/
Dgem.c197 struct iosys_map map = IOSYS_MAP_INIT_VADDR(addr); in tegra_bo_munmap()