Lines Matching refs:total_len
330 return desc->total_len; in atc_get_bytes_left()
333 ret = desc_first->total_len; in atc_get_bytes_left()
703 first->total_len = len; in atc_prep_dma_memcpy()
748 size_t total_len = 0; in atc_prep_slave_sg() local
802 total_len += len; in atc_prep_slave_sg()
843 total_len += len; in atc_prep_slave_sg()
855 first->total_len = total_len; in atc_prep_slave_sg()
899 size_t len = 0, total_len = 0; in atc_prep_dma_sg() local
992 total_len += len; in atc_prep_dma_sg()
997 first->total_len = total_len; in atc_prep_dma_sg()
1156 first->total_len = buf_len; in atc_prep_dma_cyclic()