tvout_selection_gpio   35 sound/soc/ti/rx51.c 	struct gpio_desc *tvout_selection_gpio;
tvout_selection_gpio   83 sound/soc/ti/rx51.c 	gpiod_set_value(pdata->tvout_selection_gpio, tvout);
tvout_selection_gpio  420 sound/soc/ti/rx51.c 	pdata->tvout_selection_gpio = devm_gpiod_get(card->dev,
tvout_selection_gpio  423 sound/soc/ti/rx51.c 	if (IS_ERR(pdata->tvout_selection_gpio)) {
tvout_selection_gpio  425 sound/soc/ti/rx51.c 		return PTR_ERR(pdata->tvout_selection_gpio);