Home
last modified time | relevance | path

Searched refs:setup_list (Results 1 – 5 of 5) sorted by relevance

/linux/include/sound/
H A Dpcm_oss.h63 struct snd_pcm_oss_setup *setup_list; /* setup list */ member
/linux/sound/core/oss/
H A Dpcm_oss.c2353 for (setup = pcm->streams[stream].oss.setup_list; setup; in snd_pcm_oss_look_for_setup()
2978 setup = pstr->oss.setup_list; in snd_pcm_oss_proc_read()
2998 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()
3004 pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()
3024 for (setup = pstr->oss.setup_list; setup; setup = setup->next) { in snd_pcm_oss_proc_write()
3070 if (pstr->oss.setup_list == NULL) in snd_pcm_oss_proc_write()
3071 pstr->oss.setup_list = setup; in snd_pcm_oss_proc_write()
3073 for (setup1 = pstr->oss.setup_list; in snd_pcm_oss_proc_write()
/linux/tools/perf/util/
H A Dsymbol.h297 int setup_list(struct strlist **list, const char *list_str,
H A Dsymbol.c2378 int setup_list(struct strlist **list, const char *list_str, in setup_parallelism_bitmap()
2543 if (setup_list(&symbol_conf.dso_list,
2547 if (setup_list(&symbol_conf.comm_list, in cxx_demangle_sym()
2559 if (setup_list(&symbol_conf.sym_list, in cxx_demangle_sym()
2567 if (setup_list(&symbol_conf.bt_stop_list, in dso__demangle_sym()
2249 int setup_list(struct strlist **list, const char *list_str, setup_list() function
/linux/sound/core/
H A Dpcm.c830 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()