Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c205 unsigned int cumulative_size; member
1454 region->cumulative_size = offset; in wm_adsp_buffer_populate()
1459 region->offset, region->cumulative_size); in wm_adsp_buffer_populate()
1753 return buf->regions[last_region].cumulative_size; in wm_adsp_buffer_size()
1932 if (buf->read_index < buf->regions[i].cumulative_size) in wm_adsp_buffer_capture_block()
1943 nwords = buf->regions[i].cumulative_size - buf->read_index; in wm_adsp_buffer_capture_block()