reg_vdd            84 drivers/iio/dac/ad5791.c 	struct regulator		*reg_vdd;
reg_vdd           355 drivers/iio/dac/ad5791.c 	st->reg_vdd = devm_regulator_get(&spi->dev, "vdd");
reg_vdd           356 drivers/iio/dac/ad5791.c 	if (!IS_ERR(st->reg_vdd)) {
reg_vdd           357 drivers/iio/dac/ad5791.c 		ret = regulator_enable(st->reg_vdd);
reg_vdd           361 drivers/iio/dac/ad5791.c 		ret = regulator_get_voltage(st->reg_vdd);
reg_vdd           384 drivers/iio/dac/ad5791.c 	if (!IS_ERR(st->reg_vss) && !IS_ERR(st->reg_vdd)) {
reg_vdd           429 drivers/iio/dac/ad5791.c 	if (!IS_ERR(st->reg_vdd))
reg_vdd           430 drivers/iio/dac/ad5791.c 		regulator_disable(st->reg_vdd);
reg_vdd           440 drivers/iio/dac/ad5791.c 	if (!IS_ERR(st->reg_vdd))
reg_vdd           441 drivers/iio/dac/ad5791.c 		regulator_disable(st->reg_vdd);
reg_vdd           112 drivers/input/touchscreen/zforce_ts.c 	struct regulator	*reg_vdd;
reg_vdd           704 drivers/input/touchscreen/zforce_ts.c 	if (!IS_ERR(ts->reg_vdd))
reg_vdd           705 drivers/input/touchscreen/zforce_ts.c 		regulator_disable(ts->reg_vdd);
reg_vdd           798 drivers/input/touchscreen/zforce_ts.c 	ts->reg_vdd = devm_regulator_get_optional(&client->dev, "vdd");
reg_vdd           799 drivers/input/touchscreen/zforce_ts.c 	if (IS_ERR(ts->reg_vdd)) {
reg_vdd           800 drivers/input/touchscreen/zforce_ts.c 		ret = PTR_ERR(ts->reg_vdd);
reg_vdd           804 drivers/input/touchscreen/zforce_ts.c 		ret = regulator_enable(ts->reg_vdd);
reg_vdd           821 drivers/input/touchscreen/zforce_ts.c 		if (!IS_ERR(ts->reg_vdd))
reg_vdd           822 drivers/input/touchscreen/zforce_ts.c 			regulator_disable(ts->reg_vdd);
reg_vdd            28 drivers/misc/lis3lv02d/lis3lv02d_i2c.c static const char reg_vdd[]    = "Vdd";
reg_vdd           141 drivers/misc/lis3lv02d/lis3lv02d_i2c.c 	lis3_dev.regulators[0].supply = reg_vdd;