Home
last modified time | relevance | path

Searched defs:attachment (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c78 …t dma_buf_te_attach(struct dma_buf *buf, struct device *dev, struct dma_buf_attachment *attachment) in dma_buf_te_attach()
105 static void dma_buf_te_detach(struct dma_buf *buf, struct dma_buf_attachment *attachment) in dma_buf_te_detach()
119 static struct sg_table *dma_buf_te_map(struct dma_buf_attachment *attachment, enum dma_data_directi… in dma_buf_te_map()
183 static void dma_buf_te_unmap(struct dma_buf_attachment *attachment, in dma_buf_te_unmap()
235 struct dma_buf_attachment *attachment; in dma_buf_te_sync() local
659 struct dma_buf_attachment *attachment; in dma_te_buf_fill() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c34 static struct sg_table *shm_map_dma_buf(struct dma_buf_attachment *attachment, in shm_map_dma_buf()
58 static void shm_unmap_dma_buf(struct dma_buf_attachment *attachment, in shm_unmap_dma_buf()
105 struct dma_buf_attachment *attachment; in shm_begin_cpu_access() local
117 struct dma_buf_attachment *attachment; in shm_end_cpu_access() local
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c49 struct dma_buf_attachment *attachment) in ion_dma_buf_attach()
84 struct dma_buf_attachment *attachment) in ion_dma_buf_detatch()
101 static struct sg_table *ion_map_dma_buf(struct dma_buf_attachment *attachment, in ion_map_dma_buf()
128 static void ion_unmap_dma_buf(struct dma_buf_attachment *attachment, in ion_unmap_dma_buf()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c196 static struct sg_table *rkcif_shm_map_dma_buf(struct dma_buf_attachment *attachment, in rkcif_shm_map_dma_buf()
214 static void rkcif_shm_unmap_dma_buf(struct dma_buf_attachment *attachment, in rkcif_shm_unmap_dma_buf()
258 struct dma_buf_attachment *attachment; in rkcif_shm_begin_cpu_access() local
270 struct dma_buf_attachment *attachment; in rkcif_shm_end_cpu_access() local
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsram_heap.c56 struct dma_buf_attachment *attachment) in dma_heap_attach()
104 struct dma_buf_attachment *attachment) in dma_heap_detatch()
118 static struct sg_table *dma_heap_map_dma_buf(struct dma_buf_attachment *attachment, in dma_heap_map_dma_buf()
132 static void dma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in dma_heap_unmap_dma_buf()
H A Dcma_heap.c51 struct dma_buf_attachment *attachment) in cma_heap_attach()
84 struct dma_buf_attachment *attachment) in cma_heap_detach()
97 static struct sg_table *cma_heap_map_dma_buf(struct dma_buf_attachment *attachment, in cma_heap_map_dma_buf()
112 static void cma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in cma_heap_unmap_dma_buf()
H A Drk_cma_heap.c58 struct dma_buf_attachment *attachment) in cma_heap_attach()
92 struct dma_buf_attachment *attachment) in cma_heap_detach()
105 static struct sg_table *cma_heap_map_dma_buf(struct dma_buf_attachment *attachment, in cma_heap_map_dma_buf()
123 static void cma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in cma_heap_unmap_dma_buf()
H A Dsystem_heap.c93 struct dma_buf_attachment *attachment) in system_heap_attach()
124 struct dma_buf_attachment *attachment) in system_heap_detach()
138 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf()
157 static void system_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in system_heap_unmap_dma_buf()
H A Drk_system_heap.c103 struct dma_buf_attachment *attachment) in system_heap_attach()
134 struct dma_buf_attachment *attachment) in system_heap_detach()
148 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf()
167 static void system_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in system_heap_unmap_dma_buf()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c9 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, in mock_map_dma_buf()
44 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment, in mock_unmap_dma_buf()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c19 struct dma_buf_attachment *attachment, in omap_gem_map_dma_buf()
56 static void omap_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in omap_gem_unmap_dma_buf()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c20 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_map_dma_buf()
67 static void i915_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_unmap_dma_buf()
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-cma-heap.c59 struct dma_buf_attachment *attachment) in rk_cma_heap_attach()
96 struct dma_buf_attachment *attachment) in rk_cma_heap_detach()
111 static struct sg_table *rk_cma_heap_map_dma_buf(struct dma_buf_attachment *attachment, in rk_cma_heap_map_dma_buf()
126 static void rk_cma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in rk_cma_heap_unmap_dma_buf()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_dma_buf.h27 struct dma_buf_attachment *attachment; member
H A Dmali_memory_types.h76 struct mali_dma_buf_attachment *attachment; member
177 struct dma_buf_attachment *attachment; member
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Ddmabuf-cache.c67 struct dma_buf_attachment *attachment; in tegra_vde_dmabuf_cache_map() local
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_mem.c23 struct dma_buf_attachment *attachment; in rknpu_mem_create_ioctl() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c461 unsigned int attachment, unsigned int format) in create_buffer()
487 find_attachment(DRI2DrawablePtr pPriv, unsigned attachment) in find_attachment()
508 unsigned int attachment, unsigned int format, in allocate_or_reuse_buffer()
589 const unsigned attachment = *(attachments++); in do_get_buffers() local
H A Ddri2.h40 unsigned int attachment; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_queue.c99 struct dma_buf_attachment *attachment; in uvc_dma_buf_phys_to_virt() local
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiquerydevice.c468 GetDeviceUse(DeviceIntPtr dev, uint16_t * attachment) in GetDeviceUse()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c121 unsigned int attachment, unsigned int format) in ms_dri2_create_buffer2()
219 ms_dri2_create_buffer(DrawablePtr drawable, unsigned int attachment, in ms_dri2_create_buffer()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dfastrpc.c518 fastrpc_map_dma_buf(struct dma_buf_attachment *attachment, in fastrpc_map_dma_buf()
548 struct dma_buf_attachment *attachment) in fastrpc_dma_buf_attach()
578 struct dma_buf_attachment *attachment) in fastrpc_dma_buf_detatch()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c854 struct dma_buf_attachment *attachment; in amdgpu_debugfs_gem_bo_info() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c1149 struct dma_buf_attachment *attachment = reg->gpu_alloc->imported.umm.dma_attachment; in kbase_mem_do_sync_imported() local
1166 struct dma_buf_attachment *attachment = reg->gpu_alloc->imported.umm.dma_attachment; in kbase_mem_do_sync_imported() local