gpiod_nreset      153 sound/soc/codecs/sta32x.c 	struct gpio_desc *gpiod_nreset;
gpiod_nreset      782 sound/soc/codecs/sta32x.c 	if (sta32x->gpiod_nreset) {
gpiod_nreset      783 sound/soc/codecs/sta32x.c 		gpiod_set_value(sta32x->gpiod_nreset, 0);
gpiod_nreset      785 sound/soc/codecs/sta32x.c 		gpiod_set_value(sta32x->gpiod_nreset, 1);
gpiod_nreset      848 sound/soc/codecs/sta32x.c 		gpiod_set_value(sta32x->gpiod_nreset, 0);
gpiod_nreset     1125 sound/soc/codecs/sta32x.c 	sta32x->gpiod_nreset = devm_gpiod_get_optional(dev, "reset",
gpiod_nreset     1127 sound/soc/codecs/sta32x.c 	if (IS_ERR(sta32x->gpiod_nreset))
gpiod_nreset     1128 sound/soc/codecs/sta32x.c 		return PTR_ERR(sta32x->gpiod_nreset);
gpiod_nreset      176 sound/soc/codecs/sta350.c 	struct gpio_desc *gpiod_nreset;
gpiod_nreset      814 sound/soc/codecs/sta350.c 	if (sta350->gpiod_nreset) {
gpiod_nreset      815 sound/soc/codecs/sta350.c 		gpiod_set_value(sta350->gpiod_nreset, 0);
gpiod_nreset      817 sound/soc/codecs/sta350.c 		gpiod_set_value(sta350->gpiod_nreset, 1);
gpiod_nreset      882 sound/soc/codecs/sta350.c 		if (sta350->gpiod_nreset)
gpiod_nreset      883 sound/soc/codecs/sta350.c 			gpiod_set_value(sta350->gpiod_nreset, 0);
gpiod_nreset     1213 sound/soc/codecs/sta350.c 	sta350->gpiod_nreset = devm_gpiod_get_optional(dev, "reset",
gpiod_nreset     1215 sound/soc/codecs/sta350.c 	if (IS_ERR(sta350->gpiod_nreset))
gpiod_nreset     1216 sound/soc/codecs/sta350.c 		return PTR_ERR(sta350->gpiod_nreset);