Home
last modified time | relevance | path

Searched refs:pen_down (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dwm831x-ts.c69 bool pen_down; member
78 if (wm831x_ts->pen_down) { in wm831x_pd_data_work()
116 wm831x_ts->pen_down = true; in wm831x_ts_data_irq()
119 wm831x_ts->pen_down = false; in wm831x_ts_data_irq()
126 if (!wm831x_ts->pen_down) { in wm831x_ts_data_irq()
165 if (wm831x_ts->pen_down) in wm831x_ts_pen_down_irq()
181 wm831x_ts->pen_down = true; in wm831x_ts_pen_down_irq()
228 if (wm831x_ts->pen_down) { in wm831x_ts_input_close()
231 wm831x_ts->pen_down = false; in wm831x_ts_input_close()
Dtsc200x-core.c111 bool pen_down; member
127 if (!ts->pen_down) { in tsc200x_update_pen_state()
129 ts->pen_down = true; in tsc200x_update_pen_state()
133 if (ts->pen_down) { in tsc200x_update_pen_state()
135 ts->pen_down = false; in tsc200x_update_pen_state()
171 if (!ts->pen_down && in tsc200x_irq_thread()
Dti_am335x_tsc.c52 bool pen_down; member
277 ts_dev->pen_down = true; in titsc_irq()
285 ts_dev->pen_down = false; in titsc_irq()
291 ts_dev->pen_down = true; in titsc_irq()
307 if (ts_dev->pen_down && z1 != 0 && z2 != 0) { in titsc_irq()
D88pm860x-ts.c56 int x, y, pen_down; in pm860x_touch_handler() local
64 pen_down = buf[1] & (1 << 6); in pm860x_touch_handler()
70 if (pen_down) { in pm860x_touch_handler()
Dads7846.c564 static DEVICE_ATTR(pen_down, S_IRUGO, ads7846_pen_down_show, NULL);