Searched refs:dma_buf_ops (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.h35 extern const struct dma_buf_ops amdgpu_dmabuf_ops;
H A Damdgpu_dma_buf.c48 * amdgpu_dma_buf_attach - &dma_buf_ops.attach implementation
80 * amdgpu_dma_buf_detach - &dma_buf_ops.detach implementation
100 * amdgpu_dma_buf_pin - &dma_buf_ops.pin implementation
116 * amdgpu_dma_buf_unpin - &dma_buf_ops.unpin implementation
131 * amdgpu_dma_buf_map - &dma_buf_ops.map_dma_buf implementation
206 * amdgpu_dma_buf_unmap - &dma_buf_ops.unmap_dma_buf implementation
228 * amdgpu_dma_buf_begin_cpu_access - &dma_buf_ops.begin_cpu_access implementation
268 const struct dma_buf_ops amdgpu_dmabuf_ops = {
/linux-master/include/linux/
H A Dvirtio_dma_buf.h17 * @ops: the base dma_buf_ops. ops.attach MUST be virtio_dma_buf_attach.
23 struct dma_buf_ops ops;
H A Ddma-buf.h31 * struct dma_buf_ops - operations possible on struct dma_buf
36 struct dma_buf_ops { struct
326 /** @ops: dma_buf_ops associated with this buffer object. */
327 const struct dma_buf_ops *ops;
539 const struct dma_buf_ops *ops;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c65 const struct dma_buf_ops vmw_prime_dmabuf_ops = {
H A Dttm_object.h270 ttm_object_device_init(const struct dma_buf_ops *ops);
H A Dttm_object.c98 struct dma_buf_ops ops;
426 ttm_object_device_init(const struct dma_buf_ops *ops)
H A Dvmwgfx_drv.h1125 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c89 static const struct dma_buf_ops mock_dmabuf_ops = {
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c71 static const struct dma_buf_ops omap_dmabuf_ops = {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c178 static const struct dma_buf_ops xe_dmabuf_ops = {
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c204 static const struct dma_buf_ops i915_dmabuf_ops = {
/linux-master/drivers/dma-buf/
H A Dudmabuf.c182 static const struct dma_buf_ops udmabuf_ops = {
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c301 static const struct dma_buf_ops system_heap_buf_ops = {
H A Dcma_heap.c262 static const struct dma_buf_ops cma_heap_buf_ops = {
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c326 static const struct dma_buf_ops vb2_vmalloc_dmabuf_ops = {
H A Dvideobuf2-dma-contig.c461 static const struct dma_buf_ops vb2_dc_dmabuf_ops = {
H A Dvideobuf2-dma-sg.c509 static const struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
/linux-master/drivers/gpu/drm/armada/
H A Darmada_gem.c479 static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c55 * and &drm_driver.gem_prime_import hooks. &dma_buf_ops implementations for
67 * itself is dropped and its &dma_buf_ops.release function is called. For
265 * must use this in their &dma_buf_ops structure as the release callback.
575 * used as the &dma_buf_ops.attach callback. Must be used together with
604 * &dma_buf_ops.detach callback.
621 * can be used as the &dma_buf_ops.map_dma_buf callback. Should be used together
662 * This can be used as the &dma_buf_ops.unmap_dma_buf callback.
682 * Sets up a kernel virtual mapping. This can be used as the &dma_buf_ops.vmap
702 * &dma_buf_ops.vunmap callback. Calls into &drm_gem_object_funcs.vunmap for device specific handling.
776 * &dma_buf_ops
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c737 static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {
/linux-master/drivers/xen/
H A Dgntdev-dmabuf.c339 static const struct dma_buf_ops dmabuf_exp_ops = {
/linux-master/samples/vfio-mdev/
H A Dmbochs.c925 static struct dma_buf_ops mbochs_dmabuf_ops = {
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1849 static const struct dma_buf_ops habanalabs_dmabuf_ops = {
/linux-master/drivers/misc/
H A Dfastrpc.c744 static const struct dma_buf_ops fastrpc_dma_buf_ops = {

Completed in 223 milliseconds