Home
last modified time | relevance | path

Searched refs:gpio_pendown (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dads7846.c145 int gpio_pendown; member
208 return !gpio_get_value(ts->gpio_pendown); in get_pendown_state()
955 } else if (gpio_is_valid(pdata->gpio_pendown)) { in ads7846_setup_pendown()
957 err = gpio_request_one(pdata->gpio_pendown, GPIOF_IN, in ads7846_setup_pendown()
962 pdata->gpio_pendown, err); in ads7846_setup_pendown()
966 ts->gpio_pendown = pdata->gpio_pendown; in ads7846_setup_pendown()
969 gpio_set_debounce(pdata->gpio_pendown, in ads7846_setup_pendown()
1262 pdata->gpio_pendown = of_get_named_gpio(dev->of_node, "pendown-gpio", 0); in ads7846_probe_dt()
1484 gpio_free(ts->gpio_pendown); in ads7846_probe()
1515 gpio_free(ts->gpio_pendown); in ads7846_remove()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dads7846.h49 int gpio_pendown; /* the GPIO used to decide the pendown member
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-nokia770.c123 .gpio_pendown = ADS7846_PENDOWN_GPIO,
H A Dboard-htcherald.c422 .gpio_pendown = HTCHERALD_GPIO_TS,
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpoodle.c205 .gpio_pendown = POODLE_GPIO_TP_INT,
H A Dcorgi.c547 .gpio_pendown = CORGI_GPIO_TP_INT,
H A Dhx4700.c612 .gpio_pendown = GPIO58_HX4700_TSC2046_nPENIRQ,
H A Dmagician.c930 .gpio_pendown = GPIO115_MAGICIAN_nPEN_IRQ,
H A Dspitz.c509 .gpio_pendown = SPITZ_GPIO_TP_INT,
/OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/
H A Ddb1000.c384 .gpio_pendown = 21,