Searched refs:cs_dsp_coeff_parse_string (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 1059 static int cs_dsp_coeff_parse_string(int bytes, const u8 **pos, unsigned int avail, in cs_dsp_coeff_parse_string() function 1148 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, in cs_dsp_coeff_parse_alg() 1154 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_alg() 1218 blk->name_len = cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, in cs_dsp_coeff_parse_coeff() 1224 cs_dsp_coeff_parse_string(sizeof(u8), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_coeff() 1229 cs_dsp_coeff_parse_string(sizeof(u16), &tmp, data_len - pos, NULL); in cs_dsp_coeff_parse_coeff()
|