Home
last modified time | relevance | path

Searched refs:received_total (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c90 int received_total; member
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()
470 stream->received_total = 0; in sprd_platform_compr_trigger()
503 ret = stream->compr_ops->drain(stream->received_total); in sprd_platform_compr_trigger()
603 stream->received_total += count; in sprd_platform_compr_copy()
H A Dsprd-pcm-dma.h49 int (*drain)(int received_total);