eq_param 422 sound/soc/codecs/rt5645.c struct rt5645_eq_param_s *eq_param; eq_param 677 sound/soc/codecs/rt5645.c struct rt5645_eq_param_s_be16 *eq_param = eq_param 682 sound/soc/codecs/rt5645.c eq_param[i].reg = cpu_to_be16(rt5645->eq_param[i].reg); eq_param 683 sound/soc/codecs/rt5645.c eq_param[i].val = cpu_to_be16(rt5645->eq_param[i].val); eq_param 703 sound/soc/codecs/rt5645.c struct rt5645_eq_param_s_be16 *eq_param = eq_param 708 sound/soc/codecs/rt5645.c rt5645->eq_param[i].reg = be16_to_cpu(eq_param[i].reg); eq_param 709 sound/soc/codecs/rt5645.c rt5645->eq_param[i].val = be16_to_cpu(eq_param[i].val); eq_param 714 sound/soc/codecs/rt5645.c if (rt5645->eq_param[i].reg == 0) eq_param 716 sound/soc/codecs/rt5645.c else if (rt5645->eq_param[i].reg != RT5645_EQ_CTRL2) eq_param 723 sound/soc/codecs/rt5645.c if (!rt5645_validate_hweq(rt5645->eq_param[i].reg) && eq_param 724 sound/soc/codecs/rt5645.c rt5645->eq_param[i].reg != 0) eq_param 726 sound/soc/codecs/rt5645.c else if (rt5645->eq_param[i].reg == 0) eq_param 931 sound/soc/codecs/rt5645.c if (rt5645_validate_hweq(rt5645->eq_param[i].reg)) eq_param 932 sound/soc/codecs/rt5645.c regmap_write(rt5645->regmap, rt5645->eq_param[i].reg, eq_param 933 sound/soc/codecs/rt5645.c rt5645->eq_param[i].val); eq_param 3418 sound/soc/codecs/rt5645.c rt5645->eq_param = devm_kcalloc(component->dev, eq_param 3422 sound/soc/codecs/rt5645.c if (!rt5645->eq_param)