Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dzforce_ts.c122 struct gpio_desc *gpio_int; member
589 } while (gpiod_get_value_cansleep(ts->gpio_int)); in zforce_irq_thread()
771 ts->gpio_int = devm_gpiod_get_optional(&client->dev, "irq", in zforce_probe()
773 if (IS_ERR(ts->gpio_int)) { in zforce_probe()
774 ret = PTR_ERR(ts->gpio_int); in zforce_probe()
786 ts->gpio_int = devm_gpiod_get_index(&client->dev, NULL, 0, in zforce_probe()
788 if (IS_ERR(ts->gpio_int)) { in zforce_probe()
789 ret = PTR_ERR(ts->gpio_int); in zforce_probe()
Dauo-pixcir-ts.c195 if (gpio_get_value(pdata->gpio_int) == 0) { in auo_pixcir_interrupt()
491 pdata->gpio_int = of_get_gpio(np, 0); in auo_pixcir_parse_dt()
492 if (!gpio_is_valid(pdata->gpio_int)) { in auo_pixcir_parse_dt()
598 error = devm_gpio_request_one(&client->dev, pdata->gpio_int, in auo_pixcir_probe()
602 pdata->gpio_int, error); in auo_pixcir_probe()
/Linux-v4.19/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_dsp.h7 unsigned gpio_int; member
/Linux-v4.19/include/linux/input/
Dauo-pixcir-ts.h45 int gpio_int; member
/Linux-v4.19/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c295 .gpio_int = 34,
407 .gpio_int = 34,
/Linux-v4.19/drivers/gpu/drm/bridge/
Dsil-sii8620.c72 struct gpio_desc *gpio_int; member