| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_control_parse.c | 126 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_v1_name() 156 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_empty_v1_name() 187 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_max_v1_name() 213 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_short_name() 244 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_min_short_name() 276 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_max_short_name() 308 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_min_fullname() 341 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_max_fullname() 373 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_min_description() 406 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_parse_with_max_description() [all …]
|
| H A D | cs_dsp_test_control_cache.c | 187 KUNIT_EXPECT_EQ(test, list_count_nodes(&dsp->ctl_list), num_ctls); in cs_dsp_ctl_v2_cache_alloc() 190 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_ctl_v2_cache_alloc() 240 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init() 290 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init_write_only() 372 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), 3); in cs_dsp_ctl_cache_init_multiple_fw_same_controls() 381 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_fw_same_controls() 481 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), 3); in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls() 490 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls() 598 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), in cs_dsp_ctl_cache_init_multiple_mems() 608 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_mems() [all …]
|
| H A D | cs_dsp_test_control_rw.c | 182 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_running() 253 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_running() 321 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_not_started() 375 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_stopped() 430 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_stopped_powered_down() 488 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_not_current_loaded_fw() 550 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_read_volatile_not_current_running_fw() 604 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_volatile_not_started() 665 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_volatile_stopped() 727 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_write_volatile_stopped_powered_down() [all …]
|
| H A D | cs_dsp_test_callbacks.c | 234 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), 3); in cs_dsp_test_ctl_v1_callbacks() 239 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v1_callbacks() 256 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v1_callbacks() 288 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), in cs_dsp_test_ctl_v2_callbacks() 294 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v2_callbacks() 311 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v2_callbacks()
|
| H A D | cs_dsp_test_wmfw_error.c | 472 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in wmfw_v1_alg_name_unterminated() 828 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in wmfw_v1_coeff_name_unterminated()
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 485 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show() 971 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches() 997 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls() 1017 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls() 1048 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control() 1090 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control() 1678 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl() 1699 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_ctl_fixup_base() 2413 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init() 2557 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down() [all …]
|
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 59 struct ctl_data *ctl_list; variable 169 ctl_data->next = ctl_list; in find_controls() 170 ctl_list = ctl_data; in find_controls() 1128 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) { in main()
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_topology.c | 57 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid() 83 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlname() 1194 list_add(&control->list, &module->ctl_list); in gbaudio_tplg_process_kcontrols() 1203 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_process_kcontrols() 1416 list_for_each_entry_safe(control, _control, &module->ctl_list, in gbaudio_tplg_release()
|
| 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/include/linux/firmware/cirrus/ |
| H A D | cs_dsp.h | 183 struct list_head ctl_list; member
|
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 139 if (list_empty(&dsp->ctl_list)) { in _cs_amp_write_cal_coeffs() 171 if (list_empty(&dsp->ctl_list)) { in _cs_amp_read_cal_coeffs()
|
| H A D | wm_adsp.c | 1631 list_for_each_entry(cs_ctl, &dsp->cs_dsp.ctl_list, list) { in wm_adsp_buffer_init()
|