Lines Matching refs:ARRAY_SIZE
106 for (i = 2; i < ARRAY_SIZE(wm8731_deemph); i++) { in wm8731_set_deemph()
204 ARRAY_SIZE(wm8731_output_mixer_controls)),
315 .count = ARRAY_SIZE(wm8731_rates_12000000),
321 .count = ARRAY_SIZE(wm8731_rates_12288000_18432000),
327 .count = ARRAY_SIZE(wm8731_rates_11289600_16934400),
334 for (i = 0; i < ARRAY_SIZE(coeff_div); i++) { in get_coeff()
505 ret = regulator_bulk_enable(ARRAY_SIZE(wm8731->supplies), in wm8731_set_bias_level()
521 regulator_bulk_disable(ARRAY_SIZE(wm8731->supplies), in wm8731_set_bias_level()
579 for (i = 0; i < ARRAY_SIZE(wm8731->supplies); i++) in wm8731_probe()
582 ret = devm_regulator_bulk_get(codec->dev, ARRAY_SIZE(wm8731->supplies), in wm8731_probe()
589 ret = regulator_bulk_enable(ARRAY_SIZE(wm8731->supplies), in wm8731_probe()
614 regulator_bulk_disable(ARRAY_SIZE(wm8731->supplies), wm8731->supplies); in wm8731_probe()
619 regulator_bulk_disable(ARRAY_SIZE(wm8731->supplies), wm8731->supplies); in wm8731_probe()
629 regulator_bulk_disable(ARRAY_SIZE(wm8731->supplies), wm8731->supplies); in wm8731_remove()
641 .num_dapm_widgets = ARRAY_SIZE(wm8731_dapm_widgets),
643 .num_dapm_routes = ARRAY_SIZE(wm8731_intercon),
645 .num_controls = ARRAY_SIZE(wm8731_snd_controls),
665 .num_reg_defaults = ARRAY_SIZE(wm8731_reg_defaults),