ledvdd             91 drivers/input/touchscreen/stmfts.c 	struct regulator *ledvdd;
ledvdd            116 drivers/input/touchscreen/stmfts.c 	if (value != sdata->led_status && sdata->ledvdd) {
ledvdd            118 drivers/input/touchscreen/stmfts.c 			regulator_disable(sdata->ledvdd);
ledvdd            120 drivers/input/touchscreen/stmfts.c 			err = regulator_enable(sdata->ledvdd);
ledvdd            139 drivers/input/touchscreen/stmfts.c 	return !!regulator_is_enabled(sdata->ledvdd);
ledvdd            606 drivers/input/touchscreen/stmfts.c 	sdata->ledvdd = devm_regulator_get(&sdata->client->dev, "ledvdd");
ledvdd            607 drivers/input/touchscreen/stmfts.c 	if (IS_ERR(sdata->ledvdd))
ledvdd            608 drivers/input/touchscreen/stmfts.c 		return PTR_ERR(sdata->ledvdd);
ledvdd            618 drivers/input/touchscreen/stmfts.c 		devm_regulator_put(sdata->ledvdd);
ledvdd            726 drivers/input/touchscreen/stmfts.c 			sdata->ledvdd = NULL;