Searched refs:cs_dsp_ctl_alloc_test_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/firmware/cirrus/test/ |
D | cs_dsp_test_control_parse.c | 76 static char *cs_dsp_ctl_alloc_test_string(struct kunit *test, char c, size_t len) in cs_dsp_ctl_alloc_test_string() function 176 def.fullname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_max_v1_name() 265 def.shortname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_max_short_name() 330 def.fullname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_with_max_fullname() 395 def.description = cs_dsp_ctl_alloc_test_string(test, 'A', 65535); in cs_dsp_ctl_parse_with_max_description() 428 def.fullname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_with_max_fullname_and_description() 429 def.description = cs_dsp_ctl_alloc_test_string(test, 'A', 65535); in cs_dsp_ctl_parse_with_max_fullname_and_description()
|