Searched refs:gpio_int (Results 1 – 3 of 3) sorted by relevance
116 struct gpio_desc *gpio_int; member197 if (gpiod_get_value_cansleep(ts->gpio_int) == 0) { in auo_pixcir_interrupt()548 ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, GPIOD_IN); in auo_pixcir_probe()549 error = PTR_ERR_OR_ZERO(ts->gpio_int); in auo_pixcir_probe()556 gpiod_set_consumer_name(ts->gpio_int, "auo_pixcir_ts_int"); in auo_pixcir_probe()
110 struct gpio_desc *gpio_int; member541 } while (gpiod_get_value_cansleep(ts->gpio_int)); in zforce_irq_thread()699 ts->gpio_int = devm_gpiod_get_optional(&client->dev, "irq", in zforce_probe()701 error = PTR_ERR_OR_ZERO(ts->gpio_int); in zforce_probe()712 ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, in zforce_probe()715 error = PTR_ERR_OR_ZERO(ts->gpio_int); in zforce_probe()
70 struct gpio_desc *gpio_int; member