xpos             1095 drivers/gpu/drm/i915/display/intel_tv.c 	int xsize, ysize, xpos, ypos;
xpos             1139 drivers/gpu/drm/i915/display/intel_tv.c 	xpos = tmp >> 16;
xpos             1152 drivers/gpu/drm/i915/display/intel_tv.c 				  xpos, mode.hdisplay - xsize - xpos);
xpos             1432 drivers/gpu/drm/i915/display/intel_tv.c 	int xpos, ypos;
xpos             1542 drivers/gpu/drm/i915/display/intel_tv.c 	xpos = conn_state->tv.margins.left;
xpos             1548 drivers/gpu/drm/i915/display/intel_tv.c 	I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
xpos              293 drivers/iio/adc/at91_adc.c 	unsigned int x, y, pres, xpos, ypos;
xpos              304 drivers/iio/adc/at91_adc.c 	xpos = reg & xyz_mask;
xpos              305 drivers/iio/adc/at91_adc.c 	x = (xpos << MAX_POS_BITS) - xpos;
xpos              336 drivers/iio/adc/at91_adc.c 				xpos, xscale, ypos, yscale, z1, z2, pres);
xpos               36 drivers/input/touchscreen/migor_ts.c 	unsigned short xpos, ypos;
xpos               67 drivers/input/touchscreen/migor_ts.c 	xpos = ((buf[11] & 0x03) << 8 | buf[10]);
xpos               75 drivers/input/touchscreen/migor_ts.c 		input_report_abs(priv->input, ABS_Y, xpos);
xpos              529 drivers/media/platform/davinci/vpbe_display.c 	cfg->xpos = min((unsigned int)left,
xpos              536 drivers/media/platform/davinci/vpbe_display.c 		cfg->xpos, cfg->ypos);
xpos              730 drivers/media/platform/davinci/vpbe_display.c 		rect->left = cfg->xpos;
xpos              862 drivers/media/platform/davinci/vpbe_display.c 	cfg->xpos = 0;
xpos              887 drivers/media/platform/davinci/vpbe_osd.c 	lconfig->xpos = min(lconfig->xpos, (unsigned)MAX_WIN_SIZE);
xpos             1004 drivers/media/platform/davinci/vpbe_osd.c 		osd_write(sd, lconfig->xpos, OSD_OSDWIN0XP);
xpos             1021 drivers/media/platform/davinci/vpbe_osd.c 		osd_write(sd, lconfig->xpos, OSD_VIDWIN0XP);
xpos             1041 drivers/media/platform/davinci/vpbe_osd.c 			osd_write(sd, lconfig->xpos, OSD_VIDWIN1XP);
xpos             1153 drivers/media/platform/davinci/vpbe_osd.c 		osd_write(sd, lconfig->xpos, OSD_OSDWIN1XP);
xpos             1170 drivers/media/platform/davinci/vpbe_osd.c 		osd_write(sd, lconfig->xpos, OSD_VIDWIN1XP);
xpos             1189 drivers/media/platform/davinci/vpbe_osd.c 				osd_write(sd, lconfig->xpos, OSD_VIDWIN0XP);
xpos             1384 drivers/media/platform/davinci/vpbe_osd.c 	cfg->xpos = 0;
xpos             1325 drivers/usb/misc/sisusbvga/sisusb_con.c 				int xpos) { }
xpos             1327 drivers/usb/misc/sisusbvga/sisusb_con.c 				 int count, int ypos, int xpos) { }
xpos               52 drivers/video/console/dummycon.c static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos)
xpos               61 drivers/video/console/dummycon.c 			   int count, int ypos, int xpos)
xpos               86 drivers/video/console/dummycon.c static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { }
xpos               88 drivers/video/console/dummycon.c 			   int count, int ypos, int xpos) { }
xpos              373 drivers/video/console/newport_con.c 			 int xpos)
xpos              379 drivers/video/console/newport_con.c 	xpos <<= 3;
xpos              382 drivers/video/console/newport_con.c 	newport_render_background(xpos, ypos, xpos, ypos,
xpos              393 drivers/video/console/newport_con.c 	npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
xpos              394 drivers/video/console/newport_con.c 	npregs->set.xyendi = ((xpos + 7) << 16);
xpos              402 drivers/video/console/newport_con.c 			  int count, int ypos, int xpos)
xpos              410 drivers/video/console/newport_con.c 	xpos <<= 3;
xpos              415 drivers/video/console/newport_con.c 		newport_render_background(xpos, ypos,
xpos              416 drivers/video/console/newport_con.c 					  xpos + ((count - 1) << 3), ypos,
xpos              427 drivers/video/console/newport_con.c 	for (i = 0; i < count; i++, xpos += 8) {
xpos              434 drivers/video/console/newport_con.c 		    (xpos << 16) | ((ypos + topscan) & 0x3ff);
xpos              435 drivers/video/console/newport_con.c 		npregs->set.xyendi = ((xpos + 7) << 16);
xpos               82 drivers/video/console/sticon.c static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos)
xpos               92 drivers/video/console/sticon.c     if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) {
xpos               98 drivers/video/console/sticon.c     sti_putc(sticon_sti, c, ypos, xpos);
xpos              105 drivers/video/console/sticon.c 			 int count, int ypos, int xpos)
xpos              116 drivers/video/console/sticon.c     if ((p->cursor_y == ypos) && (xpos <= p->cursor_x) &&
xpos              117 drivers/video/console/sticon.c 	(p->cursor_x < (xpos + count))) {
xpos              124 drivers/video/console/sticon.c 	sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
xpos              679 drivers/video/console/vgacon.c static void vgacon_set_cursor_size(int xpos, int from, int to)
xpos             1422 drivers/video/console/vgacon.c static void vgacon_putc(struct vc_data *vc, int c, int ypos, int xpos) { }
xpos             1424 drivers/video/console/vgacon.c 			 int count, int ypos, int xpos) { }
xpos              113 drivers/video/fbdev/au1200fb.c 	unsigned int xpos;
xpos              196 drivers/video/fbdev/au1200fb.c 		int xpos;
xpos              703 drivers/video/fbdev/au1200fb.c 	int xpos, int ypos)
xpos              718 drivers/video/fbdev/au1200fb.c 	if ((xpos + win->w[plane].xres) > panel->Xres) {
xpos              720 drivers/video/fbdev/au1200fb.c 		xsz = panel->Xres - xpos; /* off by 1 ??? */
xpos              730 drivers/video/fbdev/au1200fb.c 	if (xpos < 0) {
xpos              732 drivers/video/fbdev/au1200fb.c 		xsz = win->w[plane].xres + xpos;
xpos              733 drivers/video/fbdev/au1200fb.c 		fb_offset += (((0 - xpos) * winbpp(lcd->window[plane].winctrl1))/8);
xpos              734 drivers/video/fbdev/au1200fb.c 		xpos = 0;
xpos              747 drivers/video/fbdev/au1200fb.c 	win->w[plane].xpos = xpos;
xpos              752 drivers/video/fbdev/au1200fb.c 	winctrl0 |= (xpos << 21);
xpos              852 drivers/video/fbdev/au1200fb.c 	au1200_setlocation(fbdev, 0, win->w[0].xpos, win->w[0].ypos);
xpos              853 drivers/video/fbdev/au1200fb.c 	au1200_setlocation(fbdev, 1, win->w[1].xpos, win->w[1].ypos);
xpos              854 drivers/video/fbdev/au1200fb.c 	au1200_setlocation(fbdev, 2, win->w[2].xpos, win->w[2].ypos);
xpos              855 drivers/video/fbdev/au1200fb.c 	au1200_setlocation(fbdev, 3, win->w[3].xpos, win->w[3].ypos);
xpos              946 drivers/video/fbdev/au1200fb.c 	au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos);
xpos             1297 drivers/video/fbdev/au1200fb.c 		val |= ((pdata->xpos << 21) & LCD_WINCTRL0_OX);
xpos             1391 drivers/video/fbdev/au1200fb.c 	pdata->xpos = (lcd->window[plane].winctrl0 & LCD_WINCTRL0_OX) >> 21;
xpos              189 drivers/video/fbdev/core/fbcon.c static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos);
xpos              191 drivers/video/fbdev/core/fbcon.c 			int count, int ypos, int xpos);
xpos             1349 drivers/video/fbdev/core/fbcon.c 			int count, int ypos, int xpos)
xpos             1356 drivers/video/fbdev/core/fbcon.c 		ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
xpos             1361 drivers/video/fbdev/core/fbcon.c static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos)
xpos             1366 drivers/video/fbdev/core/fbcon.c 	fbcon_putcs(vc, &chr, 1, ypos, xpos);
xpos              145 drivers/video/fbdev/mmp/hw/mmp_ctrl.c 		writel_relaxed(win->ypos << 16 | win->xpos, &regs->v_start);
xpos              151 drivers/video/fbdev/mmp/hw/mmp_ctrl.c 		writel_relaxed(win->ypos << 16 | win->xpos, &regs->g_start);
xpos              769 drivers/video/fbdev/pxafb.c 	int xpos, ypos, pfor, bpp;
xpos              771 drivers/video/fbdev/pxafb.c 	xpos = NONSTD_TO_XPOS(var->nonstd);
xpos              801 drivers/video/fbdev/pxafb.c 	if ((xpos * bpp) % 32)
xpos              807 drivers/video/fbdev/pxafb.c 	if ((xpos + var->xres > base_var->xres) ||
xpos              845 drivers/video/fbdev/pxafb.c 	int xpos, ypos, pfor, bpp, ret;
xpos              852 drivers/video/fbdev/pxafb.c 	xpos = NONSTD_TO_XPOS(var->nonstd);
xpos              858 drivers/video/fbdev/pxafb.c 	ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos);
xpos               55 include/linux/console.h 	void	(*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
xpos               57 include/linux/console.h 			int count, int ypos, int xpos);
xpos              253 include/media/davinci/vpbe_osd.h 	unsigned xpos;
xpos              282 include/media/davinci/vpbe_osd.h 	unsigned xpos;
xpos              523 include/uapi/drm/vmwgfx_drm.h 	__s32 xpos;
xpos               74 include/video/mmp_disp.h 	u16	xpos;