Searched refs:ctl_list (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 59 struct ctl_data *ctl_list; variable 170 ctl_data->next = ctl_list; in find_controls() 171 ctl_list = ctl_data; in find_controls() 1129 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) { in main()
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 489 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show() 976 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches() 1002 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls() 1022 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls() 1053 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control() 1095 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control() 1721 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl() 1742 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base() 2456 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init() 2601 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down() [all …]
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_codec.h | 162 struct list_head ctl_list; member
|
| H A D | audio_module.c | 259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 142 if (list_empty(&dsp->ctl_list)) { in _cs_amp_write_cal_coeffs() 174 if (list_empty(&dsp->ctl_list)) { in _cs_amp_read_cal_coeffs()
|
| H A D | wm_adsp.c | 1646 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) { in wm_adsp_buffer_init()
|