gpio_int 69 drivers/gpu/drm/bridge/sil-sii8620.c struct gpio_desc *gpio_int; gpio_int 185 drivers/input/touchscreen/auo-pixcir-ts.c if (gpio_get_value(pdata->gpio_int) == 0) { gpio_int 481 drivers/input/touchscreen/auo-pixcir-ts.c pdata->gpio_int = of_get_gpio(np, 0); gpio_int 482 drivers/input/touchscreen/auo-pixcir-ts.c if (!gpio_is_valid(pdata->gpio_int)) { gpio_int 588 drivers/input/touchscreen/auo-pixcir-ts.c error = devm_gpio_request_one(&client->dev, pdata->gpio_int, gpio_int 592 drivers/input/touchscreen/auo-pixcir-ts.c pdata->gpio_int, error); gpio_int 114 drivers/input/touchscreen/zforce_ts.c struct gpio_desc *gpio_int; gpio_int 581 drivers/input/touchscreen/zforce_ts.c } while (gpiod_get_value_cansleep(ts->gpio_int)); gpio_int 763 drivers/input/touchscreen/zforce_ts.c ts->gpio_int = devm_gpiod_get_optional(&client->dev, "irq", gpio_int 765 drivers/input/touchscreen/zforce_ts.c if (IS_ERR(ts->gpio_int)) { gpio_int 766 drivers/input/touchscreen/zforce_ts.c ret = PTR_ERR(ts->gpio_int); gpio_int 778 drivers/input/touchscreen/zforce_ts.c ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, gpio_int 780 drivers/input/touchscreen/zforce_ts.c if (IS_ERR(ts->gpio_int)) { gpio_int 781 drivers/input/touchscreen/zforce_ts.c ret = PTR_ERR(ts->gpio_int); gpio_int 35 include/linux/input/auo-pixcir-ts.h int gpio_int;