Searched refs:setup_list (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm_oss.h | 63 struct snd_pcm_oss_setup *setup_list; /* setup list */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm_oss.h | 63 struct snd_pcm_oss_setup *setup_list; /* setup list */ member
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 2330 for (setup = pcm->streams[stream].oss.setup_list; setup; in snd_pcm_oss_look_for_setup() 2947 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list; in snd_pcm_oss_proc_read() 2969 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list() 2975 pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list() 2996 for (setup = pstr->oss.setup_list; setup; setup = setup->next) { in snd_pcm_oss_proc_write() 3036 if (pstr->oss.setup_list == NULL) in snd_pcm_oss_proc_write() 3037 pstr->oss.setup_list = setup; in snd_pcm_oss_proc_write() 3039 for (setup1 = pstr->oss.setup_list; in snd_pcm_oss_proc_write()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 2352 for (setup = pcm->streams[stream].oss.setup_list; setup; in snd_pcm_oss_look_for_setup() 2966 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list; in snd_pcm_oss_proc_read() 2988 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list() 2994 pstr->oss.setup_list = NULL; in snd_pcm_oss_proc_free_setup_list() 3015 for (setup = pstr->oss.setup_list; setup; setup = setup->next) { in snd_pcm_oss_proc_write() 3055 if (pstr->oss.setup_list == NULL) in snd_pcm_oss_proc_write() 3056 pstr->oss.setup_list = setup; in snd_pcm_oss_proc_write() 3058 for (setup1 = pstr->oss.setup_list; in snd_pcm_oss_proc_write()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 2381 int setup_list(struct strlist **list, const char *list_str, in setup_list() function 2474 if (setup_list(&symbol_conf.dso_list, in symbol__init() 2478 if (setup_list(&symbol_conf.comm_list, in symbol__init() 2490 if (setup_list(&symbol_conf.sym_list, in symbol__init() 2494 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init()
|
H A D | symbol.h | 219 int setup_list(struct strlist **list, const char *list_str,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol.c | 2552 int setup_list(struct strlist **list, const char *list_str, in setup_list() function 2684 if (setup_list(&symbol_conf.dso_list, in symbol__init() 2688 if (setup_list(&symbol_conf.comm_list, in symbol__init() 2700 if (setup_list(&symbol_conf.sym_list, in symbol__init() 2708 if (setup_list(&symbol_conf.bt_stop_list, in symbol__init()
|
H A D | symbol.h | 215 int setup_list(struct strlist **list, const char *list_str,
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 841 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 844 for (setup = pstr->oss.setup_list; setup; setup = setupn) { in snd_pcm_free_stream()
|
Completed in 19 milliseconds