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()
921 ret = regulator_bulk_enable(ARRAY_SIZE(sta350->supplies), in sta350_probe()
922 sta350->supplies); in sta350_probe()
1042 regulator_bulk_disable(ARRAY_SIZE(sta350->supplies), sta350->supplies); in sta350_probe()
1051 regulator_bulk_disable(ARRAY_SIZE(sta350->supplies), sta350->supplies); in sta350_remove()
1227 for (i = 0; i < ARRAY_SIZE(sta350->supplies); i++) in sta350_i2c_probe()
1228 sta350->supplies[i].supply = sta350_supply_names[i]; in sta350_i2c_probe()
1230 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(sta350->supplies), in sta350_i2c_probe()
1231 sta350->supplies); in sta350_i2c_probe()