Home
last modified time | relevance | path

Searched defs:sgt (Results 1 – 18 of 18) sorted by relevance

/drivers/iommu/
Domap-iovmm.c76 static unsigned int sgtable_offset(const struct sg_table *sgt) in sgtable_offset()
85 static size_t sgtable_len(const struct sg_table *sgt) in sgtable_len()
157 struct sg_table *sgt; in sgtable_alloc() local
188 static void sgtable_free(struct sg_table *sgt) in sgtable_free()
200 static void *vmap_sg(const struct sg_table *sgt) in vmap_sg()
419 static void sgtable_fill_vmalloc(struct sg_table *sgt, void *_va) in sgtable_fill_vmalloc()
443 static inline void sgtable_drain_vmalloc(struct sg_table *sgt) in sgtable_drain_vmalloc()
454 const struct sg_table *sgt, u32 flags) in map_iovm_area()
511 const struct sg_table *sgt = area->sgt; in unmap_iovm_area() local
545 struct sg_table *sgt = NULL; in unmap_vm_area() local
[all …]
/drivers/media/v4l2-core/
Dvideobuf2-dma-contig.c53 static void vb2_dc_sgt_foreach_page(struct sg_table *sgt, in vb2_dc_sgt_foreach_page()
70 static unsigned long vb2_dc_get_contiguous_size(struct sg_table *sgt) in vb2_dc_get_contiguous_size()
114 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_prepare() local
126 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_finish() local
228 struct sg_table sgt; member
238 struct sg_table *sgt; in vb2_dc_dmabuf_ops_attach() local
274 struct sg_table *sgt; in vb2_dc_dmabuf_ops_detach() local
296 struct sg_table *sgt; in vb2_dc_dmabuf_ops_map() local
331 struct sg_table *sgt, enum dma_data_direction dir) in vb2_dc_dmabuf_ops_unmap()
377 struct sg_table *sgt; in vb2_dc_get_base_sgt() local
[all …]
/drivers/gpu/drm/exynos/
Dexynos_drm_dmabuf.c20 struct sg_table sgt; member
45 struct sg_table *sgt; in exynos_gem_detach_dma_buf() local
70 struct sg_table *sgt = NULL; in exynos_gem_map_dma_buf() local
126 struct sg_table *sgt, in exynos_gem_unmap_dma_buf()
216 struct sg_table *sgt; in exynos_dmabuf_prime_import() local
Dexynos_drm_gem.h42 struct sg_table *sgt; member
Dexynos_drm_gem.c619 struct sg_table *sgt, in exynos_gem_map_sgt_with_dma()
638 struct sg_table *sgt, in exynos_gem_unmap_sgt_from_dma()
Dexynos_drm_g2d.c195 struct sg_table *sgt; member
410 struct sg_table *sgt; in g2d_userptr_get_dma_addr() local
/drivers/spi/
Dspi-pxa2xx-dma.c30 struct sg_table *sgt; in pxa2xx_spi_map_dma_buffer() local
91 struct sg_table *sgt; in pxa2xx_spi_unmap_dma_buffer() local
182 struct sg_table *sgt; in pxa2xx_spi_dma_prepare_one() local
Dspi-ep93xx.c553 struct sg_table *sgt; in ep93xx_spi_dma_prepare() local
651 struct sg_table *sgt; in ep93xx_spi_dma_finish() local
/drivers/gpu/drm/
Ddrm_prime.c71 struct sg_table *sgt; in drm_gem_map_dma_buf() local
85 struct sg_table *sgt, enum dma_data_direction dir) in drm_gem_unmap_dma_buf()
258 struct sg_table *sgt; in drm_gem_prime_import() local
433 int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages, in drm_prime_sg_to_page_addr_arrays()
/drivers/gpu/host1x/
Dhost1x_bo.h56 struct sg_table **sgt) in host1x_bo_pin()
61 static inline void host1x_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in host1x_bo_unpin()
Djob.c181 struct sg_table *sgt; in pin_job() local
200 struct sg_table *sgt; in pin_job() local
Djob.h55 struct sg_table *sgt; member
/drivers/gpu/host1x/drm/
Dgem.c47 static dma_addr_t tegra_bo_pin(struct host1x_bo *bo, struct sg_table **sgt) in tegra_bo_pin()
54 static void tegra_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in tegra_bo_unpin()
/drivers/staging/android/ion/
Dion_cma_heap.c47 static int ion_cma_get_sgtable(struct device *dev, struct sg_table *sgt, in ion_cma_get_sgtable()
/drivers/base/
Ddma-mapping.c226 int dma_common_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_common_get_sgtable()
/drivers/media/platform/omap3isp/
Dispvideo.c398 struct sg_table *sgt; in ispmmu_vmap() local
423 struct sg_table *sgt; in ispmmu_vunmap() local
/drivers/scsi/
Dnsp32.c868 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt; in nsp32_setup_sg_table() local
1728 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt; in nsp32_adjust_busfree() local
Dnsp32.h455 nsp32_sgtable sgt[NSP32_SG_SIZE+1]; /* SG table */ member