Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/db1x00/
Dmirage_ts.c126 static DOWN_EVENT pen_xy; in ts_thread() local
190 x = pen_xy.x; in ts_thread()
191 y = pen_xy.y; in ts_thread()
194 pen_xy.x = x; in ts_thread()
195 pen_xy.y = y; in ts_thread()
207 wm97xx_ts_send_data(ts, pen_xy.x, pen_xy.y, z); in ts_thread()