Lines Matching defs:regulators
25 struct regulator_bulk_data regulators[2];
68 regulator_bulk_disable(ARRAY_SIZE(touchkey->regulators),
69 touchkey->regulators);
84 touchkey->regulators[0].supply = "vdd";
85 touchkey->regulators[1].supply = "avdd";
88 ARRAY_SIZE(touchkey->regulators),
89 touchkey->regulators);
91 dev_err(&client->dev, "Failed to get regulators: %d\n", error);
124 error = regulator_bulk_enable(ARRAY_SIZE(touchkey->regulators),
125 touchkey->regulators);
128 "Failed to enable regulators: %d\n", error);
179 error = regulator_bulk_disable(ARRAY_SIZE(touchkey->regulators),
180 touchkey->regulators);
182 dev_err(dev, "Failed to disable regulators: %d", error);
196 error = regulator_bulk_enable(ARRAY_SIZE(touchkey->regulators),
197 touchkey->regulators);
199 dev_err(dev, "Failed to enable regulators: %d", error);