/linux-2.6.39/drivers/video/console/ |
D | fbcon.h | 226 static inline int real_y(struct display *p, int ypos) in real_y() argument 230 ypos += p->yscroll; in real_y() 231 return ypos < rows ? ypos : ypos - rows; in real_y()
|
D | sticon.c | 87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument 97 if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) { in sticon_putc() 103 sti_putc(sticon_sti, c, ypos, xpos); in sticon_putc() 110 int count, int ypos, int xpos) in sticon_putcs() argument 121 if ((p->cursor_y == ypos) && (xpos <= p->cursor_x) && in sticon_putcs() 129 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); in sticon_putcs()
|
D | newport_con.c | 372 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument 380 ypos <<= 4; in newport_putc() 382 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc() 393 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc() 402 int count, int ypos, int xpos) in newport_putcs() argument 411 ypos <<= 4; in newport_putcs() 415 newport_render_background(xpos, ypos, in newport_putcs() 416 xpos + ((count - 1) << 3), ypos, in newport_putcs() 434 (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putcs()
|
D | fbcon.c | 166 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos); 168 int count, int ypos, int xpos); 1255 int count, int ypos, int xpos) in fbcon_putcs() argument 1262 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs() 1267 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) in fbcon_putc() argument 1272 fbcon_putcs(vc, &chr, 1, ypos, xpos); in fbcon_putc()
|
/linux-2.6.39/drivers/video/ |
D | au1200fb.c | 119 unsigned int ypos; member 193 int ypos; member 724 int xpos, int ypos) in au1200_setlocation() argument 745 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation() 747 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation() 759 if (ypos < 0) { in au1200_setlocation() 761 ysz = win->w[plane].yres + ypos; in au1200_setlocation() 763 ypos = 0; in au1200_setlocation() 769 win->w[plane].ypos = ypos; in au1200_setlocation() 774 winctrl0 |= (ypos << 10); in au1200_setlocation() [all …]
|
D | pxafb.c | 761 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local 764 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_check_var() 800 (ypos + var->yres > base_var->yres)) in overlayfb_check_var() 837 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local 845 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_set_par() 850 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
|
/linux-2.6.39/drivers/input/touchscreen/ |
D | migor_ts.c | 52 unsigned short xpos, ypos; in migor_ts_poscheck() local 71 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_poscheck() 77 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_poscheck()
|
/linux-2.6.39/Documentation/input/ |
D | sentelic.txt | 100 Byte 3: Y coordinate (ypos[9:2]) 102 Bit3~Bit2 => X coordinate (ypos[1:0]) 152 Byte 3: Y coordinate (ypos[9:2]) 154 Bit3~Bit2 => X coordinate (ypos[1:0]) 176 Byte 3: Y coordinate (ypos[9:2]) 178 Bit3~Bit2 => X coordinate (ypos[1:0]) 239 Byte 3: Y coordinate (ypos[9:2]) 241 Bit3~Bit2 => X coordinate (ypos[1:0]) 265 Byte 3: Y coordinate (ypos[9:2]) 267 Bit3~Bit2 => X coordinate (ypos[1:0])
|
/linux-2.6.39/drivers/video/pnx4008/ |
D | sdum.c | 332 u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h) in display_open() argument 342 if ((ypos + h) > DISP_MAX_Y_SIZE) in display_open() 343 h = DISP_MAX_Y_SIZE - ypos; in display_open() 348 k.ymin = ypos; in display_open() 350 k.ymax = ypos + (h - 1); in display_open()
|
/linux-2.6.39/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 150 (xpos, ypos) = self.scroll.GetViewStart() 152 …scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
|
/linux-2.6.39/include/linux/dvb/ |
D | video.h | 175 __u32 ypos; /* 23-22 auto action mode */ member
|
/linux-2.6.39/include/drm/ |
D | vmwgfx_drm.h | 559 int32_t ypos; member
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | intel_tv.c | 1158 int xpos = 0x0, ypos = 0x0; in intel_tv_mode_set() local 1182 ypos += intel_tv->margin[TV_MARGIN_TOP]; in intel_tv_mode_set() 1187 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos); in intel_tv_mode_set()
|