Searched refs:ctl_list (Results 1 – 4 of 4) sorted by relevance
/drivers/firmware/cirrus/ |
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() 1619 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl() 1640 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base() 2342 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init() 2483 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down() [all …]
|
/drivers/staging/greybus/ |
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()
|
D | audio_codec.h | 162 struct list_head ctl_list; member
|
D | audio_module.c | 259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
|