pendown 121 drivers/input/touchscreen/ads7846.c bool pendown; pendown 561 drivers/input/touchscreen/ads7846.c return sprintf(buf, "%u\n", ts->pendown); pendown 829 drivers/input/touchscreen/ads7846.c if (!ts->pendown) { pendown 831 drivers/input/touchscreen/ads7846.c ts->pendown = true; pendown 870 drivers/input/touchscreen/ads7846.c if (ts->pendown && !ts->stopped) { pendown 877 drivers/input/touchscreen/ads7846.c ts->pendown = false; pendown 48 drivers/input/touchscreen/tps6507x-ts.c bool pendown; pendown 155 drivers/input/touchscreen/tps6507x-ts.c bool pendown; pendown 163 drivers/input/touchscreen/tps6507x-ts.c pendown = tsc->tc.pressure > tsc->min_pressure; pendown 165 drivers/input/touchscreen/tps6507x-ts.c if (unlikely(!pendown && tsc->pendown)) { pendown 170 drivers/input/touchscreen/tps6507x-ts.c tsc->pendown = false; pendown 173 drivers/input/touchscreen/tps6507x-ts.c if (pendown) { pendown 175 drivers/input/touchscreen/tps6507x-ts.c if (!tsc->pendown) { pendown 195 drivers/input/touchscreen/tps6507x-ts.c tsc->pendown = true; pendown 45 drivers/input/touchscreen/ts4800-ts.c bool pendown; pendown 54 drivers/input/touchscreen/ts4800-ts.c ts->pendown = false; pendown 79 drivers/input/touchscreen/ts4800-ts.c bool pendown = last_x & PENDOWN_MASK; pendown 81 drivers/input/touchscreen/ts4800-ts.c if (pendown) { pendown 87 drivers/input/touchscreen/ts4800-ts.c if (!ts->pendown) { pendown 89 drivers/input/touchscreen/ts4800-ts.c ts->pendown = true; pendown 98 drivers/input/touchscreen/ts4800-ts.c } else if (ts->pendown) { pendown 99 drivers/input/touchscreen/ts4800-ts.c ts->pendown = false;