Lines Matching refs:supplies
171 struct regulator_bulk_data supplies[ARRAY_SIZE(sta350_supply_names)]; member
858 ARRAY_SIZE(sta350->supplies), in sta350_set_bias_level()
859 sta350->supplies); in sta350_set_bias_level()
889 regulator_bulk_disable(ARRAY_SIZE(sta350->supplies), in sta350_set_bias_level()
890 sta350->supplies); in sta350_set_bias_level()
920 ret = regulator_bulk_enable(ARRAY_SIZE(sta350->supplies), in sta350_probe()
921 sta350->supplies); in sta350_probe()
1041 regulator_bulk_disable(ARRAY_SIZE(sta350->supplies), sta350->supplies); in sta350_probe()
1050 regulator_bulk_disable(ARRAY_SIZE(sta350->supplies), sta350->supplies); in sta350_remove()
1226 for (i = 0; i < ARRAY_SIZE(sta350->supplies); i++) in sta350_i2c_probe()
1227 sta350->supplies[i].supply = sta350_supply_names[i]; in sta350_i2c_probe()
1229 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(sta350->supplies), in sta350_i2c_probe()
1230 sta350->supplies); in sta350_i2c_probe()