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

/linux-4.4.14/sound/soc/codecs/
H A Dwm_adsp.c915 static int wm_coeff_parse_int(int bytes, const u8 **pos) wm_coeff_parse_int() function
952 blk->id = wm_coeff_parse_int(sizeof(raw->id), data); wm_coeff_parse_alg()
956 blk->ncoeff = wm_coeff_parse_int(sizeof(raw->ncoeff), data); wm_coeff_parse_alg()
988 blk->offset = wm_coeff_parse_int(sizeof(raw->hdr.offset), &tmp); wm_coeff_parse_coeff()
989 blk->mem_type = wm_coeff_parse_int(sizeof(raw->hdr.type), &tmp); wm_coeff_parse_coeff()
990 length = wm_coeff_parse_int(sizeof(raw->hdr.size), &tmp); wm_coeff_parse_coeff()
995 blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp); wm_coeff_parse_coeff()
996 blk->flags = wm_coeff_parse_int(sizeof(raw->flags), &tmp); wm_coeff_parse_coeff()
997 blk->len = wm_coeff_parse_int(sizeof(raw->len), &tmp); wm_coeff_parse_coeff()

Completed in 50 milliseconds