Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddma-buf.h74 struct dma_buf_ops { struct
128 const struct dma_buf_ops *ops;
184 const struct dma_buf_ops *ops;
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_prime.c105 const struct dma_buf_ops vmw_prime_dmabuf_ops = {
Dvmwgfx_drv.h970 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
/linux-4.4.14/include/drm/ttm/
Dttm_object.h306 const struct dma_buf_ops *ops);
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c155 static struct dma_buf_ops omap_dmabuf_ops = {
/linux-4.4.14/drivers/staging/android/ion/
Dion.c1092 static struct dma_buf_ops dma_buf_ops = { variable
1124 exp_info.ops = &dma_buf_ops; in ion_share_dma_buf()
1168 if (dmabuf->ops != &dma_buf_ops) { in ion_import_dma_buf()
1214 if (dmabuf->ops != &dma_buf_ops) { in ion_sync_for_device()
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_object.c94 struct dma_buf_ops ops;
498 const struct dma_buf_ops *ops) in ttm_object_device_init()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_dmabuf.c189 static struct dma_buf_ops udl_dmabuf_ops = {
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_dmabuf.c215 static const struct dma_buf_ops i915_dmabuf_ops = {
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-vmalloc.c337 static struct dma_buf_ops vb2_vmalloc_dmabuf_ops = {
Dvideobuf2-dma-contig.c348 static struct dma_buf_ops vb2_dc_dmabuf_ops = {
Dvideobuf2-dma-sg.c514 static struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt128 In struct dma_buf_ops, map_dma_buf is defined as
160 In struct dma_buf_ops, unmap_dma_buf is defined as
463 [1] struct dma_buf_ops in include/linux/dma-buf.h
/linux-4.4.14/drivers/gpu/drm/
Ddrm_prime.c291 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.c527 static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c604 static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {