Home
last modified time | relevance | path

Searched refs:copied_total (Results 1 – 13 of 13) sorted by relevance

/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c88 int copied_total; member
122 stream->copied_total += dma->trans_len; in sprd_platform_compr_dma_complete()
123 if (stream->copied_total > stream->received_total) in sprd_platform_compr_dma_complete()
124 stream->copied_total = stream->received_total; in sprd_platform_compr_dma_complete()
468 stream->copied_total = 0; in sprd_platform_compr_trigger()
523 tstamp->copied_total = stream->copied_total; in sprd_platform_compr_pointer()
557 stream->copied_total += data_count; in sprd_platform_compr_copy()
571 stream->copied_total += avail_bytes; in sprd_platform_compr_copy()
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c71 unsigned int copied_total; member
180 prtd->copied_total += bytes_written; in event_handler_compr()
580 tstamp->copied_total = prtd->copied_total; in q6apm_dai_compr_pointer()
581 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size; in q6apm_dai_compr_pointer()
789 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6apm_compr_copy()
793 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count); in q6apm_compr_copy()
H A Dq6asm-dai.c64 unsigned int copied_total; member
548 prtd->copied_total += bytes_written; in compress_event_handler()
1030 tstamp->copied_total = prtd->copied_total; in q6asm_dai_compr_pointer()
1031 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size; in q6asm_dai_compr_pointer()
1079 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy()
1083 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count); in q6asm_compr_copy()
/linux/sound/soc/sof/
H A Dcompress.c21 div64_u64_rem(sstream->copied_total, buffer_size, &prev_pos); in sof_set_transferred_bytes()
28 sstream->copied_total += copied; in sof_set_transferred_bytes()
375 tstamp->copied_total = sstream->copied_total; in sof_compr_pointer()
H A Dsof-priv.h110 u64 copied_total;
118 u64 copied_total; global() member
/linux/sound/soc/sof/amd/
H A Dacp-probes.c118 tstamp->copied_total = stream->cstream_posn; in acp_probes_compr_pointer()
/linux/sound/soc/sof/intel/
H A Dhda-probes.c122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos; in hda_probes_compr_pointer()
/linux/sound/soc/uniphier/
H A Daio-compress.c269 tstamp->copied_total = sub->rd_total / 2; in uniphier_aio_compr_pointer()
272 tstamp->copied_total = sub->rd_total; in uniphier_aio_compr_pointer()
/linux/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c359 tstamp->copied_total = fw_tstamp.ring_buffer_counter; in sst_cdev_tstamp()
367 str_id, tstamp->copied_total, tstamp->pcm_frames); in sst_cdev_tstamp()
/linux/sound/soc/codecs/
H A Dwm_adsp.c175 unsigned int copied_total; member
1912 tstamp->copied_total = compr->copied_total; in wm_adsp_compr_pointer()
1913 tstamp->copied_total += buf->avail * CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_pointer()
2016 compr->copied_total += ntotal; in wm_adsp_compr_read()
/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c211 tstamp->byte_offset = tstamp->copied_total % in sst_platform_compr_pointer()
/linux/sound/soc/intel/avs/
H A Dprobes.c222 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()
/linux/sound/core/
H A Dcompress_offload.c186 tstamp->byte_offset, tstamp->copied_total); in snd_compr_update_tstamp()
188 stream->runtime->total_bytes_transferred = tstamp->copied_total; in snd_compr_update_tstamp()
190 stream->runtime->total_bytes_available = tstamp->copied_total; in snd_compr_update_tstamp()