Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm_adsp.c1982 int ntotal = 0; in wm_adsp_compr_read() local
2006 if (copy_to_user(buf + ntotal, compr->raw_buf, nbytes)) { in wm_adsp_compr_read()
2008 ntotal, nbytes); in wm_adsp_compr_read()
2013 ntotal += nbytes; in wm_adsp_compr_read()
2016 compr->copied_total += ntotal; in wm_adsp_compr_read()
2018 return ntotal; in wm_adsp_compr_read()