/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | mixer-test.c | 57 struct ctl_data *ctl_list = NULL; variable 149 ctl_data->next = ctl_list; in find_controls() 150 ctl_list = ctl_data; in find_controls() 1095 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) { in main()
|
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 470 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show() 899 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches() 925 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls() 945 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls() 976 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control() 1018 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control() 1525 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl() 1546 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base() 2245 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init() 2381 list_for_each_entry(ctl, &dsp->ctl_list, lis in cs_dsp_adsp1_power_down() [all...] |
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/ |
H A D | cs_dsp.h | 136 * @ctl_list: Controls defined within the loaded DSP firmware 176 struct list_head ctl_list; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.h | 92 struct list_head ctl_list; member
|
H A D | wm_adsp.c | 1340 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_coeff_init_control_caches() 1366 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_coeff_sync_controls() 1386 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_adsp_signal_event_controls() 1471 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_adsp_create_control() 1514 list_add(&ctl->list, &dsp->ctl_list); in wm_adsp_create_control() 2036 list_for_each_entry(pos, &dsp->ctl_list, list) { in wm_adsp_get_ctl() 2115 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_adsp_ctl_fixup_base() 2794 INIT_LIST_HEAD(&dsp->ctl_list); in wm_adsp_common_init() 2901 list_for_each_entry(ctl, &dsp->ctl_list, list) in wm_adsp1_event() 3209 list_for_each_entry(ctl, &dsp->ctl_list, lis in wm_adsp_early_event() [all...] |
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_codec.h | 161 struct list_head ctl_list; member
|
H A D | audio_topology.c | 64 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid() 90 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlname() 1204 list_add(&control->list, &module->ctl_list); in gbaudio_tplg_process_kcontrols() 1213 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_process_kcontrols() 1426 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_release()
|
H A D | audio_module.c | 259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_codec.h | 162 struct list_head ctl_list; member
|
H A D | audio_topology.c | 63 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid() 89 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlname() 1203 list_add(&control->list, &module->ctl_list); in gbaudio_tplg_process_kcontrols() 1212 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_process_kcontrols() 1425 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_release()
|
H A D | audio_module.c | 259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.c | 190 list_for_each_entry(cs_ctl, &dsp->ctl_list, list) { in hda_cs_dsp_add_controls()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 1634 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) { in wm_adsp_buffer_init()
|