Searched refs:pen_down (Results 1 – 5 of 5) sorted by relevance
65 bool pen_down; member74 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()
103 bool pen_down; member119 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()
54 bool pen_down; member279 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()
53 int x, y, pen_down; in pm860x_touch_handler() local61 pen_down = buf[1] & (1 << 6); in pm860x_touch_handler()67 if (pen_down) { in pm860x_touch_handler()
564 static DEVICE_ATTR(pen_down, S_IRUGO, ads7846_pen_down_show, NULL);