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

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/video/backlight/
H A Dubicom32lcdpower.c75 int vgh = gpio_get_value(ud->pdata->vgh_gpio); local
76 if ((vgh && ud->pdata->vgh_polarity) || (!vgh && !ud->pdata->vgh_polarity)) {
118 retval = gpio_request(pdata->vgh_gpio, "vgh");
120 dev_err(&pdev->dev, "Failed to allocate vgh GPIO\n");

Completed in 22 milliseconds