Searched refs:cs_dsp_coeff_parse_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/firmware/cirrus/ |
D | cs_dsp.c | 1056 static int cs_dsp_coeff_parse_string(int bytes, const u8 **pos, const u8 **str) in cs_dsp_coeff_parse_string() function 1117 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), data, in cs_dsp_coeff_parse_alg() 1119 cs_dsp_coeff_parse_string(sizeof(u16), data, NULL); in cs_dsp_coeff_parse_alg() 1155 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, in cs_dsp_coeff_parse_coeff() 1157 cs_dsp_coeff_parse_string(sizeof(u8), &tmp, NULL); in cs_dsp_coeff_parse_coeff() 1158 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, NULL); in cs_dsp_coeff_parse_coeff()
|