Home
last modified time | relevance | path

Searched refs:for_each_sg (Results 1 - 19 of 19) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_secure.c78 for_each_sg(secure_mem->sgt->sgl, sg, secure_mem->sgt->nents, i) in mali_mem_secure_mali_map()
119 for_each_sg(secure_mem->sgt->sgl, sg, secure_mem->sgt->nents, i) in mali_mem_secure_cpu_map()
H A Dmali_memory_dma_buf.c91 for_each_sg(mem->sgt->sgl, sg, mem->sgt->nents, i) in mali_dma_buf_map()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_secure.c76 for_each_sg(secure_mem->sgt->sgl, sg, secure_mem->sgt->nents, i) { in mali_mem_secure_mali_map()
118 for_each_sg(secure_mem->sgt->sgl, sg, secure_mem->sgt->nents, i) { in mali_mem_secure_cpu_map()
H A Dmali_memory_dma_buf.c90 for_each_sg(mem->sgt->sgl, sg, mem->sgt->nents, i) { in mali_dma_buf_map()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Ddma-iommu.c704 for_each_sg(sgt.sgl, sg, sgt.orig_nents, i) arch_dma_prep_coherent(sg_page(sg), sg->length); in iommu_dma_alloc_remap()
781 for_each_sg(sgl, sg, nelems, i) arch_sync_dma_for_cpu(sg_phys(sg), sg->length, dir); in iommu_dma_sync_sg_for_cpu()
794 for_each_sg(sgl, sg, nelems, i) arch_sync_dma_for_device(sg_phys(sg), sg->length, dir); in iommu_dma_sync_sg_for_device()
835 for_each_sg(sg, s, nents, i) in finalise_sg_ext() function
887 for_each_sg(sg, s, nents, i) in invalidate_sg_ext() function
934 for_each_sg(sg, s, nents, i) in iommu_dma_map_sg() function
1006 for_each_sg(sg_next(sg), tmp, nents - 1, i) in iommu_dma_unmap_sg()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_scatterlist.h39 #define for_each_sg(sglist, sg, nr, __i) for (__i = 0, sg = (sglist); __i < (nr); __i++, sg = sg_next(sg)) macro
H A Doal_sdio_host.c593 for_each_sg(sg, sg_t, seg_nums, i) { in oal_sdio_transfer_rx_reserved_buff() function
1394 for_each_sg(sg, sg_t, sg_len, i) { in check_sg_format() function
1413 for_each_sg(sg, sg_t, sg_len, i) { in dump_sg_format() function
1449 for_each_sg(sg, sg_t, sg_len, i) { in oal_sdio_tx_scatt_list_merge() function
1474 for_each_sg(sg, sg_t, nents, i) { in oal_sdio_tx_scatt_list_merge() function
1588 for_each_sg(data.sg, sg_t, data.sg_len, i) { in oal_mmc_io_rw_scat_extended() function
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_ukk_ref_wrappers.c168 for_each_sg(sgt->sgl, sgl, sgt->nents, i) { in ump_dmabuf_import_wrapper()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c286 for_each_sg(sgt->sgl, s, sgt->nents, i) sg_dma_address(s) = sg_phys(s); in rockchip_gem_alloc_dma()
974 for_each_sg(sgl, sg, nents, i) in rockchip_gem_prime_sgl_sync_range() function
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H A Dhifb_init.c375 for_each_sg(fb_table->sgl, sg_list, fb_table->nents, i) { in hifb_memblock_map()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c355 for_each_sg(table->sgl, sg, table->nents, i) in system_heap_buf_free()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_dma_buf.c472 for_each_sg(sgt->sgl, sg, sgt->orig_nents, i) in rga_iommu_map_virt_addr()
596 for_each_sg(sgt.sgl, sg, sgt.orig_nents, i) in rga_viraddr_get_channel_info()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_media_mem.c222 for_each_sg(table->sgl, sg, table->nents, i) { in flush_outer()
839 for_each_sg(table->sgl, sg, table->nents, i) { in __dma_clear_buffer()
908 for_each_sg(table->sgl, sg, table->nents, i) { in _map2kern()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H A Dcqhci-core.c511 for_each_sg(data->sg, sg, sg_count, i) { in cqhci_prep_tran_desc()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c2248 for_each_sg(sgt->sgl, s, sgt->nents, i) in kbase_jd_umm_map()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c2308 for_each_sg(sgt->sgl, s, sgt->nents, i) { in kbase_jd_umm_map()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c1234 for_each_sg(sgt->sgl, s, sgt->nents, i) in kbase_mem_umm_map_attachment()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dblock.c1368 for_each_sg(brq->data.sg, sg, brq->data.sg_len, i) in mmc_blk_data_prep()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.c1182 for_each_sg(sgt->sgl, s, sgt->nents, i) { in kbase_mem_umm_map_attachment()

Completed in 41 milliseconds