Lines Matching defs:regulators
51 struct regulator_bulk_data regulators[2];
115 error = regulator_bulk_enable(ARRAY_SIZE(touchkey->regulators),
116 touchkey->regulators);
130 regulator_bulk_disable(ARRAY_SIZE(touchkey->regulators),
131 touchkey->regulators);
205 touchkey->regulators[0].supply = "vcc";
206 touchkey->regulators[1].supply = "vdd";
208 ARRAY_SIZE(touchkey->regulators),
209 touchkey->regulators);
211 dev_err(&client->dev, "failed to get regulators: %d\n", error);
216 touchkey->vdd = touchkey->regulators[1].consumer;