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