Lines Matching defs:test
76 static char *cs_dsp_ctl_alloc_test_string(struct kunit *test, char c, size_t len) in cs_dsp_ctl_alloc_test_string()
89 static void cs_dsp_ctl_parse_no_coeffs(struct kunit *test) in cs_dsp_ctl_parse_no_coeffs()
108 static void cs_dsp_ctl_parse_v1_name(struct kunit *test) in cs_dsp_ctl_parse_v1_name()
138 static void cs_dsp_ctl_parse_empty_v1_name(struct kunit *test) in cs_dsp_ctl_parse_empty_v1_name()
168 static void cs_dsp_ctl_parse_max_v1_name(struct kunit *test) in cs_dsp_ctl_parse_max_v1_name()
196 static void cs_dsp_ctl_parse_short_name(struct kunit *test) in cs_dsp_ctl_parse_short_name()
226 static void cs_dsp_ctl_parse_min_short_name(struct kunit *test) in cs_dsp_ctl_parse_min_short_name()
257 static void cs_dsp_ctl_parse_max_short_name(struct kunit *test) in cs_dsp_ctl_parse_max_short_name()
290 static void cs_dsp_ctl_parse_with_min_fullname(struct kunit *test) in cs_dsp_ctl_parse_with_min_fullname()
322 static void cs_dsp_ctl_parse_with_max_fullname(struct kunit *test) in cs_dsp_ctl_parse_with_max_fullname()
355 static void cs_dsp_ctl_parse_with_min_description(struct kunit *test) in cs_dsp_ctl_parse_with_min_description()
387 static void cs_dsp_ctl_parse_with_max_description(struct kunit *test) in cs_dsp_ctl_parse_with_max_description()
420 static void cs_dsp_ctl_parse_with_max_fullname_and_description(struct kunit *test) in cs_dsp_ctl_parse_with_max_fullname_and_description()
460 static void cs_dsp_ctl_shortname_alignment(struct kunit *test) in cs_dsp_ctl_shortname_alignment()
503 static void cs_dsp_ctl_fullname_alignment(struct kunit *test) in cs_dsp_ctl_fullname_alignment()
557 static void cs_dsp_ctl_description_alignment(struct kunit *test) in cs_dsp_ctl_description_alignment()
615 static void cs_dsp_get_ctl_test(struct kunit *test) in cs_dsp_get_ctl_test()
657 static void cs_dsp_get_ctl_test_multiple_wmfw(struct kunit *test) in cs_dsp_get_ctl_test_multiple_wmfw()
721 static void cs_dsp_ctl_parse_memory_type(struct kunit *test) in cs_dsp_ctl_parse_memory_type()
757 static void cs_dsp_ctl_parse_alg_id(struct kunit *test) in cs_dsp_ctl_parse_alg_id()
789 static void cs_dsp_ctl_parse_alg_mem(struct kunit *test) in cs_dsp_ctl_parse_alg_mem()
820 static void cs_dsp_ctl_parse_offset(struct kunit *test) in cs_dsp_ctl_parse_offset()
849 static void cs_dsp_ctl_parse_length(struct kunit *test) in cs_dsp_ctl_parse_length()
878 static void cs_dsp_ctl_parse_ctl_type(struct kunit *test) in cs_dsp_ctl_parse_ctl_type()
907 static void cs_dsp_ctl_parse_flags(struct kunit *test) in cs_dsp_ctl_parse_flags()
946 static void cs_dsp_ctl_illegal_type_flags(struct kunit *test) in cs_dsp_ctl_illegal_type_flags()
979 static void cs_dsp_ctl_parse_fw_name(struct kunit *test) in cs_dsp_ctl_parse_fw_name()
1037 static void cs_dsp_ctl_alg_id_uniqueness(struct kunit *test) in cs_dsp_ctl_alg_id_uniqueness()
1082 static void cs_dsp_ctl_mem_uniqueness(struct kunit *test) in cs_dsp_ctl_mem_uniqueness()
1126 static void cs_dsp_ctl_fw_uniqueness(struct kunit *test) in cs_dsp_ctl_fw_uniqueness()
1189 static void cs_dsp_ctl_squash_reloaded_controls(struct kunit *test) in cs_dsp_ctl_squash_reloaded_controls()
1247 static void cs_dsp_ctl_v2_squash_reloaded_controls(struct kunit *test) in cs_dsp_ctl_v2_squash_reloaded_controls()
1326 static void cs_dsp_ctl_v2_compare_len(struct kunit *test) in cs_dsp_ctl_v2_compare_len()
1362 static int cs_dsp_ctl_parse_test_common_init(struct kunit *test, struct cs_dsp *dsp, in cs_dsp_ctl_parse_test_common_init()
1445 static int cs_dsp_ctl_parse_test_halo_init(struct kunit *test) in cs_dsp_ctl_parse_test_halo_init()
1464 static int cs_dsp_ctl_parse_test_adsp2_32bit_init(struct kunit *test, int wmfw_ver) in cs_dsp_ctl_parse_test_adsp2_32bit_init()
1483 static int cs_dsp_ctl_parse_test_adsp2_32bit_wmfw1_init(struct kunit *test) in cs_dsp_ctl_parse_test_adsp2_32bit_wmfw1_init()
1488 static int cs_dsp_ctl_parse_test_adsp2_32bit_wmfw2_init(struct kunit *test) in cs_dsp_ctl_parse_test_adsp2_32bit_wmfw2_init()
1493 static int cs_dsp_ctl_parse_test_adsp2_16bit_init(struct kunit *test, int wmfw_ver) in cs_dsp_ctl_parse_test_adsp2_16bit_init()
1512 static int cs_dsp_ctl_parse_test_adsp2_16bit_wmfw1_init(struct kunit *test) in cs_dsp_ctl_parse_test_adsp2_16bit_wmfw1_init()
1517 static int cs_dsp_ctl_parse_test_adsp2_16bit_wmfw2_init(struct kunit *test) in cs_dsp_ctl_parse_test_adsp2_16bit_wmfw2_init()