Lines Matching refs:dma_buf
317 struct dma_buf *buf) in tegra_bo_import()
569 static void tegra_gem_prime_release(struct dma_buf *buf) in tegra_gem_prime_release()
574 static void *tegra_gem_prime_kmap_atomic(struct dma_buf *buf, in tegra_gem_prime_kmap_atomic()
580 static void tegra_gem_prime_kunmap_atomic(struct dma_buf *buf, in tegra_gem_prime_kunmap_atomic()
586 static void *tegra_gem_prime_kmap(struct dma_buf *buf, unsigned long page) in tegra_gem_prime_kmap()
591 static void tegra_gem_prime_kunmap(struct dma_buf *buf, unsigned long page, in tegra_gem_prime_kunmap()
596 static int tegra_gem_prime_mmap(struct dma_buf *buf, struct vm_area_struct *vma) in tegra_gem_prime_mmap()
601 static void *tegra_gem_prime_vmap(struct dma_buf *buf) in tegra_gem_prime_vmap()
609 static void tegra_gem_prime_vunmap(struct dma_buf *buf, void *vaddr) in tegra_gem_prime_vunmap()
626 struct dma_buf *tegra_gem_prime_export(struct drm_device *drm, in tegra_gem_prime_export()
641 struct dma_buf *buf) in tegra_gem_prime_import()