/linux/drivers/video/console/ |
A D | dummycon.c | 52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument 61 int count, int ypos, int xpos) in dummycon_putcs() argument 86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument 88 int count, int ypos, int xpos) { } in dummycon_putcs() argument
|
A D | newport_con.c | 370 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument 378 ypos <<= 4; in newport_putc() 380 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc() 391 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc() 400 int count, int ypos, int xpos) in newport_putcs() argument 409 ypos <<= 4; in newport_putcs() 413 newport_render_background(xpos, ypos, in newport_putcs() 414 xpos + ((count - 1) << 3), ypos, in newport_putcs() 432 (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putcs()
|
A D | sticon.c | 73 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument 81 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc() 85 int count, int ypos, int xpos) in sticon_putcs() argument 94 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
|
A D | vgacon.c | 1200 static void vgacon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in vgacon_putc() argument 1202 int count, int ypos, int xpos) { } in vgacon_putcs() argument
|
/linux/drivers/video/fbdev/core/ |
A D | fbcon.h | 162 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() argument 166 ypos += p->yscroll; in real_y() 167 return ypos < rows ? ypos : ypos - rows; in real_y()
|
A D | fbcon.c | 171 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos); 173 int count, int ypos, int xpos); 1270 int count, int ypos, int xpos) in fbcon_putcs() argument 1277 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs() 1282 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) in fbcon_putc() argument 1287 fbcon_putcs(vc, &chr, 1, ypos, xpos); in fbcon_putc()
|
/linux/drivers/video/fbdev/ |
A D | au1200fb.c | 114 unsigned int ypos; member 197 int ypos; member 703 int xpos, int ypos) in au1200_setlocation() argument 724 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation() 726 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation() 738 if (ypos < 0) { in au1200_setlocation() 740 ysz = win->w[plane].yres + ypos; in au1200_setlocation() 742 ypos = 0; in au1200_setlocation() 748 win->w[plane].ypos = ypos; in au1200_setlocation() 753 winctrl0 |= (ypos << 10); in au1200_setlocation() [all …]
|
A D | pxafb.c | 769 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local 772 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_check_var() 808 (ypos + var->yres > base_var->yres)) in overlayfb_check_var() 845 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local 853 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_set_par() 858 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
|
/linux/drivers/media/platform/davinci/ |
A D | vpbe_osd.c | 888 lconfig->ypos = min(lconfig->ypos, (unsigned)MAX_WIN_SIZE); in try_layer_config() 893 lconfig->ypos &= ~1; in try_layer_config() 1010 osd_write(sd, lconfig->ypos, OSD_OSDWIN0YP); in _osd_set_layer_config() 1067 osd_write(sd, lconfig->ypos >> 1, in _osd_set_layer_config() 1073 osd_write(sd, lconfig->ypos, OSD_VIDWIN0YP); in _osd_set_layer_config() 1077 osd_write(sd, lconfig->ypos, OSD_VIDWIN1YP); in _osd_set_layer_config() 1159 osd_write(sd, lconfig->ypos, OSD_OSDWIN1YP); in _osd_set_layer_config() 1202 osd_write(sd, lconfig->ypos >> 1, in _osd_set_layer_config() 1208 osd_write(sd, lconfig->ypos, OSD_VIDWIN1YP); in _osd_set_layer_config() 1212 osd_write(sd, lconfig->ypos, OSD_VIDWIN0YP); in _osd_set_layer_config() [all …]
|
A D | vpbe_display.c | 530 cfg->ypos = min((unsigned int)top, in vpbe_disp_adj_position() 535 cfg->xpos, cfg->ypos); in vpbe_disp_adj_position() 728 rect->top = cfg->ypos; in vpbe_display_g_selection() 860 cfg->ypos = 0; in vpbe_display_s_fmt()
|
/linux/drivers/input/touchscreen/ |
A D | migor_ts.c | 36 unsigned short xpos, ypos; in migor_ts_isr() local 66 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_isr() 74 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_isr()
|
/linux/include/media/davinci/ |
A D | vpbe_osd.h | 254 unsigned ypos; member 283 unsigned ypos; member
|
/linux/include/linux/ |
A D | console.h | 51 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos); 53 int count, int ypos, int xpos);
|
/linux/Documentation/input/devices/ |
A D | sentelic.rst | 118 Byte 3: Y coordinate (ypos[9:2]) 120 Bit3~Bit2 => X coordinate (ypos[1:0]) 173 Byte 3: Y coordinate (ypos[9:2]) 175 Bit3~Bit2 => X coordinate (ypos[1:0]) 198 Byte 3: Y coordinate (ypos[9:2]) 200 Bit3~Bit2 => X coordinate (ypos[1:0]) 265 Byte 3: Y coordinate (ypos[9:2]) 267 Bit3~Bit2 => X coordinate (ypos[1:0]) 292 Byte 3: Y coordinate (ypos[9:2]) 363 Byte 3: Y coordinate (ypos[9:2]) [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_tv.c | 1095 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local 1140 ypos = tmp & 0xffff; in intel_tv_get_config() 1154 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config() 1434 int xpos, ypos; in intel_tv_pre_enable() local 1544 ypos = tv_conn_state->margins.top; in intel_tv_pre_enable() 1549 intel_de_write(dev_priv, TV_WIN_POS, (xpos << 16) | ypos); in intel_tv_pre_enable()
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
A 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/drivers/iio/adc/ |
A D | at91_adc.c | 313 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local 334 ypos = reg & xyz_mask; in at91_ts_sample() 335 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample() 355 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
|
/linux/drivers/media/test-drivers/ |
A D | vim2m.c | 283 u8 *src[2], u8 **dst, int ypos, bool reverse) in copy_two_pixels() argument 401 if (!(ypos & 1)) { in copy_two_pixels() 410 if (!(ypos & 1)) { in copy_two_pixels() 419 if (!(ypos & 1)) { in copy_two_pixels() 428 if (!(ypos & 1)) { in copy_two_pixels()
|
/linux/include/video/ |
A D | mmp_disp.h | 75 u16 ypos; member
|
/linux/drivers/video/fbdev/mmp/hw/ |
A D | mmp_ctrl.c | 148 writel_relaxed(win->ypos << 16 | win->xpos, in overlay_set_win() 157 writel_relaxed(win->ypos << 16 | win->xpos, in overlay_set_win()
|
/linux/include/uapi/drm/ |
A D | vmwgfx_drm.h | 532 __s32 ypos; member
|
/linux/drivers/usb/misc/sisusbvga/ |
A D | sisusb_con.c | 1325 static void sisusbdummycon_putc(struct vc_data *vc, int c, int ypos, in sisusbdummycon_putc() argument 1328 int count, int ypos, int xpos) { } in sisusbdummycon_putcs() argument
|