Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dads7846.c144 struct gpio_desc *gpio_hsync; member
817 if (!ts->gpio_hsync) in ads7846_wait_for_hsync()
824 while (!gpiod_get_value(ts->gpio_hsync)) in ads7846_wait_for_hsync()
828 while (gpiod_get_value(ts->gpio_hsync)) in ads7846_wait_for_hsync()
1451 ts->gpio_hsync = devm_gpiod_get_optional(dev, "ti,hsync", GPIOD_IN); in ads7846_probe()
1452 if (IS_ERR(ts->gpio_hsync)) in ads7846_probe()
1453 return PTR_ERR(ts->gpio_hsync); in ads7846_probe()