Home
last modified time | relevance | path

Searched refs:sg_fwmem_table (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/
Dsystem_dma.c63 struct sg_table sg_fwmem_table[FIRMWARE_CONTEXT_NUMBER][SYSTEM_DMA_TOGGLE_COUNT]; member
288 struct sg_table *table = &system_dma_device->sg_fwmem_table[fw_ctx_id][buff_loc]; in system_dma_sg_fwmem_setup()
326 …dma_unmap_sg( chan->device->dev, system_dma_device->sg_fwmem_table[cur_fw_ctx_id][buff_loc].sgl, s… in system_dma_unmap_sg()
356 src_sg = system_dma_device->sg_fwmem_table[fw_ctx_id][buff_loc].sgl; in system_dma_copy_sg()
362 dst_sg = system_dma_device->sg_fwmem_table[fw_ctx_id][buff_loc].sgl; in system_dma_copy_sg()
380 …result = dma_map_sg( chan->device->dev, system_dma_device->sg_fwmem_table[fw_ctx_id][buff_loc].sgl… in system_dma_copy_sg()
464 …dma_unmap_sg( chan->device->dev, system_dma_device->sg_fwmem_table[fw_ctx_id][buff_loc].sgl, syste… in system_dma_copy_sg()