ctl_list 156 drivers/staging/greybus/audio_codec.h struct list_head ctl_list; ctl_list 259 drivers/staging/greybus/audio_module.c INIT_LIST_HEAD(&gbmodule->ctl_list); ctl_list 62 drivers/staging/greybus/audio_topology.c list_for_each_entry(control, &module->ctl_list, list) { ctl_list 88 drivers/staging/greybus/audio_topology.c list_for_each_entry(control, &module->ctl_list, list) { ctl_list 1199 drivers/staging/greybus/audio_topology.c list_add(&control->list, &module->ctl_list); ctl_list 1208 drivers/staging/greybus/audio_topology.c list_for_each_entry_safe(control, _control, &module->ctl_list, ctl_list 1421 drivers/staging/greybus/audio_topology.c list_for_each_entry_safe(control, _control, &module->ctl_list, ctl_list 1328 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) { ctl_list 1354 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) { ctl_list 1373 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) { ctl_list 1457 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) { ctl_list 1491 sound/soc/codecs/wm_adsp.c list_add(&ctl->list, &dsp->ctl_list); ctl_list 2003 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) { ctl_list 2681 sound/soc/codecs/wm_adsp.c INIT_LIST_HEAD(&dsp->ctl_list); ctl_list 2788 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) ctl_list 3096 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) ctl_list 3325 sound/soc/codecs/wm_adsp.c while (!list_empty(&dsp->ctl_list)) { ctl_list 3326 sound/soc/codecs/wm_adsp.c ctl = list_first_entry(&dsp->ctl_list, struct wm_coeff_ctl, ctl_list 3830 sound/soc/codecs/wm_adsp.c list_for_each_entry(ctl, &dsp->ctl_list, list) { ctl_list 92 sound/soc/codecs/wm_adsp.h struct list_head ctl_list;