Searched refs:setup_list (Results 1 – 5 of 5) sorted by relevance
78 struct snd_pcm_oss_setup *setup_list; /* setup list */ member
2315 for (setup = pcm->streams[stream].oss.setup_list; setup; in snd_pcm_oss_look_for_setup()2929 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list; in snd_pcm_oss_proc_read()2951 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()2957 pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()2978 for (setup = pstr->oss.setup_list; setup; setup = setup->next) { in snd_pcm_oss_proc_write()3018 if (pstr->oss.setup_list == NULL) in snd_pcm_oss_proc_write()3019 pstr->oss.setup_list = setup; in snd_pcm_oss_proc_write()3021 for (setup1 = pstr->oss.setup_list; in snd_pcm_oss_proc_write()
2048 int setup_list(struct strlist **list, const char *list_str, in setup_list() function2135 if (setup_list(&symbol_conf.dso_list, in symbol__init()2139 if (setup_list(&symbol_conf.comm_list, in symbol__init()2151 if (setup_list(&symbol_conf.sym_list, in symbol__init()2155 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init()
338 int setup_list(struct strlist **list, const char *list_str,
896 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()