Searched refs:cs_dsp_coeff_parse_int (Results 1 – 1 of 1) sorted by relevance
1156 static int cs_dsp_coeff_parse_int(int bytes, const u8 **pos) in cs_dsp_coeff_parse_int() function1205 blk->id = cs_dsp_coeff_parse_int(sizeof(raw->id), &tmp); in cs_dsp_coeff_parse_alg()1223 blk->ncoeff = cs_dsp_coeff_parse_int(sizeof(raw->ncoeff), &tmp); in cs_dsp_coeff_parse_alg()1299 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff()1301 blk->flags = cs_dsp_coeff_parse_int(sizeof(raw->flags), &tmp); in cs_dsp_coeff_parse_coeff()1303 blk->len = cs_dsp_coeff_parse_int(sizeof(raw->len), &tmp); in cs_dsp_coeff_parse_coeff()