| /drivers/firmware/cirrus/test/ |
| A D | cs_dsp_test_control_parse.c | 1020 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), 2); in cs_dsp_ctl_parse_fw_name() 1023 list_for_each_entry(walkctl, &priv->dsp->ctl_list, list) { in cs_dsp_ctl_parse_fw_name() 1064 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), 2); in cs_dsp_ctl_alg_id_uniqueness() 1214 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), in cs_dsp_ctl_squash_reloaded_controls() 1219 list_for_each_entry(walkctl, &priv->dsp->ctl_list, list) { in cs_dsp_ctl_squash_reloaded_controls() 1230 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), in cs_dsp_ctl_squash_reloaded_controls() 1235 list_for_each_entry(walkctl, &priv->dsp->ctl_list, list) { in cs_dsp_ctl_squash_reloaded_controls() 1280 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), in cs_dsp_ctl_v2_squash_reloaded_controls() 1285 list_for_each_entry(walkctl, &priv->dsp->ctl_list, list) { in cs_dsp_ctl_v2_squash_reloaded_controls() 1296 KUNIT_EXPECT_EQ(test, list_count_nodes(&priv->dsp->ctl_list), in cs_dsp_ctl_v2_squash_reloaded_controls() [all …]
|
| A D | cs_dsp_test_control_cache.c | 190 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_ctl_v2_cache_alloc() 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() 699 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), 3); in cs_dsp_ctl_cache_init_multiple_algs() 708 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_algs() 813 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), 3); in cs_dsp_ctl_cache_init_multiple_offsets() [all …]
|
| 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 …]
|
| 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()
|
| A D | cs_dsp_test_wmfw_error.c | 470 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in wmfw_v1_alg_name_unterminated() 826 ctl = list_first_entry_or_null(&priv->dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in wmfw_v1_coeff_name_unterminated()
|
| /drivers/firmware/cirrus/ |
| A D | cs_dsp.c | 482 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_debugfs_read_controls_show() 968 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_init_control_caches() 994 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_coeff_sync_controls() 1014 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_signal_event_controls() 1045 list_for_each_entry(ctl, &dsp->ctl_list, list) { in cs_dsp_create_control() 1087 list_add(&ctl->list, &dsp->ctl_list); in cs_dsp_create_control() 1667 list_for_each_entry(pos, &dsp->ctl_list, list) { in cs_dsp_get_ctl() 2378 INIT_LIST_HEAD(&dsp->ctl_list); in cs_dsp_common_init() 2519 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_adsp1_power_down() 2793 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_power_down() [all …]
|
| /drivers/staging/greybus/ |
| 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()
|
| A D | audio_codec.h | 162 struct list_head ctl_list; member
|
| A D | audio_module.c | 259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
|