gpio_pendown 422 arch/arm/mach-omap1/board-htcherald.c .gpio_pendown = HTCHERALD_GPIO_TS, gpio_pendown 123 arch/arm/mach-omap1/board-nokia770.c .gpio_pendown = ADS7846_PENDOWN_GPIO, gpio_pendown 547 arch/arm/mach-pxa/corgi.c .gpio_pendown = CORGI_GPIO_TP_INT, gpio_pendown 608 arch/arm/mach-pxa/hx4700.c .gpio_pendown = GPIO58_HX4700_TSC2046_nPENIRQ, gpio_pendown 924 arch/arm/mach-pxa/magician.c .gpio_pendown = GPIO115_MAGICIAN_nPEN_IRQ, gpio_pendown 205 arch/arm/mach-pxa/poodle.c .gpio_pendown = POODLE_GPIO_TP_INT, gpio_pendown 509 arch/arm/mach-pxa/spitz.c .gpio_pendown = SPITZ_GPIO_TP_INT, gpio_pendown 384 arch/mips/alchemy/devboards/db1000.c .gpio_pendown = 21, gpio_pendown 144 drivers/input/touchscreen/ads7846.c int gpio_pendown; gpio_pendown 613 drivers/input/touchscreen/ads7846.c return !gpio_get_value(ts->gpio_pendown); gpio_pendown 944 drivers/input/touchscreen/ads7846.c } else if (gpio_is_valid(pdata->gpio_pendown)) { gpio_pendown 946 drivers/input/touchscreen/ads7846.c err = gpio_request_one(pdata->gpio_pendown, GPIOF_IN, gpio_pendown 951 drivers/input/touchscreen/ads7846.c pdata->gpio_pendown, err); gpio_pendown 955 drivers/input/touchscreen/ads7846.c ts->gpio_pendown = pdata->gpio_pendown; gpio_pendown 958 drivers/input/touchscreen/ads7846.c gpio_set_debounce(pdata->gpio_pendown, gpio_pendown 1247 drivers/input/touchscreen/ads7846.c pdata->gpio_pendown = of_get_named_gpio(dev->of_node, "pendown-gpio", 0); gpio_pendown 1469 drivers/input/touchscreen/ads7846.c gpio_free(ts->gpio_pendown); gpio_pendown 1500 drivers/input/touchscreen/ads7846.c gpio_free(ts->gpio_pendown); gpio_pendown 49 include/linux/spi/ads7846.h int gpio_pendown; /* the GPIO used to decide the pendown