vcc33             121 drivers/input/touchscreen/elants_i2c.c 	struct regulator *vcc33;
vcc33            1082 drivers/input/touchscreen/elants_i2c.c 	error = regulator_enable(ts->vcc33);
vcc33            1095 drivers/input/touchscreen/elants_i2c.c 		regulator_disable(ts->vcc33);
vcc33            1126 drivers/input/touchscreen/elants_i2c.c 		regulator_disable(ts->vcc33);
vcc33            1154 drivers/input/touchscreen/elants_i2c.c 	ts->vcc33 = devm_regulator_get(&client->dev, "vcc33");
vcc33            1155 drivers/input/touchscreen/elants_i2c.c 	if (IS_ERR(ts->vcc33)) {
vcc33            1156 drivers/input/touchscreen/elants_i2c.c 		error = PTR_ERR(ts->vcc33);