Searched refs:copied_total (Results 1 - 14 of 14) sorted by relevance

/linux-master/sound/soc/sprd/
H A Dsprd-pcm-compress.c88 int copied_total; member in struct:sprd_compr_stream
122 stream->copied_total += dma->trans_len;
123 if (stream->copied_total > stream->received_total)
124 stream->copied_total = stream->received_total;
468 stream->copied_total = 0;
523 tstamp->copied_total = stream->copied_total;
557 stream->copied_total += data_count;
571 stream->copied_total += avail_bytes;
/linux-master/include/uapi/sound/
H A Dcompress_offload.h43 * @copied_total: Total number of bytes copied from/to ring buffer to/by DSP
53 __u32 copied_total; member in struct:snd_compr_tstamp
/linux-master/sound/soc/sof/
H A Dcompress.c21 div64_u64_rem(sstream->copied_total, buffer_size, &prev_pos);
28 sstream->copied_total += copied;
375 tstamp->copied_total = sstream->copied_total;
H A Dsof-priv.h118 u64 copied_total; member in struct:sof_compr_stream
/linux-master/sound/soc/sof/amd/
H A Dacp-probes.c118 tstamp->copied_total = stream->cstream_posn;
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c71 unsigned int copied_total; member in struct:q6apm_dai_rtd
180 prtd->copied_total += bytes_written;
579 tstamp->copied_total = prtd->copied_total;
580 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size;
786 bytes_in_flight = prtd->bytes_received - prtd->copied_total;
790 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count);
H A Dq6asm-dai.c64 unsigned int copied_total; member in struct:q6asm_dai_rtd
559 prtd->copied_total += bytes_written;
1041 tstamp->copied_total = prtd->copied_total;
1042 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size;
1090 bytes_in_flight = prtd->bytes_received - prtd->copied_total;
1094 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count);
/linux-master/sound/soc/sof/intel/
H A Dhda-probes.c122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos;
/linux-master/sound/soc/uniphier/
H A Daio-compress.c269 tstamp->copied_total = sub->rd_total / 2;
272 tstamp->copied_total = sub->rd_total;
/linux-master/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c211 tstamp->byte_offset = tstamp->copied_total %
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c359 tstamp->copied_total = fw_tstamp.ring_buffer_counter;
366 dev_dbg(dev, "Ptr Query on strid = %d copied_total %d, decodec %d\n",
367 str_id, tstamp->copied_total, tstamp->pcm_frames);
/linux-master/sound/soc/intel/avs/
H A Dprobes.c222 tstamp->copied_total = hdac_stream(host_stream)->curr_pos;
/linux-master/sound/core/
H A Dcompress_offload.c172 tstamp->byte_offset, tstamp->copied_total);
174 stream->runtime->total_bytes_transferred = tstamp->copied_total;
176 stream->runtime->total_bytes_available = tstamp->copied_total;
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c175 unsigned int copied_total; member in struct:wm_adsp_compr
1901 tstamp->copied_total = compr->copied_total;
1902 tstamp->copied_total += buf->avail * CS_DSP_DATA_WORD_SIZE;
2005 compr->copied_total += ntotal;

Completed in 364 milliseconds