Home
last modified time | relevance | path

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

/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c88 u64 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.c76 uint64_t copied_total;
179 prtd->copied_total += bytes_written; in event_handler_compr()
758 tstamp->copied_total = prtd->copied_total; in q6apm_dai_compr_set_params()
759 temp_copied_total = tstamp->copied_total; in q6apm_dai_compr_set_params()
965 bytes_in_flight = prtd->bytes_received - prtd->copied_total;
969 prtd->copied_total = ALIGN(prtd->copied_total, prtd->pcm_count);
71 uint64_t copied_total; global() member
H A Dq6asm-dai.c64 uint64_t copied_total; member
569 prtd->copied_total += bytes_written; in compress_event_handler()
1054 tstamp->copied_total = prtd->copied_total; in q6asm_dai_compr_pointer()
1055 temp_copied_total = tstamp->copied_total; in q6asm_dai_compr_pointer()
1104 bytes_in_flight = prtd->bytes_received - prtd->copied_total; in q6asm_compr_copy()
1108 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()
388 tstamp->copied_total = sstream->copied_total; in sof_compr_pointer()
/linux/sound/core/
H A Dcompress_offload.c177 tstamp32->copied_total = (u32)tstamp64->copied_total; in snd_compr_free()
202 tstamp->copied_total); in snd_compr_update_tstamp()
204 stream->runtime->total_bytes_transferred = tstamp->copied_total;
206 stream->runtime->total_bytes_available = tstamp->copied_total; in snd_compr_calc_avail()
/linux/sound/soc/codecs/
H A Dwm_adsp.c178 u64 copied_total;
1949 tstamp->copied_total = compr->copied_total; in wm_adsp_buffer_capture_block()
1950 tstamp->copied_total += buf->avail * CS_DSP_DATA_WORD_SIZE; in wm_adsp_buffer_capture_block()
2053 compr->copied_total += ntotal;
176 u64 copied_total; global() member
/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c209 u64 temp_copied_total = tstamp->copied_total; in sst_platform_compr_pointer()
/linux/sound/soc/intel/avs/
H A Dprobes.c225 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()
/linux/net/mptcp/
H A Dprotocol.c2066 size_t len, int flags, int copied_total, in __mptcp_recvmsg_mskq() argument
2083 if (total_data_len + data_len <= copied_total) { in __mptcp_recvmsg_mskq()
2090 delta = copied_total - total_data_len; in __mptcp_recvmsg_mskq()