Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dts4800-ts.c80 u16 last_y = readw(ts->base + Y_OFFSET); in ts4800_ts_poll() local
95 last_y = ((~last_y) >> 4) & MAX_12BIT; in ts4800_ts_poll()
98 input_report_abs(input_dev, ABS_Y, last_y); in ts4800_ts_poll()
H A Dda9034-ts.c63 int last_y; member
99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()
119 int y = touch->last_y; in report_pen_down()