Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/omap/
Drx51.c50 struct gpio_desc *tvout_selection_gpio; member
97 gpiod_set_value(pdata->tvout_selection_gpio, tvout); in rx51_ext_control()
452 pdata->tvout_selection_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe()
455 if (IS_ERR(pdata->tvout_selection_gpio)) { in rx51_soc_probe()
457 return PTR_ERR(pdata->tvout_selection_gpio); in rx51_soc_probe()