Searched refs:last_y (Results 1 – 2 of 2) sorted by relevance
80 u16 last_y = readw(ts->base + Y_OFFSET); in ts4800_ts_poll() local95 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()
63 int last_y; member99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()119 int y = touch->last_y; in report_pen_down()