Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm_adsp.c204 unsigned int cumulative_size; member
1456 region->cumulative_size = offset; in wm_adsp_buffer_populate()
1461 region->offset, region->cumulative_size); in wm_adsp_buffer_populate()
1755 return buf->regions[last_region].cumulative_size; in wm_adsp_buffer_size()
1934 if (buf->read_index < buf->regions[i].cumulative_size) in wm_adsp_buffer_capture_block()
1945 nwords = buf->regions[i].cumulative_size - buf->read_index; in wm_adsp_buffer_capture_block()
/kernel/linux/linux-5.10/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()
4071 return buf->regions[last_region].cumulative_size; in wm_adsp_buffer_size()
4250 if (buf->read_index < buf->regions[i].cumulative_size) in wm_adsp_buffer_capture_block()
4261 nwords = buf->regions[i].cumulative_size - buf->read_index; in wm_adsp_buffer_capture_block()

Completed in 9 milliseconds