Searched defs:sgt (Results 1 - 52 of 52) sorted by relevance

/linux-4.1.27/include/drm/
H A Ddrm_gem_cma_helper.h17 struct sg_table *sgt; member in struct:drm_gem_cma_object
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_gem.h21 struct sg_table *sgt; /* for imported */ member in struct:armada_gem_object
H A Darmada_gem.c427 struct sg_table *sgt; armada_gem_prime_map_dma_buf() local
490 armada_gem_prime_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) armada_gem_prime_unmap_dma_buf() argument
/linux-4.1.27/drivers/gpu/host1x/
H A Djob.h46 struct sg_table *sgt; member in struct:host1x_job_unpin_data
H A Djob.c185 struct sg_table *sgt; pin_job() local
204 struct sg_table *sgt; pin_job() local
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.h46 struct sg_table *sgt; member in struct:exynos_drm_gem_buf
H A Dexynos_drm_dmabuf.c21 struct sg_table sgt; member in struct:exynos_drm_dmabuf_attachment
51 struct sg_table *sgt; exynos_gem_detach_dma_buf() local
76 struct sg_table *sgt = NULL; exynos_gem_map_dma_buf() local
202 struct sg_table *sgt; exynos_dmabuf_prime_import() local
129 exynos_gem_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) exynos_gem_unmap_dma_buf() argument
H A Dexynos_drm_gem.c478 exynos_gem_map_sgt_with_dma(struct drm_device *drm_dev, struct sg_table *sgt, enum dma_data_direction dir) exynos_gem_map_sgt_with_dma() argument
497 exynos_gem_unmap_sgt_from_dma(struct drm_device *drm_dev, struct sg_table *sgt, enum dma_data_direction dir) exynos_gem_unmap_sgt_from_dma() argument
H A Dexynos_drm_g2d.c195 struct sg_table *sgt; member in struct:g2d_cmdlist_userptr
412 struct sg_table *sgt; g2d_userptr_get_dma_addr() local
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Dgem.h37 struct sg_table *sgt; member in struct:tegra_bo
H A Dgem.c38 static dma_addr_t tegra_bo_pin(struct host1x_bo *bo, struct sg_table **sgt) tegra_bo_pin() argument
45 static void tegra_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) tegra_bo_unpin() argument
192 struct sg_table *sgt; tegra_bo_get_pages() local
521 struct sg_table *sgt; tegra_gem_prime_map_dma_buf() local
555 tegra_gem_prime_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) tegra_gem_prime_unmap_dma_buf() argument
/linux-4.1.27/arch/c6x/include/asm/
H A Ddma-mapping.h108 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, dma_get_sgtable() argument
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c144 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); buffer_prepare() local
H A Dcx23885-video.c336 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); buffer_prepare() local
H A Dcx23885-core.c1456 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vb, 0); cx23885_buf_prepare() local
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-vbi.c132 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); buffer_prepare() local
H A Dcx88-mpeg.c230 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vb, 0); cx8802_buf_prepare() local
H A Dcx88-video.c452 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); buffer_prepare() local
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_gem_cma_helper.c415 struct sg_table *sgt; drm_gem_cma_prime_get_sg_table() local
453 drm_gem_cma_prime_import_sg_table(struct drm_device *dev, struct dma_buf_attachment *attach, struct sg_table *sgt) drm_gem_cma_prime_import_sg_table() argument
H A Ddrm_prime.c70 struct sg_table *sgt; member in struct:drm_prime_attachment
145 struct sg_table *sgt; drm_gem_map_detach() local
185 struct sg_table *sgt; drm_gem_map_dma_buf() local
501 struct sg_table *sgt; drm_gem_prime_import() local
709 int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages, drm_prime_sg_to_page_addr_arrays() argument
217 drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) drm_gem_unmap_dma_buf() argument
/linux-4.1.27/drivers/crypto/qce/
H A Ddma.c110 qce_sgtable_add(struct sg_table *sgt, struct scatterlist *new_sgl) qce_sgtable_add() argument
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_gem.h52 struct sg_table *sgt; member in struct:msm_gem_object
H A Dmsm_iommu.c46 msm_iommu_map(struct msm_mmu *mmu, uint32_t iova, struct sg_table *sgt, unsigned len, int prot) msm_iommu_map() argument
85 msm_iommu_unmap(struct msm_mmu *mmu, uint32_t iova, struct sg_table *sgt, unsigned len) msm_iommu_unmap() argument
H A Dmsm_gem.c665 msm_gem_import(struct drm_device *dev, uint32_t size, struct sg_table *sgt) msm_gem_import() argument
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c267 struct sg_table *sgt; rockchip_gem_prime_get_sg_table() local
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_dmabuf.c26 struct sg_table sgt; member in struct:udl_drm_dmabuf_attachment
54 struct sg_table *sgt; udl_detach_dma_buf() local
80 struct sg_table *sgt = NULL; udl_map_dma_buf() local
144 udl_unmap_dma_buf(struct dma_buf_attachment *attach, struct sg_table *sgt, enum dma_data_direction dir) udl_unmap_dma_buf() argument
/linux-4.1.27/arch/frv/include/asm/
H A Ddma-mapping.h143 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, dma_get_sgtable() argument
/linux-4.1.27/include/asm-generic/
H A Ddma-mapping-common.h227 dma_get_sgtable_attrs(struct device *dev, struct sg_table *sgt, void *cpu_addr, dma_get_sgtable_attrs() argument
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispstat.h39 struct sg_table sgt; member in struct:ispstat_buffer
H A Dispccdc.h60 struct sg_table sgt; member in struct:ispccdc_lsc_config_req::__anon5670
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf2-vmalloc.c220 struct sg_table sgt; member in struct:vb2_vmalloc_attachment
230 struct sg_table *sgt; vb2_vmalloc_dmabuf_ops_attach() local
267 struct sg_table *sgt; vb2_vmalloc_dmabuf_ops_detach() local
289 struct sg_table *sgt; vb2_vmalloc_dmabuf_ops_map() local
323 vb2_vmalloc_dmabuf_ops_unmap(struct dma_buf_attachment *db_attach, struct sg_table *sgt, enum dma_data_direction dma_dir) vb2_vmalloc_dmabuf_ops_unmap() argument
H A Dvideobuf2-dma-contig.c53 static void vb2_dc_sgt_foreach_page(struct sg_table *sgt, vb2_dc_sgt_foreach_page() argument
70 static unsigned long vb2_dc_get_contiguous_size(struct sg_table *sgt) vb2_dc_get_contiguous_size() argument
117 struct sg_table *sgt = buf->dma_sgt; vb2_dc_prepare() local
129 struct sg_table *sgt = buf->dma_sgt; vb2_dc_finish() local
233 struct sg_table sgt; member in struct:vb2_dc_attachment
243 struct sg_table *sgt; vb2_dc_dmabuf_ops_attach() local
279 struct sg_table *sgt; vb2_dc_dmabuf_ops_detach() local
301 struct sg_table *sgt; vb2_dc_dmabuf_ops_map() local
382 struct sg_table *sgt; vb2_dc_get_base_sgt() local
517 struct sg_table *sgt = buf->dma_sgt; vb2_dc_put_userptr() local
582 struct sg_table *sgt; vb2_dc_get_userptr() local
735 struct sg_table *sgt; vb2_dc_map_dmabuf() local
774 struct sg_table *sgt = buf->dma_sgt; vb2_dc_unmap_dmabuf() local
335 vb2_dc_dmabuf_ops_unmap(struct dma_buf_attachment *db_attach, struct sg_table *sgt, enum dma_data_direction dma_dir) vb2_dc_dmabuf_ops_unmap() argument
H A Dvideobuf2-dma-sg.c107 struct sg_table *sgt; vb2_dma_sg_alloc() local
181 struct sg_table *sgt = &buf->sg_table; vb2_dma_sg_put() local
206 struct sg_table *sgt = buf->dma_sgt; vb2_dma_sg_prepare() local
218 struct sg_table *sgt = buf->dma_sgt; vb2_dma_sg_finish() local
241 struct sg_table *sgt; vb2_dma_sg_get_userptr() local
346 struct sg_table *sgt = &buf->sg_table; vb2_dma_sg_put_userptr() local
436 struct sg_table sgt; member in struct:vb2_dma_sg_attachment
446 struct sg_table *sgt; vb2_dma_sg_dmabuf_ops_attach() local
482 struct sg_table *sgt; vb2_dma_sg_dmabuf_ops_detach() local
504 struct sg_table *sgt; vb2_dma_sg_dmabuf_ops_map() local
613 struct sg_table *sgt; vb2_dma_sg_map_dmabuf() local
641 struct sg_table *sgt = buf->dma_sgt; vb2_dma_sg_unmap_dmabuf() local
538 vb2_dma_sg_dmabuf_ops_unmap(struct dma_buf_attachment *db_attach, struct sg_table *sgt, enum dma_data_direction dma_dir) vb2_dma_sg_dmabuf_ops_unmap() argument
/linux-4.1.27/drivers/spi/
H A Dspi-pxa2xx-dma.c29 struct sg_table *sgt; pxa2xx_spi_map_dma_buffer() local
78 struct sg_table *sgt; pxa2xx_spi_unmap_dma_buffer() local
167 struct sg_table *sgt; pxa2xx_spi_dma_prepare_one() local
H A Dspi-ep93xx.c439 struct sg_table *sgt; ep93xx_spi_dma_prepare() local
537 struct sg_table *sgt; ep93xx_spi_dma_finish() local
H A Dspi.c474 spi_map_buf(struct spi_master *master, struct device *dev, struct sg_table *sgt, void *buf, size_t len, enum dma_data_direction dir) spi_map_buf() argument
524 spi_unmap_buf(struct spi_master *master, struct device *dev, struct sg_table *sgt, enum dma_data_direction dir) spi_unmap_buf() argument
H A Dspi-s3c64xx.c276 prepare_dma(struct s3c64xx_spi_dma_data *dma, struct sg_table *sgt) prepare_dma() argument
/linux-4.1.27/arch/xtensa/include/asm/
H A Ddma-mapping.h181 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, dma_get_sgtable() argument
/linux-4.1.27/drivers/base/
H A Ddma-mapping.c228 int dma_common_get_sgtable(struct device *dev, struct sg_table *sgt, dma_common_get_sgtable() argument
/linux-4.1.27/arch/mn10300/include/asm/
H A Ddma-mapping.h179 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, dma_get_sgtable() argument
/linux-4.1.27/arch/parisc/include/asm/
H A Ddma-mapping.h252 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, dma_get_sgtable() argument
/linux-4.1.27/lib/
H A Dscatterlist.c364 int sg_alloc_table_from_pages(struct sg_table *sgt, sg_alloc_table_from_pages() argument
/linux-4.1.27/drivers/media/pci/cx25821/
H A Dcx25821-video.c166 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); cx25821_buffer_prepare() local
/linux-4.1.27/net/ceph/
H A Dcrypto.c105 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, setup_sgtable() argument
157 static void teardown_sgtable(struct sg_table *sgt) teardown_sgtable() argument
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c209 struct sg_table sgt; member in struct:vmw_ttm_tt
H A Dvmwgfx_drv.h236 struct sg_table *sgt; member in struct:vmw_sg_table
/linux-4.1.27/include/linux/
H A Dhost1x.h97 static inline void host1x_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) host1x_bo_unpin() argument
91 host1x_bo_pin(struct host1x_bo *bo, struct sg_table **sgt) host1x_bo_pin() argument
/linux-4.1.27/include/linux/hsi/
H A Dhsi.h204 struct sg_table sgt; member in struct:hsi_msg
/linux-4.1.27/drivers/input/touchscreen/
H A Dsur40.c375 struct sg_table *sgt; sur40_process_video() local
/linux-4.1.27/drivers/scsi/
H A Dnsp32.c868 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt; nsp32_setup_sg_table() local
1725 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt; nsp32_adjust_busfree() local
H A Dnsp32.h455 nsp32_sgtable sgt[NSP32_SG_SIZE+1]; /* SG table */ member in struct:_nsp32_sglun
/linux-4.1.27/arch/arm/mm/
H A Ddma-mapping.c767 int arm_dma_get_sgtable(struct device *dev, struct sg_table *sgt, arm_dma_get_sgtable() argument
1454 static int arm_iommu_get_sgtable(struct device *dev, struct sg_table *sgt, arm_iommu_get_sgtable() argument

Completed in 973 milliseconds