Lines Matching refs:dma_buf
308 struct dma_buf *buf) in tegra_bo_import()
560 static void tegra_gem_prime_release(struct dma_buf *buf) in tegra_gem_prime_release()
565 static void *tegra_gem_prime_kmap_atomic(struct dma_buf *buf, in tegra_gem_prime_kmap_atomic()
571 static void tegra_gem_prime_kunmap_atomic(struct dma_buf *buf, in tegra_gem_prime_kunmap_atomic()
577 static void *tegra_gem_prime_kmap(struct dma_buf *buf, unsigned long page) in tegra_gem_prime_kmap()
582 static void tegra_gem_prime_kunmap(struct dma_buf *buf, unsigned long page, in tegra_gem_prime_kunmap()
587 static int tegra_gem_prime_mmap(struct dma_buf *buf, struct vm_area_struct *vma) in tegra_gem_prime_mmap()
592 static void *tegra_gem_prime_vmap(struct dma_buf *buf) in tegra_gem_prime_vmap()
600 static void tegra_gem_prime_vunmap(struct dma_buf *buf, void *vaddr) in tegra_gem_prime_vunmap()
617 struct dma_buf *tegra_gem_prime_export(struct drm_device *drm, in tegra_gem_prime_export()
632 struct dma_buf *buf) in tegra_gem_prime_import()