Lines Matching refs:supplies
143 struct regulator_bulk_data supplies[ARRAY_SIZE(sta32x_supply_names)]; member
821 ret = regulator_bulk_enable(ARRAY_SIZE(sta32x->supplies), in sta32x_set_bias_level()
822 sta32x->supplies); in sta32x_set_bias_level()
850 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), in sta32x_set_bias_level()
851 sta32x->supplies); in sta32x_set_bias_level()
892 ret = regulator_bulk_enable(ARRAY_SIZE(sta32x->supplies), in sta32x_probe()
893 sta32x->supplies); in sta32x_probe()
983 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), sta32x->supplies); in sta32x_probe()
988 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), sta32x->supplies); in sta32x_probe()
1000 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), sta32x->supplies); in sta32x_remove()
1138 for (i = 0; i < ARRAY_SIZE(sta32x->supplies); i++) in sta32x_i2c_probe()
1139 sta32x->supplies[i].supply = sta32x_supply_names[i]; in sta32x_i2c_probe()
1141 ret = devm_regulator_bulk_get(&i2c->dev, ARRAY_SIZE(sta32x->supplies), in sta32x_i2c_probe()
1142 sta32x->supplies); in sta32x_i2c_probe()