Lines Matching refs:most
13 #include <linux/most.h>
598 struct most_snd_grp *most;
602 list_for_each_entry(most, &ms->soundcard_list, list) {
603 if (!most->create_card) {
610 most = kzalloc(sizeof(*most), GFP_KERNEL);
611 if (!most) {
615 config_group_init_type_name(&most->group, name, &most_snd_grp_type);
616 list_add_tail(&most->list, &ms->soundcard_list);
617 return &most->group;