Searched refs:gpio_int (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | zforce_ts.c | 122 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()
|
D | auo-pixcir-ts.c | 195 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/ |
D | bcm63xx_dev_dsp.h | 7 unsigned gpio_int; member
|
/Linux-v4.19/include/linux/input/ |
D | auo-pixcir-ts.h | 45 int gpio_int; member
|
/Linux-v4.19/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 295 .gpio_int = 34, 407 .gpio_int = 34,
|
/Linux-v4.19/drivers/gpu/drm/bridge/ |
D | sil-sii8620.c | 72 struct gpio_desc *gpio_int; member
|