Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c1340 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_coeff_init_control_caches()
1366 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_coeff_sync_controls()
1386 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_adsp_signal_event_controls()
1471 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_adsp_create_control()
1514 list_add(&ctl->list, &dsp->ctl_list); in wm_adsp_create_control()
2036 list_for_each_entry(pos, &dsp->ctl_list, list) { in wm_adsp_get_ctl()
2115 list_for_each_entry(ctl, &dsp->ctl_list, list) { in wm_adsp_ctl_fixup_base()
2794 INIT_LIST_HEAD(&dsp->ctl_list); in wm_adsp_common_init()
2901 list_for_each_entry(ctl, &dsp->ctl_list, list) in wm_adsp1_event()
3209 list_for_each_entry(ctl, &dsp->ctl_list, list) in wm_adsp_early_event()
[all …]
H A Dwm_adsp.h92 struct list_head ctl_list; member
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_topology.c64 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()
H A Daudio_codec.h161 struct list_head ctl_list; member
H A Daudio_module.c259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()