Lines Matching refs:pendown
118 bool pendown;
234 ts->pendown = false;
255 if (ts->pendown && !get_pendown_state(ts))
593 return sprintf(buf, "%u\n", ts->pendown);
871 * Maybe check the pendown state before reporting. This discards
892 if (!ts->pendown) {
894 ts->pendown = true;
918 /* Start with a small delay before checking pendown state */
933 if (ts->pendown && !ts->stopped)
992 * the pendown state.
998 ts->gpio_pendown = gpiod_get(&spi->dev, "pendown", GPIOD_IN);
1000 dev_err(&spi->dev, "failed to request pendown GPIO\n");
1163 device_property_read_u32(dev, "ti,pendown-gpio-debounce",