Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c470 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show()
902 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches()
928 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls()
948 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls()
979 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control()
1021 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control()
1622 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl()
1643 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base()
2345 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init()
2486 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down()
[all …]
/openbmc/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c57 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()
/openbmc/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h176 struct list_head ctl_list; member
/openbmc/linux/drivers/staging/greybus/
H A Daudio_topology.c63 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 Daudio_codec.h162 struct list_head ctl_list; member
H A Daudio_module.c259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
/openbmc/linux/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c203 list_for_each_entry(cs_ctl, &dsp->ctl_list, list) { in hda_cs_dsp_add_controls()
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.c1635 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) { in wm_adsp_buffer_init()