Home
last modified time | relevance | path

Searched refs:pendown (Results 1 – 3 of 3) sorted by relevance

/drivers/input/touchscreen/
Dts4800-ts.c44 bool pendown; member
53 ts->pendown = false; in ts4800_ts_open()
81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll() local
83 if (pendown) { in ts4800_ts_poll()
89 if (!ts->pendown) { in ts4800_ts_poll()
91 ts->pendown = true; in ts4800_ts_poll()
100 } else if (ts->pendown) { in ts4800_ts_poll()
101 ts->pendown = false; in ts4800_ts_poll()
Dtps6507x-ts.c47 bool pendown; member
153 bool pendown; in tps6507x_ts_poll() local
161 pendown = tsc->tc.pressure > tsc->min_pressure; in tps6507x_ts_poll()
163 if (unlikely(!pendown && tsc->pendown)) { in tps6507x_ts_poll()
168 tsc->pendown = false; in tps6507x_ts_poll()
171 if (pendown) { in tps6507x_ts_poll()
173 if (!tsc->pendown) { in tps6507x_ts_poll()
193 tsc->pendown = true; in tps6507x_ts_poll()
Dads7846.c125 bool pendown; member
236 ts->pendown = false; in ads7846_report_pen_up()
257 if (ts->pendown && !get_pendown_state(ts)) in ads7846_restart()
604 return sprintf(buf, "%u\n", ts->pendown); in ads7846_pen_down_show()
903 if (!ts->pendown) { in ads7846_report_state()
905 ts->pendown = true; in ads7846_report_state()
944 if (ts->pendown && !ts->stopped) in ads7846_irq()