/linux-3.4.99/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 | 364 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument 372 ypos <<= 4; in newport_putc() 374 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc() 385 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc() 394 int count, int ypos, int xpos) in newport_putcs() argument 403 ypos <<= 4; in newport_putcs() 407 newport_render_background(xpos, ypos, in newport_putcs() 408 xpos + ((count - 1) << 3), ypos, in newport_putcs() 426 (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putcs()
|
D | fbcon.c | 165 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos); 167 int count, int ypos, int xpos); 1296 int count, int ypos, int xpos) in fbcon_putcs() argument 1303 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs() 1308 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) in fbcon_putc() argument 1313 fbcon_putcs(vc, &chr, 1, ypos, xpos); in fbcon_putc()
|
/linux-3.4.99/drivers/video/ |
D | au1200fb.c | 112 unsigned int ypos; member 194 int ypos; member 711 int xpos, int ypos) in au1200_setlocation() argument 732 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation() 734 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation() 746 if (ypos < 0) { in au1200_setlocation() 748 ysz = win->w[plane].yres + ypos; in au1200_setlocation() 750 ypos = 0; in au1200_setlocation() 756 win->w[plane].ypos = ypos; in au1200_setlocation() 761 winctrl0 |= (ypos << 10); in au1200_setlocation() [all …]
|
D | pxafb.c | 765 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local 768 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_check_var() 804 (ypos + var->yres > base_var->yres)) in overlayfb_check_var() 841 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local 849 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_set_par() 854 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
|
/linux-3.4.99/drivers/media/video/davinci/ |
D | vpbe_osd.c | 884 lconfig->ypos = min(lconfig->ypos, (unsigned)MAX_WIN_SIZE); in try_layer_config() 889 lconfig->ypos &= ~1; in try_layer_config() 1003 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN0YP); in _osd_set_layer_config() 1006 osd_write(sd, lconfig->ypos, OSD_OSDWIN0YP); in _osd_set_layer_config() 1059 osd_write(sd, lconfig->ypos >> 1, OSD_VIDWIN0YP); in _osd_set_layer_config() 1063 osd_write(sd, lconfig->ypos >> 1, in _osd_set_layer_config() 1069 osd_write(sd, lconfig->ypos, OSD_VIDWIN0YP); in _osd_set_layer_config() 1073 osd_write(sd, lconfig->ypos, OSD_VIDWIN1YP); in _osd_set_layer_config() 1152 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN1YP); in _osd_set_layer_config() 1155 osd_write(sd, lconfig->ypos, OSD_OSDWIN1YP); in _osd_set_layer_config() [all …]
|
D | vpbe_display.c | 498 cfg->ypos = min((unsigned int)top, in vpbe_disp_adj_position() 503 cfg->xpos, cfg->ypos); in vpbe_disp_adj_position() 721 rect->top = cfg->ypos; in vpbe_display_g_crop() 843 cfg->ypos = 0; in vpbe_display_s_fmt()
|
/linux-3.4.99/drivers/input/touchscreen/ |
D | migor_ts.c | 49 unsigned short xpos, ypos; in migor_ts_isr() local 79 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_isr() 87 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_isr()
|
/linux-3.4.99/include/media/davinci/ |
D | vpbe_osd.h | 265 unsigned ypos; member 294 unsigned ypos; member
|
/linux-3.4.99/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-3.4.99/Documentation/input/ |
D | sentelic.txt | 100 Byte 3: Y coordinate (ypos[9:2]) 102 Bit3~Bit2 => X coordinate (ypos[1:0]) 153 Byte 3: Y coordinate (ypos[9:2]) 155 Bit3~Bit2 => X coordinate (ypos[1:0]) 178 Byte 3: Y coordinate (ypos[9:2]) 180 Bit3~Bit2 => X coordinate (ypos[1:0]) 243 Byte 3: Y coordinate (ypos[9:2]) 245 Bit3~Bit2 => X coordinate (ypos[1:0]) 270 Byte 3: Y coordinate (ypos[9:2]) 272 Bit3~Bit2 => X coordinate (ypos[1:0]) [all …]
|
/linux-3.4.99/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-3.4.99/include/linux/dvb/ |
D | video.h | 175 __u32 ypos; /* 23-22 auto action mode */ member
|
/linux-3.4.99/include/drm/ |
D | vmwgfx_drm.h | 497 int32_t ypos; member
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | intel_tv.c | 1084 int xpos = 0x0, ypos = 0x0; in intel_tv_mode_set() local 1108 ypos += intel_tv->margin[TV_MARGIN_TOP]; in intel_tv_mode_set() 1113 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos); in intel_tv_mode_set()
|