Searched refs:pen_down (Results 1 – 5 of 5) sorted by relevance
69 bool pen_down; member78 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()
111 bool pen_down; member127 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()
52 bool pen_down; member277 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()
56 int x, y, pen_down; in pm860x_touch_handler() local64 pen_down = buf[1] & (1 << 6); in pm860x_touch_handler()70 if (pen_down) { in pm860x_touch_handler()
564 static DEVICE_ATTR(pen_down, S_IRUGO, ads7846_pen_down_show, NULL);