Searched refs:tvout_selection_gpio (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/soc/omap/
H A Drx51.c50 struct gpio_desc *tvout_selection_gpio; member in struct:rx51_audio_pdata
97 gpiod_set_value(pdata->tvout_selection_gpio, tvout); rx51_ext_control()
457 pdata->tvout_selection_gpio = devm_gpiod_get(card->dev, rx51_soc_probe()
459 if (IS_ERR(pdata->tvout_selection_gpio)) { rx51_soc_probe()
461 return PTR_ERR(pdata->tvout_selection_gpio); rx51_soc_probe()
464 err = gpiod_direction_output(pdata->tvout_selection_gpio, 0); rx51_soc_probe()

Completed in 42 milliseconds