Searched refs:coeff_blk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 1176 const struct cs_dsp_coeff_parsed_coeff *coeff_blk, in cs_dsp_check_coeff_flags() 1180 if ((coeff_blk->flags & f_illegal) || in cs_dsp_check_coeff_flags() 1181 ((coeff_blk->flags & f_required) != f_required)) { in cs_dsp_check_coeff_flags() 1183 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags() 1195 struct cs_dsp_coeff_parsed_coeff coeff_blk; in cs_dsp_parse_coeff() local 1201 cs_dsp_coeff_parse_coeff(dsp, &data, &coeff_blk); in cs_dsp_parse_coeff() 1203 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff() 1207 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in cs_dsp_parse_coeff() 1210 ret = cs_dsp_check_coeff_flags(dsp, &coeff_blk, in cs_dsp_parse_coeff() 1175 cs_dsp_check_coeff_flags(struct cs_dsp *dsp, const struct cs_dsp_coeff_parsed_coeff *coeff_blk, unsigned int f_required, unsigned int f_illegal) cs_dsp_check_coeff_flags() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.c | 1682 const struct wm_coeff_parsed_coeff *coeff_blk, in wm_adsp_check_coeff_flags() 1686 if ((coeff_blk->flags & f_illegal) || in wm_adsp_check_coeff_flags() 1687 ((coeff_blk->flags & f_required) != f_required)) { in wm_adsp_check_coeff_flags() 1689 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags() 1701 struct wm_coeff_parsed_coeff coeff_blk; in wm_adsp_parse_coeff() local 1707 wm_coeff_parse_coeff(dsp, &data, &coeff_blk); in wm_adsp_parse_coeff() 1709 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff() 1713 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in wm_adsp_parse_coeff() 1716 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff() 1681 wm_adsp_check_coeff_flags(struct wm_adsp *dsp, const struct wm_coeff_parsed_coeff *coeff_blk, unsigned int f_required, unsigned int f_illegal) wm_adsp_check_coeff_flags() argument [all...] |
Completed in 8 milliseconds