/drivers/iommu/ |
D | omap-iovmm.c | 76 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/ |
D | videobuf2-dma-contig.c | 53 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/ |
D | exynos_drm_dmabuf.c | 20 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
|
D | exynos_drm_gem.h | 42 struct sg_table *sgt; member
|
D | exynos_drm_gem.c | 619 struct sg_table *sgt, in exynos_gem_map_sgt_with_dma() 638 struct sg_table *sgt, in exynos_gem_unmap_sgt_from_dma()
|
D | exynos_drm_g2d.c | 195 struct sg_table *sgt; member 410 struct sg_table *sgt; in g2d_userptr_get_dma_addr() local
|
/drivers/spi/ |
D | spi-pxa2xx-dma.c | 30 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
|
D | spi-ep93xx.c | 553 struct sg_table *sgt; in ep93xx_spi_dma_prepare() local 651 struct sg_table *sgt; in ep93xx_spi_dma_finish() local
|
/drivers/gpu/drm/ |
D | drm_prime.c | 71 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/ |
D | host1x_bo.h | 56 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()
|
D | job.c | 181 struct sg_table *sgt; in pin_job() local 200 struct sg_table *sgt; in pin_job() local
|
D | job.h | 55 struct sg_table *sgt; member
|
/drivers/gpu/host1x/drm/ |
D | gem.c | 47 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/ |
D | ion_cma_heap.c | 47 static int ion_cma_get_sgtable(struct device *dev, struct sg_table *sgt, in ion_cma_get_sgtable()
|
/drivers/base/ |
D | dma-mapping.c | 226 int dma_common_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_common_get_sgtable()
|
/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 398 struct sg_table *sgt; in ispmmu_vmap() local 423 struct sg_table *sgt; in ispmmu_vunmap() local
|
/drivers/scsi/ |
D | nsp32.c | 868 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
|
D | nsp32.h | 455 nsp32_sgtable sgt[NSP32_SG_SIZE+1]; /* SG table */ member
|