Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.c1559 static int wm_coeff_parse_int(int bytes, const u8 **pos) in wm_coeff_parse_int() function
1596 blk->id = wm_coeff_parse_int(sizeof(raw->id), data); in wm_coeff_parse_alg()
1600 blk->ncoeff = wm_coeff_parse_int(sizeof(raw->ncoeff), data); in wm_coeff_parse_alg()
1632 blk->offset = wm_coeff_parse_int(sizeof(raw->hdr.offset), &tmp); in wm_coeff_parse_coeff()
1633 blk->mem_type = wm_coeff_parse_int(sizeof(raw->hdr.type), &tmp); in wm_coeff_parse_coeff()
1634 length = wm_coeff_parse_int(sizeof(raw->hdr.size), &tmp); in wm_coeff_parse_coeff()
1639 blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in wm_coeff_parse_coeff()
1640 blk->flags = wm_coeff_parse_int(sizeof(raw->flags), &tmp); in wm_coeff_parse_coeff()
1641 blk->len = wm_coeff_parse_int(sizeof(raw->len), &tmp); in wm_coeff_parse_coeff()