Lines Matching refs:mlist
179 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_debug()
252 list_add_tail(&member->list, &conf->mlist); in dsp_cmx_add_conf_member()
281 if (list_empty(&dsp->conf->mlist)) { in dsp_cmx_del_conf_member()
288 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_cmx_del_conf_member()
324 INIT_LIST_HEAD(&conf->mlist); in dsp_cmx_new_conf()
345 if (!list_empty(&conf->mlist)) { in dsp_cmx_del_conf()
508 if (list_empty(&conf->mlist)) { in dsp_cmx_hardware()
513 member = list_entry(conf->mlist.next, struct dsp_conf_member, list); in dsp_cmx_hardware()
517 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware()
526 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware()
672 member = list_entry(conf->mlist.next, struct dsp_conf_member, in dsp_cmx_hardware()
686 member = list_entry(conf->mlist.next, struct dsp_conf_member, in dsp_cmx_hardware()
953 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware()
1090 if (list_empty(&conf->mlist)) { in dsp_cmx_conf()
1120 } else if (!list_empty(&conf->mlist)) { in dsp_cmx_conf()
1121 member = list_entry(conf->mlist.next, struct dsp_conf_member, in dsp_cmx_conf()
1143 if (list_empty(&conf->mlist)) { in dsp_cmx_conf()
1460 other = (list_entry(conf->mlist.next,
1463 other = (list_entry(conf->mlist.prev,
1676 members = count_list_member(&conf->mlist);
1699 members = count_list_member(&conf->mlist);
1706 member = list_entry(conf->mlist.next,
1712 list_for_each_entry(member, &conf->mlist, list) {
1727 list_for_each_entry(member, &conf->mlist, list) {
1950 list_for_each_entry(member, &dsp->conf->mlist, list) {