Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c63 unsigned int copied_total; member
572 prtd->copied_total += bytes_written; in compress_event_handler()
1054 tstamp->copied_total = prtd->copied_total; in q6asm_dai_compr_pointer()
1055 tstamp->byte_offset = prtd->copied_total % prtd->pcm_size; in q6asm_dai_compr_pointer()
1103 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy()
1107 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count); in q6asm_compr_copy()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dcompress_offload.h70 __u32 copied_total; member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dcompress_offload.h70 __u32 copied_total; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dcompress_offload.h70 __u32 copied_total; member
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-compress.c110 tstamp->copied_total = hdac_stream(stream)->curr_pos; in hda_probe_compr_pointer()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-compress.c274 tstamp->copied_total = sub->rd_total / 2; in uniphier_aio_compr_pointer()
277 tstamp->copied_total = sub->rd_total; in uniphier_aio_compr_pointer()
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c362 tstamp->copied_total = fw_tstamp.ring_buffer_counter; in sst_cdev_tstamp()
370 str_id, tstamp->copied_total, tstamp->pcm_frames); in sst_cdev_tstamp()
/OK3568_Linux_fs/kernel/sound/core/
H A Dcompress_offload.c179 tstamp->byte_offset, tstamp->copied_total); in snd_compr_update_tstamp()
181 stream->runtime->total_bytes_transferred = tstamp->copied_total; in snd_compr_update_tstamp()
183 stream->runtime->total_bytes_available = tstamp->copied_total; in snd_compr_update_tstamp()
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c211 tstamp->byte_offset = tstamp->copied_total % in sst_platform_compr_pointer()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c465 unsigned int copied_total; member
4226 tstamp->copied_total = compr->copied_total; in wm_adsp_compr_pointer()
4227 tstamp->copied_total += buf->avail * WM_ADSP_DATA_WORD_SIZE; in wm_adsp_compr_pointer()
4330 compr->copied_total += ntotal; in wm_adsp_compr_read()