Lines Matching refs:ctl_list
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()
2757 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_power_down()
2980 while (!list_empty(&dsp->ctl_list)) { in cs_dsp_remove()
2981 ctl = list_first_entry(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_remove()