Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpcm_oss.h77 struct snd_pcm_oss_setup *setup_list; /* setup list */ member
/linux-4.1.27/tools/perf/util/
Dsymbol.h302 int setup_list(struct strlist **list, const char *list_str,
Dsymbol.c1871 int setup_list(struct strlist **list, const char *list_str, in setup_list() function
1943 if (setup_list(&symbol_conf.dso_list, in symbol__init()
1947 if (setup_list(&symbol_conf.comm_list, in symbol__init()
1959 if (setup_list(&symbol_conf.sym_list, in symbol__init()
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c2239 for (setup = pcm->streams[stream].oss.setup_list; setup; in snd_pcm_oss_look_for_setup()
2848 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list; in snd_pcm_oss_proc_read()
2870 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()
2876 pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()
2897 for (setup = pstr->oss.setup_list; setup; setup = setup->next) { in snd_pcm_oss_proc_write()
2937 if (pstr->oss.setup_list == NULL) in snd_pcm_oss_proc_write()
2938 pstr->oss.setup_list = setup; in snd_pcm_oss_proc_write()
2940 for (setup1 = pstr->oss.setup_list; in snd_pcm_oss_proc_write()
/linux-4.1.27/sound/core/
Dpcm.c868 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()