Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c497 unsigned int cumulative_size; member
3773 region->cumulative_size = offset; in wm_adsp_buffer_populate()
3778 region->offset, region->cumulative_size); in wm_adsp_buffer_populate()
4067 return buf->regions[last_region].cumulative_size; in wm_adsp_buffer_size()
4246 if (buf->read_index < buf->regions[i].cumulative_size) in wm_adsp_buffer_capture_block()
4257 nwords = buf->regions[i].cumulative_size - buf->read_index; in wm_adsp_buffer_capture_block()