Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dwm831x-ts.c65 bool pen_down; member
74 if (wm831x_ts->pen_down) { in wm831x_pd_data_work()
112 wm831x_ts->pen_down = true; in wm831x_ts_data_irq()
115 wm831x_ts->pen_down = false; in wm831x_ts_data_irq()
122 if (!wm831x_ts->pen_down) { in wm831x_ts_data_irq()
161 if (wm831x_ts->pen_down) in wm831x_ts_pen_down_irq()
177 wm831x_ts->pen_down = true; in wm831x_ts_pen_down_irq()
224 if (wm831x_ts->pen_down) { in wm831x_ts_input_close()
227 wm831x_ts->pen_down = false; in wm831x_ts_input_close()
Dtsc200x-core.c103 bool pen_down; member
119 if (!ts->pen_down) { in tsc200x_update_pen_state()
121 ts->pen_down = true; in tsc200x_update_pen_state()
125 if (ts->pen_down) { in tsc200x_update_pen_state()
127 ts->pen_down = false; in tsc200x_update_pen_state()
163 if (!ts->pen_down && in tsc200x_irq_thread()
Dti_am335x_tsc.c54 bool pen_down; member
279 ts_dev->pen_down = true; in titsc_irq()
287 ts_dev->pen_down = false; in titsc_irq()
293 ts_dev->pen_down = true; in titsc_irq()
309 if (ts_dev->pen_down && z1 != 0 && z2 != 0) { in titsc_irq()
D88pm860x-ts.c53 int x, y, pen_down; in pm860x_touch_handler() local
61 pen_down = buf[1] & (1 << 6); in pm860x_touch_handler()
67 if (pen_down) { in pm860x_touch_handler()
Dads7846.c564 static DEVICE_ATTR(pen_down, S_IRUGO, ads7846_pen_down_show, NULL);