Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/omap/
Drx51.c49 struct gpio_desc *tvout_selection_gpio; member
96 gpiod_set_value(pdata->tvout_selection_gpio, tvout); in rx51_ext_control()
432 pdata->tvout_selection_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe()
435 if (IS_ERR(pdata->tvout_selection_gpio)) { in rx51_soc_probe()
437 return PTR_ERR(pdata->tvout_selection_gpio); in rx51_soc_probe()