Searched refs:ys (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/speakup/
H A Dselection.c13 unsigned short xs, ys, xe, ye; /* our region points */ variable
55 ys = limit(ys, vc->vc_rows - 1);
58 ps = ys * vc->vc_size_row + (xs << 1);
H A Dspeakup.h93 extern unsigned short xs, ys, xe, ye; /* our region points */
H A Dmain.c354 ys = (u_short) spk_y;
/drivers/tty/vt/
H A Dselection.c169 { unsigned short xs, ys, xe, ye; local
174 __get_user(ys, &sel->ys);
178 xs--; ys--; xe--; ye--;
180 ys = limit(ys, vc->vc_rows - 1);
183 ps = ys * vc->vc_size_row + (xs << 1);
193 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys);
/drivers/input/touchscreen/
H A Dlpc32xx_ts.c89 u32 tmp, rv[4], xs[4], ys[4]; local
114 ys[idx] = LPC32XX_TSC_ADCDAT_VALUE_MASK -
124 input_report_abs(input, ABS_Y, (ys[1] + ys[2]) / 2);
/drivers/video/console/
H A Dnewport_con.c683 short xs, ys, xe, ye, xoffs, yoffs, tmp; local
691 ys = ((sy << 4) + topscan) & 0x3ff;
705 npregs->set.xystarti = (xs << 16) | ys;

Completed in 537 milliseconds