Lines Matching refs:supplies
145 struct regulator_bulk_data supplies[ARRAY_SIZE(sta32x_supply_names)]; member
823 ret = regulator_bulk_enable(ARRAY_SIZE(sta32x->supplies), in sta32x_set_bias_level()
824 sta32x->supplies); in sta32x_set_bias_level()
853 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), in sta32x_set_bias_level()
854 sta32x->supplies); in sta32x_set_bias_level()
884 ret = regulator_bulk_enable(ARRAY_SIZE(sta32x->supplies), in sta32x_probe()
885 sta32x->supplies); in sta32x_probe()
975 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), sta32x->supplies); in sta32x_probe()
985 regulator_bulk_disable(ARRAY_SIZE(sta32x->supplies), sta32x->supplies); in sta32x_remove()
1111 for (i = 0; i < ARRAY_SIZE(sta32x->supplies); i++) in sta32x_i2c_probe()
1112 sta32x->supplies[i].supply = sta32x_supply_names[i]; in sta32x_i2c_probe()
1114 ret = devm_regulator_bulk_get(&i2c->dev, ARRAY_SIZE(sta32x->supplies), in sta32x_i2c_probe()
1115 sta32x->supplies); in sta32x_i2c_probe()