Searched refs:cs_dsp_coeff_parse_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/firmware/cirrus/ |
D | cs_dsp.c | 1120 static int cs_dsp_coeff_parse_string(int bytes, const u8 **pos, unsigned int avail, in cs_dsp_coeff_parse_string() function 1209 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, in cs_dsp_coeff_parse_alg() 1215 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_alg() 1279 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, in cs_dsp_coeff_parse_coeff() 1285 cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_coeff() 1290 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_coeff()
|