vccio 122 drivers/input/touchscreen/elants_i2c.c struct regulator *vccio; vccio 1090 drivers/input/touchscreen/elants_i2c.c error = regulator_enable(ts->vccio); vccio 1125 drivers/input/touchscreen/elants_i2c.c regulator_disable(ts->vccio); vccio 1164 drivers/input/touchscreen/elants_i2c.c ts->vccio = devm_regulator_get(&client->dev, "vccio"); vccio 1165 drivers/input/touchscreen/elants_i2c.c if (IS_ERR(ts->vccio)) { vccio 1166 drivers/input/touchscreen/elants_i2c.c error = PTR_ERR(ts->vccio); vccio 120 drivers/input/touchscreen/raydium_i2c_ts.c struct regulator *vccio; vccio 963 drivers/input/touchscreen/raydium_i2c_ts.c error = regulator_enable(ts->vccio); vccio 990 drivers/input/touchscreen/raydium_i2c_ts.c regulator_disable(ts->vccio); vccio 1026 drivers/input/touchscreen/raydium_i2c_ts.c ts->vccio = devm_regulator_get(&client->dev, "vccio"); vccio 1027 drivers/input/touchscreen/raydium_i2c_ts.c if (IS_ERR(ts->vccio)) { vccio 1028 drivers/input/touchscreen/raydium_i2c_ts.c error = PTR_ERR(ts->vccio);