Searched refs:cs_dsp_coeff_parse_string (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 1128 static int cs_dsp_coeff_parse_string(int bytes, const u8 **pos, unsigned int avail, in cs_dsp_coeff_parse_string() function 1217 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, in cs_dsp_coeff_parse_alg() 1223 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_alg() 1287 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, in cs_dsp_coeff_parse_coeff() 1293 cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_coeff() 1298 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_coeff()
|