Searched refs:ctl_list (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c190 list_for_each_entry(cs_ctl, &dsp->ctl_list, list) {
/linux-master/drivers/staging/greybus/
H A Daudio_codec.h162 struct list_head ctl_list; member in struct:gbaudio_module_info
H A Daudio_topology.c63 list_for_each_entry(control, &module->ctl_list, list) {
89 list_for_each_entry(control, &module->ctl_list, list) {
1200 list_add(&control->list, &module->ctl_list);
1209 list_for_each_entry_safe(control, _control, &module->ctl_list,
1422 list_for_each_entry_safe(control, _control, &module->ctl_list,
H A Daudio_module.c259 INIT_LIST_HEAD(&gbmodule->ctl_list);
/linux-master/tools/testing/selftests/alsa/
H A Dmixer-test.c57 struct ctl_data *ctl_list = NULL; variable in typeref:struct:ctl_data
149 ctl_data->next = ctl_list;
150 ctl_list = ctl_data;
1095 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) {
/linux-master/include/linux/firmware/cirrus/
H A Dcs_dsp.h135 * @ctl_list: Controls defined within the loaded DSP firmware
175 struct list_head ctl_list; member in struct:cs_dsp
/linux-master/sound/soc/codecs/
H A Dcs-amp-lib.c59 if (list_empty(&dsp->ctl_list)) {
H A Dwm_adsp.c1638 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) {
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c470 list_for_each_entry(ctl, &dsp->ctl_list, list) {
899 list_for_each_entry(ctl, &dsp->ctl_list, list) {
925 list_for_each_entry(ctl, &dsp->ctl_list, list) {
945 list_for_each_entry(ctl, &dsp->ctl_list, list) {
976 list_for_each_entry(ctl, &dsp->ctl_list, list) {
1018 list_add(&ctl->list, &dsp->ctl_list);
1525 list_for_each_entry(pos, &dsp->ctl_list, list) {
1546 list_for_each_entry(ctl, &dsp->ctl_list, list) {
2245 INIT_LIST_HEAD(&dsp->ctl_list);
2386 list_for_each_entry(ctl, &dsp->ctl_list, lis
[all...]

Completed in 292 milliseconds