Searched refs:mock_coeff_template (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_control_parse.c | 112 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_v1_name() 142 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_empty_v1_name() 172 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_max_v1_name() 200 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_short_name() 230 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_min_short_name() 261 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_max_short_name() 294 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_with_min_fullname() 326 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_with_max_fullname() 359 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_with_min_description() 391 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_parse_with_max_description() [all …]
|
| H A D | cs_dsp_test_wmfw_error.c | 44 static const struct cs_dsp_mock_coeff_def mock_coeff_template = { variable 435 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v1_alg_name_unterminated() 613 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v1_coeff_count_exceeds_block() 668 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v2_coeff_count_exceeds_block() 726 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v2_coeff_block_size_exceeds_block() 746 KUNIT_ASSERT_EQ(test, le32_to_cpu(coeff[0]), mock_coeff_template.mem_type << 16); in wmfw_v2_coeff_block_size_exceeds_block() 787 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v1_coeff_name_unterminated() 845 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v2_coeff_shortname_exceeds_block() 865 KUNIT_ASSERT_EQ(test, le32_to_cpu(coeff[0]), mock_coeff_template.mem_type << 16); in wmfw_v2_coeff_shortname_exceeds_block() 895 cs_dsp_mock_wmfw_add_coeff_desc(local->wmfw_builder, &mock_coeff_template); in wmfw_v2_coeff_fullname_exceeds_block() [all …]
|
| H A D | cs_dsp_test_control_rw.c | 146 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_write_running() 217 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_read_volatile_running() 288 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_read_volatile_not_started() 338 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_read_volatile_stopped() 392 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_read_volatile_stopped_powered_down() 448 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_read_volatile_not_current_loaded_fw() 506 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_read_volatile_not_current_running_fw() 567 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_write_volatile_not_started() 624 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_write_volatile_stopped() 685 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_write_volatile_stopped_powered_down() [all …]
|
| H A D | cs_dsp_test_control_cache.c | 150 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_v2_cache_alloc() 204 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init() 263 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init_write_only() 315 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init_multiple_fw_same_controls() 424 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls() 533 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init_multiple_mems() 654 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init_multiple_algs() 755 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_init_multiple_offsets() 867 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_read_not_started() 928 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_ctl_cache_read_stopped() [all …]
|
| H A D | cs_dsp_test_callbacks.c | 58 static const struct cs_dsp_mock_coeff_def mock_coeff_template = { variable 205 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_test_ctl_v1_callbacks() 264 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_test_ctl_v2_callbacks() 319 struct cs_dsp_mock_coeff_def def = mock_coeff_template; in cs_dsp_test_no_callbacks()
|