Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/
Dsystem_dma.c69 int32_t buff_loc; member
107 int32_t buff_loc; member
233 …stem_dma_device->sg_device_nents[system_dma_device->cur_fw_ctx_id][system_dma_device->buff_loc] ) { in dma_complete_func()
236 …LOG( LOG_DEBUG, "async completed on buff:%d dir:%d", system_dma_device->buff_loc, system_dma_devic… in dma_complete_func()
239 …LOG( LOG_DEBUG, "sync completed on buff:%d dir:%d", system_dma_device->buff_loc, system_dma_device… in dma_complete_func()
246 int32_t system_dma_sg_device_setup( void *ctx, int32_t buff_loc, dma_addr_pair_t *device_addr_pair,… in system_dma_sg_device_setup() argument
252 …if ( !system_dma_device || !device_addr_pair || !addr_pairs || buff_loc >= SYSTEM_DMA_TOGGLE_COUNT… in system_dma_sg_device_setup()
255 struct sg_table *table = &system_dma_device->sg_device_table[fw_ctx_id][buff_loc]; in system_dma_sg_device_setup()
263 system_dma_device->sg_device_nents[fw_ctx_id][buff_loc] = addr_pairs; in system_dma_sg_device_setup()
272 …LOG_INFO, "dma device setup success %d", system_dma_device->sg_device_nents[fw_ctx_id][buff_loc] ); in system_dma_sg_device_setup()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/inc/sys/
Dsystem_dma.h137 int32_t system_dma_sg_fwmem_setup( void *ctx, int32_t buff_loc, fwmem_addr_pair_t *fwmem_pair, int3…
148 int32_t system_dma_sg_device_setup( void *ctx, int32_t buff_loc, dma_addr_pair_t *device_addr_pair,…
171 int32_t system_dma_copy_sg( void *ctx, int32_t buff_loc, uint32_t direction, dma_completion_callbac…