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

/linux-4.1.27/include/linux/
H A Ddma-buf.h41 * struct dma_buf_ops - operations possible on struct dma_buf
74 struct dma_buf_ops { struct
116 * @ops: dma_buf_ops associated with this buffer object.
126 const struct dma_buf_ops *ops;
179 const struct dma_buf_ops *ops;
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c105 const struct dma_buf_ops vmw_prime_dmabuf_ops = {
H A Dvmwgfx_drv.h958 extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
/linux-4.1.27/drivers/dma-buf/
H A Ddma-buf.c278 * supplied private data and operations for dma_buf_ops. On either missing
411 * calls attach() of dma_buf_ops to allow device-specific attach functionality
455 * optionally calls detach() of dma_buf_ops for device-specific detach
478 * dma_buf_ops.
506 * dma_buf_ops.
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c158 static struct dma_buf_ops omap_dmabuf_ops = {
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_dmabuf.c171 static struct dma_buf_ops exynos_dmabuf_ops = {
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_dmabuf.c215 static const struct dma_buf_ops i915_dmabuf_ops = {
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_dmabuf.c189 static struct dma_buf_ops udl_dmabuf_ops = {
/linux-4.1.27/drivers/staging/android/ion/
H A Dion.c1090 static struct dma_buf_ops dma_buf_ops = { variable in typeref:struct:dma_buf_ops
1122 exp_info.ops = &dma_buf_ops; ion_share_dma_buf()
1166 if (dmabuf->ops != &dma_buf_ops) { ion_import_dma_buf()
1212 if (dmabuf->ops != &dma_buf_ops) { ion_sync_for_device()
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_object.c94 struct dma_buf_ops ops;
498 const struct dma_buf_ops *ops) ttm_object_device_init()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf2-vmalloc.c355 static struct dma_buf_ops vb2_vmalloc_dmabuf_ops = {
H A Dvideobuf2-dma-contig.c367 static struct dma_buf_ops vb2_dc_dmabuf_ops = {
H A Dvideobuf2-dma-sg.c570 static struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
/linux-4.1.27/include/drm/ttm/
H A Dttm_object.h306 const struct dma_buf_ops *ops);
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_gem.c526 static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Dgem.c613 static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_prime.c291 static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {

Completed in 1327 milliseconds