Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sprd/
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-v6.1/sound/soc/sof/
Dcompress.c20 div64_u64_rem(sstream->copied_total, buffer_size, &prev_pos); in sof_set_transferred_bytes()
27 sstream->copied_total += copied; in sof_set_transferred_bytes()
370 tstamp->copied_total = sstream->copied_total; in sof_compr_pointer()
Dsof-priv.h109 u64 copied_total; member
/Linux-v6.1/sound/soc/qcom/qdsp6/
Dq6asm-dai.c63 unsigned int copied_total; member
558 prtd->copied_total += bytes_written; in compress_event_handler()
1040 tstamp->copied_total = prtd->copied_total; in q6asm_dai_compr_pointer()
1041 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size; in q6asm_dai_compr_pointer()
1089 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy()
1093 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count); in q6asm_compr_copy()
Dq6apm-dai.c50 unsigned int copied_total; member
/Linux-v6.1/include/uapi/sound/
Dcompress_offload.h53 __u32 copied_total; member
/Linux-v6.1/sound/soc/sof/intel/
Dhda-probes.c122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos; in hda_probes_compr_pointer()
/Linux-v6.1/sound/soc/uniphier/
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-v6.1/sound/soc/intel/atom/sst/
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-v6.1/sound/core/
Dcompress_offload.c173 tstamp->byte_offset, tstamp->copied_total); in snd_compr_update_tstamp()
175 stream->runtime->total_bytes_transferred = tstamp->copied_total; in snd_compr_update_tstamp()
177 stream->runtime->total_bytes_available = tstamp->copied_total; in snd_compr_update_tstamp()
/Linux-v6.1/sound/soc/intel/atom/
Dsst-mfld-platform-compress.c211 tstamp->byte_offset = tstamp->copied_total % in sst_platform_compr_pointer()
/Linux-v6.1/sound/soc/codecs/
Dwm_adsp.c174 unsigned int copied_total; member
1865 tstamp->copied_total = compr->copied_total; in wm_adsp_compr_pointer()
1866 tstamp->copied_total += buf->avail * CS_DSP_DATA_WORD_SIZE; in wm_adsp_compr_pointer()
1969 compr->copied_total += ntotal; in wm_adsp_compr_read()