Lines Matching refs:total_len
327 return desc->total_len; in atc_get_bytes_left()
330 ret = desc_first->total_len; in atc_get_bytes_left()
794 desc->total_len = desc->len = len; in atc_prep_dma_interleaved()
870 first->total_len = len; in atc_prep_dma_memcpy()
975 desc->total_len = len; in atc_prep_dma_memset()
1001 size_t total_len = 0; in atc_prep_dma_memset_sg() local
1040 total_len += len; in atc_prep_dma_memset_sg()
1052 first->total_len = total_len; in atc_prep_dma_memset_sg()
1092 size_t total_len = 0; in atc_prep_slave_sg() local
1146 total_len += len; in atc_prep_slave_sg()
1187 total_len += len; in atc_prep_slave_sg()
1199 first->total_len = total_len; in atc_prep_slave_sg()
1239 size_t len = 0, total_len = 0; in atc_prep_dma_sg() local
1326 total_len += len; in atc_prep_dma_sg()
1331 first->total_len = total_len; in atc_prep_dma_sg()
1490 first->total_len = buf_len; in atc_prep_dma_cyclic()