Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/
Ddma-buf.h35 struct dma_buf_ops { struct
314 const struct dma_buf_ops *ops;
433 const struct dma_buf_ops *ops;
Dvirtio_dma_buf.h23 struct dma_buf_ops ops;
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.h39 extern const struct dma_buf_ops amdgpu_dmabuf_ops;
Damdgpu_dma_buf.c414 const struct dma_buf_ops amdgpu_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/dma-buf/heaps/
Dheap-helpers.h52 extern const struct dma_buf_ops heap_helper_ops;
Dheap-helpers.c260 const struct dma_buf_ops heap_helper_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_prime.c65 const struct dma_buf_ops vmw_prime_dmabuf_ops = {
Dttm_object.h310 const struct dma_buf_ops *ops);
Dttm_object.c94 struct dma_buf_ops ops;
528 const struct dma_buf_ops *ops) in ttm_object_device_init()
Dvmwgfx_drv.h1228 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
/kernel/linux/linux-5.10/drivers/staging/android/ion/
Dion.c331 static const struct dma_buf_ops dma_buf_ops = { variable
381 exp_info.ops = &dma_buf_ops; in ion_alloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
Dmock_dmabuf.c83 static const struct dma_buf_ops mock_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c101 static const struct dma_buf_ops omap_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_dmabuf.c159 static const struct dma_buf_ops i915_dmabuf_ops = {
/kernel/linux/linux-5.10/Documentation/driver-api/
Ddma-buf.rst31 - implements and manages operations in :c:type:`struct dma_buf_ops
32 <dma_buf_ops>` for the buffer,
/kernel/linux/linux-5.10/drivers/dma-buf/
Dudmabuf.c150 static const struct dma_buf_ops udmabuf_ops = {
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c330 static const struct dma_buf_ops vb2_vmalloc_dmabuf_ops = {
Dvideobuf2-dma-contig.c360 static const struct dma_buf_ops vb2_dc_dmabuf_ops = {
Dvideobuf2-dma-sg.c496 static const struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
Darmada_gem.c468 static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Dgem.c649 static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_prime.c787 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev-dmabuf.c344 static const struct dma_buf_ops dmabuf_exp_ops = {
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dkernel.patch925 +static const struct dma_buf_ops cma_heap_buf_ops = {
1993 +static const struct dma_buf_ops system_heap_buf_ops = {
2274 @@ -289,14 +289,9 @@ struct dma_buf_ops {
/kernel/linux/linux-5.10/samples/vfio-mdev/
Dmbochs.c895 static struct dma_buf_ops mbochs_dmabuf_ops = {

12