Lines Matching defs:tmp
1197 struct wm_adsp_compr_buf *buf = NULL, *tmp;
1202 list_for_each_entry(tmp, &compr->dsp->buffer_list, list) {
1203 if (!tmp->name || !strcmp(compr->name, tmp->name)) {
1204 buf = tmp;
1235 struct wm_adsp_compr *compr, *tmp;
1255 list_for_each_entry(tmp, &dsp->compr_list, list) {
1256 if (!strcmp(tmp->name, asoc_rtd_to_codec(rtd, 0)->name)) {
1669 struct wm_adsp_compr_buf *buf, *tmp;
1671 list_for_each_entry_safe(buf, tmp, &dsp->buffer_list, list) {