Lines Matching refs:mlist

168 		list_for_each_entry(member, &conf->mlist, list) {  in dsp_cmx_debug()
241 list_add_tail(&member->list, &conf->mlist); in dsp_cmx_add_conf_member()
270 if (list_empty(&dsp->conf->mlist)) { in dsp_cmx_del_conf_member()
277 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_cmx_del_conf_member()
313 INIT_LIST_HEAD(&conf->mlist); in dsp_cmx_new_conf()
334 if (!list_empty(&conf->mlist)) { in dsp_cmx_del_conf()
497 if (list_empty(&conf->mlist)) { in dsp_cmx_hardware()
502 member = list_entry(conf->mlist.next, struct dsp_conf_member, list); in dsp_cmx_hardware()
506 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware()
515 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware()
661 member = list_entry(conf->mlist.next, struct dsp_conf_member, in dsp_cmx_hardware()
675 member = list_entry(conf->mlist.next, struct dsp_conf_member, in dsp_cmx_hardware()
942 list_for_each_entry(member, &conf->mlist, list) { in dsp_cmx_hardware()
1079 if (list_empty(&conf->mlist)) { in dsp_cmx_conf()
1109 } else if (!list_empty(&conf->mlist)) { in dsp_cmx_conf()
1110 member = list_entry(conf->mlist.next, struct dsp_conf_member, in dsp_cmx_conf()
1132 if (list_empty(&conf->mlist)) { in dsp_cmx_conf()
1449 other = (list_entry(conf->mlist.next,
1452 other = (list_entry(conf->mlist.prev,
1664 members = list_count_nodes(&conf->mlist);
1687 members = list_count_nodes(&conf->mlist);
1694 member = list_entry(conf->mlist.next,
1700 list_for_each_entry(member, &conf->mlist, list) {
1715 list_for_each_entry(member, &conf->mlist, list) {
1937 list_for_each_entry(member, &dsp->conf->mlist, list) {