copied_total       70 include/uapi/sound/compress_offload.h 	__u32 copied_total;
copied_total      175 sound/core/compress_offload.c 		tstamp->byte_offset, tstamp->copied_total);
copied_total      177 sound/core/compress_offload.c 		stream->runtime->total_bytes_transferred = tstamp->copied_total;
copied_total      179 sound/core/compress_offload.c 		stream->runtime->total_bytes_available = tstamp->copied_total;
copied_total      461 sound/soc/codecs/wm_adsp.c 	unsigned int copied_total;
copied_total     4108 sound/soc/codecs/wm_adsp.c 	tstamp->copied_total = compr->copied_total;
copied_total     4109 sound/soc/codecs/wm_adsp.c 	tstamp->copied_total += buf->avail * WM_ADSP_DATA_WORD_SIZE;
copied_total     4212 sound/soc/codecs/wm_adsp.c 	compr->copied_total += ntotal;
copied_total      209 sound/soc/intel/atom/sst-mfld-platform-compress.c 	tstamp->byte_offset = tstamp->copied_total %
copied_total      365 sound/soc/intel/atom/sst/sst_drv_interface.c 	tstamp->copied_total = fw_tstamp.ring_buffer_counter;
copied_total      373 sound/soc/intel/atom/sst/sst_drv_interface.c 		str_id, tstamp->copied_total, tstamp->pcm_frames);
copied_total       63 sound/soc/qcom/qdsp6/q6asm-dai.c 	unsigned int copied_total;
copied_total      523 sound/soc/qcom/qdsp6/q6asm-dai.c 		prtd->copied_total += prtd->pcm_count;
copied_total      727 sound/soc/qcom/qdsp6/q6asm-dai.c 	tstamp->copied_total = prtd->copied_total;
copied_total      728 sound/soc/qcom/qdsp6/q6asm-dai.c 	tstamp->byte_offset = prtd->copied_total % prtd->pcm_size;
copied_total       88 sound/soc/sprd/sprd-pcm-compress.c 	int copied_total;
copied_total      121 sound/soc/sprd/sprd-pcm-compress.c 	stream->copied_total += dma->trans_len;
copied_total      122 sound/soc/sprd/sprd-pcm-compress.c 	if (stream->copied_total > stream->received_total)
copied_total      123 sound/soc/sprd/sprd-pcm-compress.c 		stream->copied_total = stream->received_total;
copied_total      475 sound/soc/sprd/sprd-pcm-compress.c 		stream->copied_total = 0;
copied_total      529 sound/soc/sprd/sprd-pcm-compress.c 	tstamp->copied_total = stream->copied_total;
copied_total      562 sound/soc/sprd/sprd-pcm-compress.c 			stream->copied_total += data_count;
copied_total      576 sound/soc/sprd/sprd-pcm-compress.c 			stream->copied_total += avail_bytes;
copied_total      264 sound/soc/uniphier/aio-compress.c 		tstamp->copied_total = sub->rd_total / 2;
copied_total      267 sound/soc/uniphier/aio-compress.c 		tstamp->copied_total = sub->rd_total;