Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/spi/
Dads7846.h47 int gpio_pendown; /* the GPIO used to decide the pendown member
/linux-2.6.39/drivers/input/touchscreen/
Dads7846.c141 int gpio_pendown; member
632 return !gpio_get_value(ts->gpio_pendown); in get_pendown_state()
964 } else if (gpio_is_valid(pdata->gpio_pendown)) { in ads7846_setup_pendown()
966 err = gpio_request(pdata->gpio_pendown, "ads7846_pendown"); in ads7846_setup_pendown()
969 pdata->gpio_pendown); in ads7846_setup_pendown()
973 ts->gpio_pendown = pdata->gpio_pendown; in ads7846_setup_pendown()
1370 gpio_free(ts->gpio_pendown); in ads7846_probe()
1404 gpio_free(ts->gpio_pendown); in ads7846_remove()
/linux-2.6.39/arch/arm/mach-pxa/
Dpoodle.c200 .gpio_pendown = POODLE_GPIO_TP_INT,
Dcorgi.c488 .gpio_pendown = CORGI_GPIO_TP_INT,
Dhx4700.c611 .gpio_pendown = GPIO58_HX4700_TSC2046_nPENIRQ,
Dspitz.c509 .gpio_pendown = SPITZ_GPIO_TP_INT,
/linux-2.6.39/arch/arm/mach-omap2/
Dboard-omap3touchbook.c326 .gpio_pendown = OMAP3_TS_GPIO,
/linux-2.6.39/arch/arm/mach-omap1/
Dboard-htcherald.c445 .gpio_pendown = HTCHERALD_GPIO_TS,