pen_down           53 drivers/input/touchscreen/88pm860x-ts.c 	int x, y, pen_down;
pen_down           61 drivers/input/touchscreen/88pm860x-ts.c 	pen_down = buf[1] & (1 << 6);
pen_down           67 drivers/input/touchscreen/88pm860x-ts.c 	if (pen_down) {
pen_down          564 drivers/input/touchscreen/ads7846.c static DEVICE_ATTR(pen_down, S_IRUGO, ads7846_pen_down_show, NULL);
pen_down           54 drivers/input/touchscreen/ti_am335x_tsc.c 	bool			pen_down;
pen_down          279 drivers/input/touchscreen/ti_am335x_tsc.c 		ts_dev->pen_down = true;
pen_down          287 drivers/input/touchscreen/ti_am335x_tsc.c 			ts_dev->pen_down = false;
pen_down          293 drivers/input/touchscreen/ti_am335x_tsc.c 			ts_dev->pen_down = true;
pen_down          309 drivers/input/touchscreen/ti_am335x_tsc.c 		if (ts_dev->pen_down && z1 != 0 && z2 != 0) {
pen_down          103 drivers/input/touchscreen/tsc200x-core.c 	bool			pen_down;
pen_down          119 drivers/input/touchscreen/tsc200x-core.c 		if (!ts->pen_down) {
pen_down          121 drivers/input/touchscreen/tsc200x-core.c 			ts->pen_down = true;
pen_down          125 drivers/input/touchscreen/tsc200x-core.c 		if (ts->pen_down) {
pen_down          127 drivers/input/touchscreen/tsc200x-core.c 			ts->pen_down = false;
pen_down          163 drivers/input/touchscreen/tsc200x-core.c 	if (!ts->pen_down &&
pen_down           65 drivers/input/touchscreen/wm831x-ts.c 	bool pen_down;
pen_down           74 drivers/input/touchscreen/wm831x-ts.c 	if (wm831x_ts->pen_down) {
pen_down          112 drivers/input/touchscreen/wm831x-ts.c 	wm831x_ts->pen_down = true;
pen_down          115 drivers/input/touchscreen/wm831x-ts.c 			wm831x_ts->pen_down = false;
pen_down          122 drivers/input/touchscreen/wm831x-ts.c 	if (!wm831x_ts->pen_down) {
pen_down          161 drivers/input/touchscreen/wm831x-ts.c 	if (wm831x_ts->pen_down)
pen_down          177 drivers/input/touchscreen/wm831x-ts.c 	wm831x_ts->pen_down = true;
pen_down          224 drivers/input/touchscreen/wm831x-ts.c 	if (wm831x_ts->pen_down) {
pen_down          227 drivers/input/touchscreen/wm831x-ts.c 		wm831x_ts->pen_down = false;