Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/touchscreen/
Dzforce_ts.c114 struct gpio_desc *gpio_int; member
581 } while (gpiod_get_value_cansleep(ts->gpio_int)); in zforce_irq_thread()
763 ts->gpio_int = devm_gpiod_get_optional(&client->dev, "irq", in zforce_probe()
765 if (IS_ERR(ts->gpio_int)) { in zforce_probe()
766 ret = PTR_ERR(ts->gpio_int); in zforce_probe()
778 ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, in zforce_probe()
780 if (IS_ERR(ts->gpio_int)) { in zforce_probe()
781 ret = PTR_ERR(ts->gpio_int); in zforce_probe()
Dauo-pixcir-ts.c116 struct gpio_desc *gpio_int; member
197 if (gpiod_get_value_cansleep(ts->gpio_int) == 0) { in auo_pixcir_interrupt()
549 ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, GPIOD_IN); in auo_pixcir_probe()
550 error = PTR_ERR_OR_ZERO(ts->gpio_int); in auo_pixcir_probe()
557 gpiod_set_consumer_name(ts->gpio_int, "auo_pixcir_ts_int"); in auo_pixcir_probe()
/Linux-v6.1/drivers/gpu/drm/bridge/
Dsil-sii8620.c70 struct gpio_desc *gpio_int; member