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

/linux-master/include/sound/
H A Dpcm_oss.h63 struct snd_pcm_oss_setup *setup_list; /* setup list */ member in struct:snd_pcm_oss_stream
/linux-master/tools/perf/util/
H A Dsymbol.h214 int setup_list(struct strlist **list, const char *list_str,
H A Dsymbol.c2338 int setup_list(struct strlist **list, const char *list_str, function
2470 if (setup_list(&symbol_conf.dso_list,
2474 if (setup_list(&symbol_conf.comm_list,
2486 if (setup_list(&symbol_conf.sym_list,
2494 if (setup_list(&symbol_conf.bt_stop_list,
/linux-master/sound/core/oss/
H A Dpcm_oss.c2338 for (setup = pcm->streams[stream].oss.setup_list; setup;
2951 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list;
2972 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL;
2978 pstr->oss.setup_list = NULL;
2998 for (setup = pstr->oss.setup_list; setup; setup = setup->next) {
3037 if (pstr->oss.setup_list == NULL)
3038 pstr->oss.setup_list = setup;
3040 for (setup1 = pstr->oss.setup_list;
/linux-master/sound/core/
H A Dpcm.c831 for (setup = pstr->oss.setup_list; setup; setup = setupn) {

Completed in 269 milliseconds