Searched refs:ctl_list (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/firmware/cirrus/ |
D | cs_dsp.c | 860 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches() 886 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls() 906 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls() 937 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control() 978 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control() 1482 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl() 1503 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base() 2201 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init() 2337 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down() 2611 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_power_down() [all …]
|
/Linux-v6.1/tools/testing/selftests/alsa/ |
D | mixer-test.c | 65 struct ctl_data *ctl_list = NULL; variable 188 ctl_data->next = ctl_list; in find_controls() 189 ctl_list = ctl_data; in find_controls() 1097 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) { in main()
|
/Linux-v6.1/include/linux/firmware/cirrus/ |
D | cs_dsp.h | 175 struct list_head ctl_list; member
|
/Linux-v6.1/drivers/staging/greybus/ |
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()
|
D | audio_codec.h | 161 struct list_head ctl_list; member
|
D | audio_module.c | 259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
|
/Linux-v6.1/sound/pci/hda/ |
D | hda_cs_dsp_ctl.c | 190 list_for_each_entry(cs_ctl, &dsp->ctl_list, list) { in hda_cs_dsp_add_controls()
|
/Linux-v6.1/sound/soc/codecs/ |
D | wm_adsp.c | 1585 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) { in wm_adsp_buffer_init()
|