Searched refs:ys (Results 1 – 3 of 3) sorted by relevance
/drivers/tty/vt/ |
D | selection.c | 169 { unsigned short xs, ys, xe, ye; in set_selection() local 174 __get_user(ys, &sel->ys); in set_selection() 178 xs--; ys--; xe--; ye--; in set_selection() 180 ys = limit(ys, vc->vc_rows - 1); in set_selection() 183 ps = ys * vc->vc_size_row + (xs << 1); in set_selection() 193 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()
|
/drivers/input/touchscreen/ |
D | lpc32xx_ts.c | 90 u32 tmp, rv[4], xs[4], ys[4]; in lpc32xx_ts_interrupt() local 115 ys[idx] = LPC32XX_TSC_ADCDAT_VALUE_MASK - in lpc32xx_ts_interrupt() 125 input_report_abs(input, ABS_Y, (ys[1] + ys[2]) / 2); in lpc32xx_ts_interrupt()
|
/drivers/video/console/ |
D | newport_con.c | 690 short xs, ys, xe, ye, xoffs, yoffs, tmp; in newport_bmove() local 698 ys = ((sy << 4) + topscan) & 0x3ff; in newport_bmove() 712 npregs->set.xystarti = (xs << 16) | ys; in newport_bmove()
|