Searched refs:sg_table (Results 151 - 175 of 315) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/gadget/function/
H A Duvc.h81 struct sg_table sgt;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h59 struct sg_table *sg;
/linux-master/drivers/block/
H A Dvirtio_blk.c110 struct sg_table sg_table; member in struct:virtblk_req
148 if (vbr->sg_table.nents) {
150 sgs[num_out++] = vbr->sg_table.sgl;
152 sgs[num_out + num_in++] = vbr->sg_table.sgl;
210 sg_free_table_chained(&vbr->sg_table,
222 vbr->sg_table.sgl = vbr->sg;
223 err = sg_alloc_table_chained(&vbr->sg_table,
225 vbr->sg_table.sgl,
230 return blk_rq_map_sg(hctx->queue, req, vbr->sg_table
[all...]
/linux-master/include/linux/
H A Dhost1x.h118 struct sg_table;
126 struct sg_table *sgt;
H A Duio.h379 struct sg_table;
381 struct sg_table *sgtable, unsigned int sg_max,
/linux-master/drivers/fpga/tests/
H A Dfpga-mgr-test.c134 * the whole image in sg_table. As with op_parse_header, do not return an
137 static int op_write_sg(struct fpga_manager *mgr, struct sg_table *sgt)
249 struct sg_table *sgt;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gart.c120 struct sg_table *sg = NULL;
229 struct sg_table *sg = adev->gart.bo->tbo.sg;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.h93 struct sg_table;
317 struct sg_table *xe_bo_sg(struct xe_bo *bo);
H A Dxe_ttm_vram_mgr.c376 struct sg_table **sgt)
403 /* Initialize scatterlist nodes of sg_table */
451 struct sg_table *sgt)
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c193 struct sg_table *st;
245 struct sg_table *st = &i915_tt->cached_rsgt.table;
255 struct sg_table *st = &i915_tt->cached_rsgt.table;
331 struct sg_table *st = &i915_tt->cached_rsgt.table;
523 struct sg_table *st;
556 * cache the sg_table on the object or attempt to access an already cached
904 struct sg_table *st)
/linux-master/drivers/gpu/drm/armada/
H A Darmada_gem.c385 static struct sg_table *
392 struct sg_table *sgt;
453 struct sg_table *sgt, enum dma_data_direction dir)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c23 struct sg_table *sgt = etnaviv_obj->sgt;
36 struct sg_table *sgt = etnaviv_obj->sgt;
104 struct sg_table *sgt;
H A Detnaviv_mmu.c73 struct sg_table *sgt, int prot)
105 struct sg_table *sgt, unsigned len)
282 struct sg_table *sgt = etnaviv_obj->sgt;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c76 struct sg_table *sgt;
151 static bool omap_gem_sgt_is_contiguous(struct sg_table *sgt, size_t size)
974 struct sg_table *omap_gem_get_sg(struct drm_gem_object *obj,
979 struct sg_table *sgt;
1053 void omap_gem_put_sg(struct drm_gem_object *obj, struct sg_table *sgt)
1386 struct sg_table *sgt)
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c606 struct sg_table *sg_table; local
610 sg_table = vb2_dma_sg_plane_desc(&buf->vb_buf.vb2_buf, 0);
618 sg_table->nents * sizeof(struct mcam_dma_desc));
1237 struct sg_table *sg_table = vb2_dma_sg_plane_desc(vb, 0); local
1242 for_each_sg(sg_table->sgl, sg, sg_table->nents, i) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dr535.c59 u64 phys, u64 size, struct sg_table *sgt, struct nvkm_gsp_object *object)
157 fbsr_init(struct fbsr *fbsr, struct sg_table *sgt, u64 items_size)
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.h417 struct sg_table *qxl_gem_prime_get_sg_table(struct drm_gem_object *obj);
420 struct sg_table *sgt);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_free_list.c223 struct sg_table *sgt, u32 offset, u32 num_pages)
273 struct sg_table *sgt;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c116 struct sg_table *sgt, size_t len, int prot)
362 struct sg_table *sgt, size_t len, int prot)
H A Dmsm_drv.h276 struct sg_table *msm_gem_prime_get_sg_table(struct drm_gem_object *obj);
280 struct dma_buf_attachment *attach, struct sg_table *sg);
/linux-master/drivers/gpu/drm/lima/
H A Dlima_gem.c29 struct sg_table sgt;
136 struct sg_table *sgt = drm_gem_shmem_get_pages_sgt(shmem);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c134 struct sg_table *sgt = vb2_dma_sg_plane_desc(vb, 0);
/linux-master/include/linux/hsi/
H A Dhsi.h188 struct sg_table sgt;
/linux-master/drivers/mmc/core/
H A Dsdio_ops.c121 struct sg_table sgtable;
/linux-master/drivers/spi/
H A Dspi-pxa2xx-dma.c71 struct sg_table *sgt;

Completed in 274 milliseconds

1234567891011>>