Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddma-buf.h53 struct dma_buf_ops { struct
284 const struct dma_buf_ops *ops;
344 const struct dma_buf_ops *ops;
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_prime.c93 const struct dma_buf_ops vmw_prime_dmabuf_ops = {
Dvmwgfx_drv.h1003 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_prime.c41 static const struct dma_buf_ops amdgpu_dmabuf_ops;
334 static const struct dma_buf_ops amdgpu_dmabuf_ops = {
/Linux-v4.19/drivers/staging/android/ion/
Dion.c369 static const struct dma_buf_ops dma_buf_ops = { variable
421 exp_info.ops = &dma_buf_ops; in ion_alloc()
/Linux-v4.19/include/drm/ttm/
Dttm_object.h310 const struct dma_buf_ops *ops);
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_dmabuf.c116 static const struct dma_buf_ops mock_dmabuf_ops = {
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c128 static const struct dma_buf_ops omap_dmabuf_ops = {
/Linux-v4.19/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-v4.19/drivers/gpu/drm/udl/
Dudl_dmabuf.c174 static const struct dma_buf_ops udl_dmabuf_ops = {
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c95 struct dma_buf_ops ops;
507 const struct dma_buf_ops *ops) in ttm_object_device_init()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_dmabuf.c214 static const struct dma_buf_ops i915_dmabuf_ops = {
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c343 static const struct dma_buf_ops vb2_vmalloc_dmabuf_ops = {
Dvideobuf2-dma-sg.c504 static const struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
Dvideobuf2-dma-contig.c355 static const struct dma_buf_ops vb2_dc_dmabuf_ops = {
/Linux-v4.19/drivers/tee/
Dtee_shm.c101 static const struct dma_buf_ops tee_shm_dma_buf_ops = {
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_gem.c478 static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
/Linux-v4.19/drivers/gpu/drm/tegra/
Dgem.c619 static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {
/Linux-v4.19/drivers/gpu/drm/
Ddrm_prime.c486 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {
/Linux-v4.19/drivers/xen/
Dgntdev-dmabuf.c358 static const struct dma_buf_ops dmabuf_exp_ops = {
/Linux-v4.19/samples/vfio-mdev/
Dmbochs.c822 static struct dma_buf_ops mbochs_dmabuf_ops = {