Home
last modified time | relevance | path

Searched refs:ctl_list (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/tools/testing/selftests/alsa/
Dmixer-test.c59 struct ctl_data *ctl_list = NULL; variable
169 ctl_data->next = ctl_list; in find_controls()
170 ctl_list = ctl_data; in find_controls()
1128 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) { in main()
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c477 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show()
963 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches()
989 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls()
1009 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls()
1040 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control()
1082 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control()
1668 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl()
1689 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base()
2383 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init()
2524 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down()
[all …]
/linux-6.12.1/drivers/staging/greybus/
Daudio_topology.c57 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid()
83 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlname()
1194 list_add(&control->list, &module->ctl_list); in gbaudio_tplg_process_kcontrols()
1203 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_process_kcontrols()
1416 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_release()
Daudio_codec.h162 struct list_head ctl_list; member
Daudio_module.c259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
/linux-6.12.1/include/linux/firmware/cirrus/
Dcs_dsp.h185 struct list_head ctl_list; member
/linux-6.12.1/sound/soc/codecs/
Dcs-amp-lib.c59 if (list_empty(&dsp->ctl_list)) { in _cs_amp_write_cal_coeffs()
Dwm_adsp.c1632 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) { in wm_adsp_buffer_init()
/linux-6.12.1/sound/pci/hda/
Dhda_cs_dsp_ctl.c193 list_for_each_entry(cs_ctl, &dsp->ctl_list, list) { in hda_cs_dsp_add_controls()