Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/db1x00/
Dmirage_ts.c125 static int pen_was_down = 0; in ts_thread() local
188 if (pen_was_down > 1 /*&& pen_was_down < PEN_DEBOUNCE*/) {//THXXX in ts_thread()
192 --pen_was_down; in ts_thread()
193 } else if (pen_was_down <= 1) { in ts_thread()
196 if (pen_was_down) in ts_thread()
198 pen_was_down = PEN_DEBOUNCE; in ts_thread()
203 if (pen_was_down) { in ts_thread()
204 if (--pen_was_down) in ts_thread()
213 if (! pen_was_down) { in ts_thread()