rstn_gpio          49 include/sound/tlv320aic32x4.h 	int rstn_gpio;
rstn_gpio          41 sound/soc/codecs/tlv320aic32x4.c 	int rstn_gpio;
rstn_gpio         952 sound/soc/codecs/tlv320aic32x4.c 	if (gpio_is_valid(aic32x4->rstn_gpio)) {
rstn_gpio         954 sound/soc/codecs/tlv320aic32x4.c 		gpio_set_value(aic32x4->rstn_gpio, 1);
rstn_gpio        1046 sound/soc/codecs/tlv320aic32x4.c 	aic32x4->rstn_gpio = of_get_named_gpio(np, "reset-gpios", 0);
rstn_gpio        1176 sound/soc/codecs/tlv320aic32x4.c 		aic32x4->rstn_gpio = pdata->rstn_gpio;
rstn_gpio        1188 sound/soc/codecs/tlv320aic32x4.c 		aic32x4->rstn_gpio = -1;
rstn_gpio        1196 sound/soc/codecs/tlv320aic32x4.c 	if (gpio_is_valid(aic32x4->rstn_gpio)) {
rstn_gpio        1197 sound/soc/codecs/tlv320aic32x4.c 		ret = devm_gpio_request_one(dev, aic32x4->rstn_gpio,