[go: nahoru, domu]

Searched defs:ypos (Results 1 - 9 of 9) sorted by relevance

/drivers/input/touchscreen/
H A Dmigor_ts.c49 unsigned short xpos, ypos; local
79 ypos = ((buf[9] & 0x03) << 8 | buf[8]);
87 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/
/drivers/video/console/
H A Dsticon.c87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
97 if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) {
103 sti_putc(sticon_sti, c, ypos, xpos);
110 int count, int ypos, int xpos)
121 if ((p->cursor_y == ypos) && (xpos <= p->cursor_x) &&
129 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
109 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
H A Dfbcon.h226 static inline int real_y(struct display *p, int ypos) argument
230 ypos += p->yscroll;
231 return ypos < rows ? ypos : ypos - rows;
H A Dnewport_con.c371 static void newport_putc(struct vc_data *vc, int charattr, int ypos, argument
379 ypos <<= 4;
381 newport_render_background(xpos, ypos, xpos, ypos,
392 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
401 int count, int ypos, int xpos)
410 ypos <<= 4;
414 newport_render_background(xpos, ypos,
415 xpos + ((count - 1) << 3), ypos,
433 (xpos << 16) | ((ypos
400 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
H A Dfbcon.c165 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos);
167 int count, int ypos, int xpos);
1276 int count, int ypos, int xpos)
1283 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
1288 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) argument
1293 fbcon_putcs(vc, &chr, 1, ypos, xpos);
1275 fbcon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
/drivers/gpu/drm/i915/
H A Dintel_tv.c1033 int xpos = 0x0, ypos = 0x0; local
1130 ypos += intel_tv->margin[TV_MARGIN_TOP];
1135 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
/drivers/iio/adc/
H A Dat91_adc.c287 unsigned int x, y, pres, xpos, ypos; local
309 ypos = reg & xyz_mask;
310 y = (ypos << MAX_POS_BITS) - ypos;
329 dev_dbg(&idev->dev, "xpos = %d, xscale = %d, ypos = %d, yscale = %d, z1 = %d, z2 = %d, press = %d\n",
330 xpos, xscale, ypos, yscale, z1, z2, pres);
/drivers/video/fbdev/
H A Dau1200fb.c113 unsigned int ypos; member in struct:au1200_lcd_window_regs_t
195 int ypos; member in struct:window_settings::__anon7091
217 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
223 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
230 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
236 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
251 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
257 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
263 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
270 /* xres, yres, xpos, ypos */ 20
700 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) argument
[all...]
H A Dpxafb.c765 int xpos, ypos, pfor, bpp; local
768 ypos = NONSTD_TO_YPOS(var->nonstd);
804 (ypos + var->yres > base_var->yres))
841 int xpos, ypos, pfor, bpp, ret; local
849 ypos = NONSTD_TO_YPOS(var->nonstd);
854 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos);

Completed in 191 milliseconds