Home
last modified time | relevance | path

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

12345678

/linux/drivers/media/common/videobuf2/
A Dvideobuf2-dma-sg.c105 struct sg_table *sgt; in vb2_dma_sg_alloc() local
204 struct sg_table *sgt = buf->dma_sgt; in vb2_dma_sg_prepare() local
215 struct sg_table *sgt = buf->dma_sgt; in vb2_dma_sg_finish() local
227 struct sg_table *sgt; in vb2_dma_sg_get_userptr() local
364 struct sg_table sgt; member
374 struct sg_table *sgt; in vb2_dma_sg_dmabuf_ops_attach() local
410 struct sg_table *sgt; in vb2_dma_sg_dmabuf_ops_detach() local
429 struct sg_table *sgt; in vb2_dma_sg_dmabuf_ops_map() local
470 struct sg_table *sgt = buf->dma_sgt; in vb2_dma_sg_dmabuf_ops_begin_cpu_access() local
481 struct sg_table *sgt = buf->dma_sgt; in vb2_dma_sg_dmabuf_ops_end_cpu_access() local
[all …]
A Dvideobuf2-dma-contig.c126 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_prepare() local
146 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_finish() local
313 struct sg_table sgt; member
323 struct sg_table *sgt; in vb2_dc_dmabuf_ops_attach() local
359 struct sg_table *sgt; in vb2_dc_dmabuf_ops_detach() local
385 struct sg_table *sgt; in vb2_dc_dmabuf_ops_map() local
476 struct sg_table *sgt; in vb2_dc_get_base_sgt() local
534 struct sg_table *sgt = buf->dma_sgt; in vb2_dc_put_userptr() local
571 struct sg_table *sgt; in vb2_dc_get_userptr() local
693 struct sg_table *sgt; in vb2_dc_map_dmabuf() local
[all …]
A Dvideobuf2-vmalloc.c208 struct sg_table sgt; member
218 struct sg_table *sgt; in vb2_vmalloc_dmabuf_ops_attach() local
255 struct sg_table *sgt; in vb2_vmalloc_dmabuf_ops_detach() local
274 struct sg_table *sgt; in vb2_vmalloc_dmabuf_ops_map() local
299 struct sg_table *sgt, enum dma_data_direction dma_dir) in vb2_vmalloc_dmabuf_ops_unmap()
/linux/drivers/gpu/drm/tests/
A Ddrm_gem_shmem_test.c70 struct sg_table *sgt; in drm_gem_shmem_test_obj_create_private() local
201 struct sg_table *sgt; in drm_gem_shmem_test_get_pages_sgt() local
240 struct sg_table *sgt; in drm_gem_shmem_test_get_sg_table() local
310 struct sg_table *sgt; in drm_gem_shmem_test_purge() local
/linux/drivers/hwtracing/intel_th/
A Dmsu-sink.c51 static int msu_sink_alloc_window(void *data, struct sg_table **sgt, size_t size) in msu_sink_alloc_window()
84 static void msu_sink_free_window(void *data, struct sg_table *sgt) in msu_sink_free_window()
99 static int msu_sink_ready(void *data, struct sg_table *sgt, size_t bytes) in msu_sink_ready()
/linux/drivers/spi/
A Dinternals.h30 struct sg_table *sgt, void *buf, size_t len, in spi_map_buf()
37 struct device *dev, struct sg_table *sgt, in spi_unmap_buf()
/linux/drivers/gpu/drm/
A Ddrm_prime.c655 struct sg_table *sgt; in drm_gem_map_dma_buf() local
689 struct sg_table *sgt, in drm_gem_unmap_dma_buf()
872 unsigned long drm_prime_get_contiguous_size(struct sg_table *sgt) in drm_prime_get_contiguous_size()
939 struct sg_table *sgt; in drm_gem_prime_import_dev() local
1023 int __deprecated drm_prime_sg_to_page_array(struct sg_table *sgt, in drm_prime_sg_to_page_array()
1050 int drm_prime_sg_to_dma_addr_array(struct sg_table *sgt, dma_addr_t *addrs, in drm_prime_sg_to_dma_addr_array()
A Ddrm_gem_dma_helper.c424 struct sg_table *sgt; in drm_gem_dma_get_sg_table() local
464 struct sg_table *sgt) in drm_gem_dma_prime_import_sg_table()
576 struct sg_table *sgt) in drm_gem_dma_prime_import_sg_table_vmap()
A Ddrm_gem_shmem_helper.c681 struct sg_table *sgt; in drm_gem_shmem_get_pages_sgt_locked() local
733 struct sg_table *sgt; in drm_gem_shmem_get_pages_sgt() local
763 struct sg_table *sgt) in drm_gem_shmem_prime_import_sg_table()
/linux/drivers/xen/
A Dgntdev-dmabuf.c46 struct sg_table *sgt; member
65 struct sg_table *sgt; member
198 struct sg_table *sgt; in dmabuf_pages_to_sgt() local
241 struct sg_table *sgt = gntdev_dmabuf_attach->sgt; in dmabuf_exp_ops_detach() local
263 struct sg_table *sgt; in dmabuf_exp_ops_map_dma_buf() local
301 struct sg_table *sgt, in dmabuf_exp_ops_unmap_dma_buf()
572 struct sg_table *sgt; in dmabuf_imp_to_refs() local
/linux/kernel/dma/
A Dmapping.c288 int dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable()
481 int dma_get_sgtable_attrs(struct device *dev, struct sg_table *sgt, in dma_get_sgtable_attrs()
733 struct sg_table *sgt; in alloc_single_sgt() local
757 struct sg_table *sgt; in dma_alloc_noncontiguous() local
779 struct sg_table *sgt, enum dma_data_direction dir) in free_single_sgt()
788 struct sg_table *sgt, enum dma_data_direction dir) in dma_free_noncontiguous()
801 struct sg_table *sgt) in dma_vmap_noncontiguous()
819 size_t size, struct sg_table *sgt) in dma_mmap_noncontiguous()
/linux/include/linux/
A Dscatterlist.h46 struct sg_table sgt; /* The scatter list table */ member
201 #define for_each_sgtable_sg(sgt, sg, i) \ argument
209 #define for_each_sgtable_dma_sg(sgt, sg, i) \ argument
471 static inline int sg_alloc_table_from_pages(struct sg_table *sgt, in sg_alloc_table_from_pages()
637 #define for_each_sgtable_page(sgt, piter, pgoffset) \ argument
651 #define for_each_sgtable_dma_page(sgt, dma_iter, pgoffset) \ argument
A Ddma-mapping.h174 static inline int dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable()
212 struct sg_table *sgt, void *cpu_addr, dma_addr_t dma_addr, in dma_get_sgtable_attrs()
266 struct sg_table *sgt, enum dma_data_direction dir) in dma_free_noncontiguous()
270 struct sg_table *sgt) in dma_vmap_noncontiguous()
278 struct vm_area_struct *vma, size_t size, struct sg_table *sgt) in dma_mmap_noncontiguous()
423 static inline void dma_unmap_sgtable(struct device *dev, struct sg_table *sgt, in dma_unmap_sgtable()
442 struct sg_table *sgt, enum dma_data_direction dir) in dma_sync_sgtable_for_cpu()
459 struct sg_table *sgt, enum dma_data_direction dir) in dma_sync_sgtable_for_device()
/linux/drivers/fpga/
A Dfpga-mgr.c96 struct sg_table *sgt) in fpga_mgr_write_sg()
182 struct sg_table *sgt) in fpga_mgr_parse_header_sg_first()
214 struct sg_table *sgt, size_t *ret_size) in fpga_mgr_parse_header_sg()
295 struct sg_table *sgt) in fpga_mgr_prepare_sg()
363 struct sg_table *sgt) in fpga_mgr_buf_load_sg()
469 struct sg_table sgt; in fpga_mgr_buf_load() local
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_dmabuf.c32 struct sg_table *sgt; in i915_gem_map_dma_buf() local
240 struct sg_table *sgt; in i915_gem_object_get_pages_dmabuf() local
270 struct sg_table *sgt) in i915_gem_object_put_pages_dmabuf()
/linux/net/ceph/
A Dcrypto.c161 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, in setup_sgtable()
213 static void teardown_sgtable(struct sg_table *sgt) in teardown_sgtable()
223 struct sg_table sgt; in ceph_aes_crypt() local
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_vram.c75 struct sg_table *sgt; in virtio_gpu_vram_map_dma_buf() local
116 struct sg_table *sgt, in virtio_gpu_vram_unmap_dma_buf()
/linux/drivers/media/platform/nvidia/tegra-vde/
A Ddmabuf-cache.c27 struct sg_table *sgt; member
72 struct sg_table *sgt; in tegra_vde_dmabuf_cache_map() local
/linux/drivers/gpu/drm/renesas/rcar-du/
A Drcar_du_vsp.c267 struct sg_table *sgt = &sg_tables[i]; in rcar_du_vsp_map_fb() local
311 struct sg_table *sgt = &sg_tables[i]; in rcar_du_vsp_map_fb() local
347 struct sg_table *sgt = &sg_tables[i]; in rcar_du_vsp_unmap_fb() local
/linux/drivers/gpu/drm/mediatek/
A Dmtk_gem.c197 struct sg_table *sgt; in mtk_gem_prime_get_sg_table() local
240 struct sg_table *sgt = NULL; in mtk_gem_prime_vmap() local
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_mmu.c73 struct sg_table *sgt, int prot) in etnaviv_iommu_map()
105 struct sg_table *sgt, unsigned len) in etnaviv_iommu_unmap()
282 struct sg_table *sgt = etnaviv_obj->sgt; in etnaviv_iommu_map_gem() local
/linux/drivers/crypto/caam/
A Dcaamalg_qi2.h116 struct dpaa2_sg_entry sgt[]; member
134 struct dpaa2_sg_entry sgt[]; member
148 struct dpaa2_sg_entry sgt[]; member
/linux/drivers/gpu/drm/v3d/
A Dv3d_bo.c109 struct sg_table *sgt; in v3d_bo_create_finish() local
169 struct sg_table *sgt) in v3d_prime_import_sg_table()
/linux/drivers/gpu/drm/xe/
A Dxe_dma_buf.c95 struct sg_table *sgt; in xe_dma_buf_map() local
145 struct sg_table *sgt, in xe_dma_buf_unmap()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_dma_buf.c117 struct sg_table *sgt; in amdgpu_dma_buf_map() local
181 struct sg_table *sgt, in amdgpu_dma_buf_unmap()

Completed in 47 milliseconds

12345678