Searched refs:cs_dsp_coeff_parse_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/firmware/cirrus/ |
A D | cs_dsp.c | 1023 static int cs_dsp_coeff_parse_string(int bytes, const u8 **pos, const u8 **str) in cs_dsp_coeff_parse_string() function 1084 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), data, in cs_dsp_coeff_parse_alg() 1086 cs_dsp_coeff_parse_string(sizeof(u16), data, NULL); in cs_dsp_coeff_parse_alg() 1122 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, in cs_dsp_coeff_parse_coeff() 1124 cs_dsp_coeff_parse_string(sizeof(u8), &tmp, NULL); in cs_dsp_coeff_parse_coeff() 1125 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, NULL); in cs_dsp_coeff_parse_coeff()
|
Completed in 10 milliseconds