pow_ldo2         4745 sound/soc/codecs/rt5677.c 	gpiod_set_value_cansleep(rt5677->pow_ldo2, 0);
pow_ldo2         4758 sound/soc/codecs/rt5677.c 		gpiod_set_value_cansleep(rt5677->pow_ldo2, 0);
pow_ldo2         4773 sound/soc/codecs/rt5677.c 		gpiod_set_value_cansleep(rt5677->pow_ldo2, 1);
pow_ldo2         4775 sound/soc/codecs/rt5677.c 		if (rt5677->pow_ldo2 || rt5677->reset_pin)
pow_ldo2         5299 sound/soc/codecs/rt5677.c 	rt5677->pow_ldo2 = devm_gpiod_get_optional(&i2c->dev,
pow_ldo2         5301 sound/soc/codecs/rt5677.c 	if (IS_ERR(rt5677->pow_ldo2)) {
pow_ldo2         5302 sound/soc/codecs/rt5677.c 		ret = PTR_ERR(rt5677->pow_ldo2);
pow_ldo2         5314 sound/soc/codecs/rt5677.c 	if (rt5677->pow_ldo2 || rt5677->reset_pin) {
pow_ldo2         1842 sound/soc/codecs/rt5677.h 	struct gpio_desc *pow_ldo2; /* POW_LDO2 pin */