Searched refs:gpio_pendown (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ads7846.c | 148 int gpio_pendown; member 225 return !gpio_get_value(ts->gpio_pendown); in get_pendown_state() 1010 } else if (gpio_is_valid(pdata->gpio_pendown)) { in ads7846_setup_pendown() 1012 err = gpio_request_one(pdata->gpio_pendown, GPIOF_IN, in ads7846_setup_pendown() 1017 pdata->gpio_pendown, err); in ads7846_setup_pendown() 1021 ts->gpio_pendown = pdata->gpio_pendown; in ads7846_setup_pendown() 1024 gpio_set_debounce(pdata->gpio_pendown, in ads7846_setup_pendown() 1027 dev_err(&spi->dev, "no get_pendown_state nor gpio_pendown?\n"); in ads7846_setup_pendown() 1206 pdata->gpio_pendown in ads7846_probe_dt() [all...] |
/kernel/linux/linux-5.10/include/linux/spi/ |
H A D | ads7846.h | 49 int gpio_pendown; /* the GPIO used to decide the pendown member 52 * the gpio_pendown */
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ads7846.c | 140 struct gpio_desc *gpio_pendown; member 223 return gpiod_get_value(ts->gpio_pendown); in get_pendown_state() 998 ts->gpio_pendown = gpiod_get(&spi->dev, "pendown", GPIOD_IN); in ads7846_setup_pendown() 999 if (IS_ERR(ts->gpio_pendown)) { in ads7846_setup_pendown() 1001 return PTR_ERR(ts->gpio_pendown); in ads7846_setup_pendown() 1004 gpiod_set_debounce(ts->gpio_pendown, in ads7846_setup_pendown()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-nokia770.c | 123 .gpio_pendown = ADS7846_PENDOWN_GPIO,
|
H A D | board-htcherald.c | 422 .gpio_pendown = HTCHERALD_GPIO_TS,
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | poodle.c | 205 .gpio_pendown = POODLE_GPIO_TP_INT,
|
H A D | corgi.c | 547 .gpio_pendown = CORGI_GPIO_TP_INT,
|
H A D | hx4700.c | 612 .gpio_pendown = GPIO58_HX4700_TSC2046_nPENIRQ,
|
H A D | spitz.c | 508 .gpio_pendown = SPITZ_GPIO_TP_INT,
|
H A D | magician.c | 930 .gpio_pendown = GPIO115_MAGICIAN_nPEN_IRQ,
|
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/ |
H A D | db1000.c | 380 .gpio_pendown = 21,
|
Completed in 10 milliseconds