Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/input/touchscreen/
Dads7846.c141 struct gpio_desc *gpio_hsync; member
807 if (!ts->gpio_hsync) in ads7846_wait_for_hsync()
814 while (!gpiod_get_value(ts->gpio_hsync)) in ads7846_wait_for_hsync()
818 while (gpiod_get_value(ts->gpio_hsync)) in ads7846_wait_for_hsync()
1302 ts->gpio_hsync = devm_gpiod_get_optional(dev, "ti,hsync", GPIOD_IN); in ads7846_probe()
1303 if (IS_ERR(ts->gpio_hsync)) in ads7846_probe()
1304 return PTR_ERR(ts->gpio_hsync); in ads7846_probe()