Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-dma-contig.c50 static unsigned long vb2_dc_get_contiguous_size(struct sg_table *sgt) in vb2_dc_get_contiguous_size()
97 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_prepare() local
110 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_finish() local
214 struct sg_table sgt; member
224 struct sg_table *sgt; in vb2_dc_dmabuf_ops_attach() local
260 struct sg_table *sgt; in vb2_dc_dmabuf_ops_detach() local
282 struct sg_table *sgt; in vb2_dc_dmabuf_ops_map() local
317 struct sg_table *sgt, enum dma_data_direction dma_dir) in vb2_dc_dmabuf_ops_unmap()
363 struct sg_table *sgt; in vb2_dc_get_base_sgt() local
416 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_put_userptr() local
[all …]
Dvideobuf2-dma-sg.c107 struct sg_table *sgt; in vb2_dma_sg_alloc() local
182 struct sg_table *sgt = &buf->sg_table; in vb2_dma_sg_put() local
207 struct sg_table *sgt = buf->dma_sgt; in vb2_dma_sg_prepare() local
220 struct sg_table *sgt = buf->dma_sgt; in vb2_dma_sg_finish() local
235 struct sg_table *sgt; in vb2_dma_sg_get_userptr() local
292 struct sg_table *sgt = &buf->sg_table; in vb2_dma_sg_put_userptr() local
380 struct sg_table sgt; member
390 struct sg_table *sgt; in vb2_dma_sg_dmabuf_ops_attach() local
426 struct sg_table *sgt; in vb2_dma_sg_dmabuf_ops_detach() local
448 struct sg_table *sgt; in vb2_dma_sg_dmabuf_ops_map() local
[all …]
Dvideobuf2-vmalloc.c202 struct sg_table sgt; member
212 struct sg_table *sgt; in vb2_vmalloc_dmabuf_ops_attach() local
249 struct sg_table *sgt; in vb2_vmalloc_dmabuf_ops_detach() local
271 struct sg_table *sgt; in vb2_vmalloc_dmabuf_ops_map() local
306 struct sg_table *sgt, enum dma_data_direction dma_dir) in vb2_vmalloc_dmabuf_ops_unmap()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_dmabuf.c26 struct sg_table sgt; member
54 struct sg_table *sgt; in udl_detach_dma_buf() local
80 struct sg_table *sgt = NULL; in udl_map_dma_buf() local
145 struct sg_table *sgt, in udl_unmap_dma_buf()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_prime.c70 struct sg_table *sgt; member
145 struct sg_table *sgt; in drm_gem_map_detach() local
185 struct sg_table *sgt; in drm_gem_map_dma_buf() local
218 struct sg_table *sgt, in drm_gem_unmap_dma_buf()
503 struct sg_table *sgt; in drm_gem_prime_import() local
711 int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages, in drm_prime_sg_to_page_addr_arrays()
Ddrm_gem_cma_helper.c407 struct sg_table *sgt; in drm_gem_cma_prime_get_sg_table() local
447 struct sg_table *sgt) in drm_gem_cma_prime_import_sg_table()
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx-dma.c29 struct sg_table *sgt; in pxa2xx_spi_map_dma_buffer() local
78 struct sg_table *sgt; in pxa2xx_spi_unmap_dma_buffer() local
167 struct sg_table *sgt; in pxa2xx_spi_dma_prepare_one() local
Dspi-ep93xx.c439 struct sg_table *sgt; in ep93xx_spi_dma_prepare() local
537 struct sg_table *sgt; in ep93xx_spi_dma_finish() local
Dspi-bcm2835.c289 static inline int bcm2835_check_sg_length(struct sg_table *sgt) in bcm2835_check_sg_length()
Dspi.c684 struct sg_table *sgt, void *buf, size_t len, in spi_map_buf()
744 struct sg_table *sgt, enum dma_data_direction dir) in spi_unmap_buf()
Dspi-s3c64xx.c278 struct sg_table *sgt) in prepare_dma()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c28 struct sg_table sgt; in exynos_drm_alloc_buf() local
376 struct sg_table *sgt, in exynos_gem_map_sgt_with_dma()
395 struct sg_table *sgt, in exynos_gem_unmap_sgt_from_dma()
562 struct sg_table *sgt) in exynos_drm_gem_prime_import_sg_table()
Dexynos_drm_gem.h55 struct sg_table *sgt; member
Dexynos_drm_g2d.c198 struct sg_table *sgt; member
416 struct sg_table *sgt; in g2d_userptr_get_dma_addr() local
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_iommu.c47 struct sg_table *sgt, unsigned len, int prot) in msm_iommu_map()
86 struct sg_table *sgt, unsigned len) in msm_iommu_unmap()
Dmsm_gem.h52 struct sg_table *sgt; member
Dmsm_gem.c666 uint32_t size, struct sg_table *sgt) in msm_gem_import()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c38 static dma_addr_t tegra_bo_pin(struct host1x_bo *bo, struct sg_table **sgt) in tegra_bo_pin()
45 static void tegra_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in tegra_bo_unpin()
512 struct sg_table *sgt; in tegra_gem_prime_map_dma_buf() local
547 struct sg_table *sgt, in tegra_gem_prime_unmap_dma_buf()
Dgem.h37 struct sg_table *sgt; member
/linux-4.4.14/include/drm/
Ddrm_gem_cma_helper.h17 struct sg_table *sgt; member
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.h21 struct sg_table *sgt; /* for imported */ member
Darmada_gem.c428 struct sg_table *sgt; in armada_gem_prime_map_dma_buf() local
492 struct sg_table *sgt, enum dma_data_direction dir) in armada_gem_prime_unmap_dma_buf()
/linux-4.4.14/drivers/gpu/host1x/
Djob.h46 struct sg_table *sgt; member
Djob.c185 struct sg_table *sgt; in pin_job() local
204 struct sg_table *sgt; in pin_job() local
/linux-4.4.14/drivers/crypto/qce/
Ddma.c58 qce_sgtable_add(struct sg_table *sgt, struct scatterlist *new_sgl) in qce_sgtable_add()
/linux-4.4.14/arch/c6x/include/asm/
Ddma-mapping.h108 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable()
/linux-4.4.14/net/ceph/
Dcrypto.c101 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, in setup_sgtable()
153 static void teardown_sgtable(struct sg_table *sgt) in teardown_sgtable()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c261 struct sg_table *sgt; in rockchip_gem_prime_get_sg_table() local
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-vbi.c131 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in buffer_prepare() local
Dcx88-mpeg.c228 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vb.vb2_buf, 0); in cx8802_buf_prepare() local
Dcx88-video.c451 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in buffer_prepare() local
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-vbi.c145 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in buffer_prepare() local
Dcx23885-core.c1457 struct sg_table *sgt = vb2_dma_sg_plane_desc(&buf->vb.vb2_buf, 0); in cx23885_buf_prepare() local
Dcx23885-video.c337 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in buffer_prepare() local
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c463 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in solo_fill_jpeg() local
485 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in solo_fill_mpeg() local
751 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in solo_enc_buf_finish() local
/linux-4.4.14/include/linux/
Dhost1x.h92 struct sg_table **sgt) in host1x_bo_pin()
97 static inline void host1x_bo_unpin(struct host1x_bo *bo, struct sg_table *sgt) in host1x_bo_unpin()
/linux-4.4.14/arch/frv/include/asm/
Ddma-mapping.h143 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable()
/linux-4.4.14/arch/mn10300/include/asm/
Ddma-mapping.h179 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable()
/linux-4.4.14/drivers/base/
Ddma-mapping.c228 int dma_common_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_common_get_sgtable()
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispstat.h39 struct sg_table sgt; member
Dispccdc.h60 struct sg_table sgt; member
/linux-4.4.14/lib/
Dscatterlist.c392 int sg_alloc_table_from_pages(struct sg_table *sgt, in sg_alloc_table_from_pages()
/linux-4.4.14/drivers/iommu/
Ddma-iommu.c289 struct sg_table sgt; in iommu_dma_alloc() local
/linux-4.4.14/arch/parisc/include/asm/
Ddma-mapping.h252 static inline int dma_get_sgtable(struct device *dev, struct sg_table *sgt, in dma_get_sgtable()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c222 struct sg_table sgt; member
Dvmwgfx_drv.h249 struct sg_table *sgt; member
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c331 static int __swiotlb_get_sgtable(struct device *dev, struct sg_table *sgt, in __swiotlb_get_sgtable()
654 static int __iommu_get_sgtable(struct device *dev, struct sg_table *sgt, in __iommu_get_sgtable()
/linux-4.4.14/include/asm-generic/
Ddma-mapping-common.h228 dma_get_sgtable_attrs(struct device *dev, struct sg_table *sgt, void *cpu_addr, in dma_get_sgtable_attrs()
/linux-4.4.14/drivers/scsi/
Dnsp32.c867 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt; in nsp32_setup_sg_table() local
1724 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
/linux-4.4.14/include/linux/hsi/
Dhsi.h204 struct sg_table sgt; member
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-video.c168 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0); in cx25821_buffer_prepare() local
/linux-4.4.14/drivers/input/touchscreen/
Dsur40.c376 struct sg_table *sgt; in sur40_process_video() local
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c777 int arm_dma_get_sgtable(struct device *dev, struct sg_table *sgt, in arm_dma_get_sgtable()
1466 static int arm_iommu_get_sgtable(struct device *dev, struct sg_table *sgt, in arm_iommu_get_sgtable()