Home
last modified time | relevance | path

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

/linux/include/sound/
A Dpcm_oss.h63 struct snd_pcm_oss_setup *setup_list; /* setup list */ member
/linux/sound/core/oss/
A Dpcm_oss.c2340 for (setup = pcm->streams[stream].oss.setup_list; setup; in snd_pcm_oss_look_for_setup()
2960 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list; in snd_pcm_oss_proc_read()
2982 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()
2988 pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list()
3009 for (setup = pstr->oss.setup_list; setup; setup = setup->next) { in snd_pcm_oss_proc_write()
3049 if (pstr->oss.setup_list == NULL) in snd_pcm_oss_proc_write()
3050 pstr->oss.setup_list = setup; in snd_pcm_oss_proc_write()
3052 for (setup1 = pstr->oss.setup_list; in snd_pcm_oss_proc_write()
/linux/tools/perf/util/
A Dsymbol.h230 int setup_list(struct strlist **list, const char *list_str,
A Dsymbol.c2388 int setup_list(struct strlist **list, const char *list_str, in setup_list() function
2524 if (setup_list(&symbol_conf.dso_list, in symbol__init()
2528 if (setup_list(&symbol_conf.comm_list, in symbol__init()
2540 if (setup_list(&symbol_conf.sym_list, in symbol__init()
2548 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init()
/linux/sound/core/
A Dpcm.c836 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()

Completed in 21 milliseconds