Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/
Ddma-buf.h35 struct dma_buf_ops { struct
309 const struct dma_buf_ops *ops;
417 const struct dma_buf_ops *ops;
Dvirtio_dma_buf.h23 struct dma_buf_ops ops;
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.h39 extern const struct dma_buf_ops amdgpu_dmabuf_ops;
Damdgpu_dma_buf.c402 const struct dma_buf_ops amdgpu_dmabuf_ops = {
/Linux-v5.10/drivers/dma-buf/heaps/
Dheap-helpers.h52 extern const struct dma_buf_ops heap_helper_ops;
Dheap-helpers.c259 const struct dma_buf_ops heap_helper_ops = {
/Linux-v5.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.h1229 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
/Linux-v5.10/drivers/staging/android/ion/
Dion.c328 static const struct dma_buf_ops dma_buf_ops = { variable
378 exp_info.ops = &dma_buf_ops; in ion_alloc()
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Dmock_dmabuf.c83 static const struct dma_buf_ops mock_dmabuf_ops = {
/Linux-v5.10/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c101 static const struct dma_buf_ops omap_dmabuf_ops = {
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_dmabuf.c159 static const struct dma_buf_ops i915_dmabuf_ops = {
/Linux-v5.10/drivers/dma-buf/
Dudmabuf.c144 static const struct dma_buf_ops udmabuf_ops = {
/Linux-v5.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,
/Linux-v5.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 = {
/Linux-v5.10/drivers/tee/
Dtee_shm.c99 static const struct dma_buf_ops tee_shm_dma_buf_ops = {
/Linux-v5.10/drivers/gpu/drm/armada/
Darmada_gem.c468 static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
/Linux-v5.10/drivers/gpu/drm/tegra/
Dgem.c649 static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {
/Linux-v5.10/drivers/gpu/drm/
Ddrm_prime.c783 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {
/Linux-v5.10/drivers/xen/
Dgntdev-dmabuf.c344 static const struct dma_buf_ops dmabuf_exp_ops = {
/Linux-v5.10/samples/vfio-mdev/
Dmbochs.c895 static struct dma_buf_ops mbochs_dmabuf_ops = {

12