Searched refs:buffer_list (Results 1 – 2 of 2) sorted by relevance
861 INIT_LIST_HEAD(&dsp->buffer_list); in wm_adsp_common_init()1152 list_for_each_entry(tmp, &compr->dsp->buffer_list, list) { in wm_adsp_compr_attach()1494 list_add_tail(&buf->list, &dsp->buffer_list); in wm_adsp_buffer_parse_legacy()1566 list_add_tail(&buf->list, &dsp->buffer_list); in wm_adsp_buffer_parse_coeff()1601 if (list_empty(&dsp->buffer_list)) { in wm_adsp_buffer_init()1621 list_for_each_entry_safe(buf, tmp, &dsp->buffer_list, list) { in wm_adsp_buffer_free()1759 if (list_empty(&dsp->buffer_list)) { in wm_adsp_compr_handle_irq()1766 list_for_each_entry(buf, &dsp->buffer_list, list) { in wm_adsp_compr_handle_irq()
44 struct list_head buffer_list; member