received_total 90 sound/soc/sprd/sprd-pcm-compress.c int received_total; received_total 122 sound/soc/sprd/sprd-pcm-compress.c if (stream->copied_total > stream->received_total) received_total 123 sound/soc/sprd/sprd-pcm-compress.c stream->copied_total = stream->received_total; received_total 477 sound/soc/sprd/sprd-pcm-compress.c stream->received_total = 0; received_total 510 sound/soc/sprd/sprd-pcm-compress.c ret = stream->compr_ops->drain(stream->received_total); received_total 608 sound/soc/sprd/sprd-pcm-compress.c stream->received_total += count; received_total 49 sound/soc/sprd/sprd-pcm-dma.h int (*drain)(int received_total);