Searched refs:gpio_pendown (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/spi/
H A Dads7846.h47 int gpio_pendown; /* the GPIO used to decide the pendown member in struct:ads7846_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/spi/
H A Dads7846.h47 int gpio_pendown; /* the GPIO used to decide the pendown member in struct:ads7846_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/touchscreen/
H A Dads7846.c116 int gpio_pendown; member in struct:ads7846
538 return !gpio_get_value(ts->gpio_pendown);
890 if (!pdata->get_pendown_state && !gpio_is_valid(pdata->gpio_pendown)) {
891 dev_err(&spi->dev, "no get_pendown_state nor gpio_pendown?\n");
900 err = gpio_request(pdata->gpio_pendown, "ads7846_pendown");
903 pdata->gpio_pendown);
907 ts->gpio_pendown = pdata->gpio_pendown;
1297 if (ts->gpio_pendown != -1)
1298 gpio_free(ts->gpio_pendown);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dads7846.c116 int gpio_pendown; member in struct:ads7846
538 return !gpio_get_value(ts->gpio_pendown);
890 if (!pdata->get_pendown_state && !gpio_is_valid(pdata->gpio_pendown)) {
891 dev_err(&spi->dev, "no get_pendown_state nor gpio_pendown?\n");
900 err = gpio_request(pdata->gpio_pendown, "ads7846_pendown");
903 pdata->gpio_pendown);
907 ts->gpio_pendown = pdata->gpio_pendown;
1297 if (ts->gpio_pendown != -1)
1298 gpio_free(ts->gpio_pendown);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A Dboard-omap3touchbook.c327 .gpio_pendown = OMAP3_TS_GPIO,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/
H A Dpoodle.c200 .gpio_pendown = POODLE_GPIO_TP_INT,
H A Dcorgi.c489 .gpio_pendown = CORGI_GPIO_TP_INT,
H A Dhx4700.c610 .gpio_pendown = GPIO58_HX4700_TSC2046_nPENIRQ,
H A Dspitz.c508 .gpio_pendown = SPITZ_GPIO_TP_INT,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dpoodle.c200 .gpio_pendown = POODLE_GPIO_TP_INT,
H A Dspitz.c508 .gpio_pendown = SPITZ_GPIO_TP_INT,
H A Dcorgi.c489 .gpio_pendown = CORGI_GPIO_TP_INT,
H A Dhx4700.c610 .gpio_pendown = GPIO58_HX4700_TSC2046_nPENIRQ,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-omap3touchbook.c327 .gpio_pendown = OMAP3_TS_GPIO,

Completed in 173 milliseconds