Home
last modified time | relevance | path

Searched refs:cs_dsp_coeff_parse_int (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/firmware/cirrus/
Dcs_dsp.c1039 static int cs_dsp_coeff_parse_int(int bytes, const u8 **pos) in cs_dsp_coeff_parse_int() function
1076 blk->id = cs_dsp_coeff_parse_int(sizeof(raw->id), data); in cs_dsp_coeff_parse_alg()
1080 blk->ncoeff = cs_dsp_coeff_parse_int(sizeof(raw->ncoeff), data); in cs_dsp_coeff_parse_alg()
1112 blk->offset = cs_dsp_coeff_parse_int(sizeof(raw->hdr.offset), &tmp); in cs_dsp_coeff_parse_coeff()
1113 blk->mem_type = cs_dsp_coeff_parse_int(sizeof(raw->hdr.type), &tmp); in cs_dsp_coeff_parse_coeff()
1114 length = cs_dsp_coeff_parse_int(sizeof(raw->hdr.size), &tmp); in cs_dsp_coeff_parse_coeff()
1119 blk->ctl_type = cs_dsp_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in cs_dsp_coeff_parse_coeff()
1120 blk->flags = cs_dsp_coeff_parse_int(sizeof(raw->flags), &tmp); in cs_dsp_coeff_parse_coeff()
1121 blk->len = cs_dsp_coeff_parse_int(sizeof(raw->len), &tmp); in cs_dsp_coeff_parse_coeff()