Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sprd/
Dsprd-pcm-compress.c88 int copied_total; member
121 stream->copied_total += dma->trans_len; in sprd_platform_compr_dma_complete()
122 if (stream->copied_total > stream->received_total) in sprd_platform_compr_dma_complete()
123 stream->copied_total = stream->received_total; in sprd_platform_compr_dma_complete()
475 stream->copied_total = 0; in sprd_platform_compr_trigger()
529 tstamp->copied_total = stream->copied_total; in sprd_platform_compr_pointer()
562 stream->copied_total += data_count; in sprd_platform_compr_copy()
576 stream->copied_total += avail_bytes; in sprd_platform_compr_copy()
/Linux-v5.4/sound/soc/qcom/qdsp6/
Dq6asm-dai.c63 unsigned int copied_total; member
523 prtd->copied_total += prtd->pcm_count; in compress_event_handler()
727 tstamp->copied_total = prtd->copied_total; in q6asm_dai_compr_pointer()
728 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size; in q6asm_dai_compr_pointer()
/Linux-v5.4/include/uapi/sound/
Dcompress_offload.h70 __u32 copied_total; member
/Linux-v5.4/sound/soc/uniphier/
Daio-compress.c264 tstamp->copied_total = sub->rd_total / 2; in uniphier_aio_compr_pointer()
267 tstamp->copied_total = sub->rd_total; in uniphier_aio_compr_pointer()
/Linux-v5.4/sound/soc/intel/atom/sst/
Dsst_drv_interface.c365 tstamp->copied_total = fw_tstamp.ring_buffer_counter; in sst_cdev_tstamp()
373 str_id, tstamp->copied_total, tstamp->pcm_frames); in sst_cdev_tstamp()
/Linux-v5.4/sound/core/
Dcompress_offload.c175 tstamp->byte_offset, tstamp->copied_total); in snd_compr_update_tstamp()
177 stream->runtime->total_bytes_transferred = tstamp->copied_total; in snd_compr_update_tstamp()
179 stream->runtime->total_bytes_available = tstamp->copied_total; in snd_compr_update_tstamp()
/Linux-v5.4/sound/soc/intel/atom/
Dsst-mfld-platform-compress.c209 tstamp->byte_offset = tstamp->copied_total % in sst_platform_compr_pointer()
/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.c461 unsigned int copied_total; member
4108 tstamp->copied_total = compr->copied_total; in wm_adsp_compr_pointer()
4109 tstamp->copied_total += buf->avail * WM_ADSP_DATA_WORD_SIZE; in wm_adsp_compr_pointer()
4212 compr->copied_total += ntotal; in wm_adsp_compr_read()