/linux/drivers/video/fbdev/core/ |
H A D | fbcon.h | 232 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() argument 236 ypos += p->yscroll; in real_y() 237 return ypos < rows ? ypos : ypos - rows; in real_y()
|
H A D | fbcon.c | 1301 unsigned int ypos, unsigned int xpos) in fbcon_putcs() argument 1308 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
|
/linux/drivers/video/fbdev/ |
H 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 …]
|
H A D | pxafb.c | 767 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local 770 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_check_var() 806 (ypos + var->yres > base_var->yres)) in overlayfb_check_var() 843 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local 851 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_set_par() 856 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
|
/linux/drivers/video/console/ |
H A D | newport_con.c | 370 static void newport_putc(struct vc_data *vc, u16 charattr, unsigned 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 unsigned int count, unsigned int ypos, in newport_putcs() argument 410 ypos <<= 4; in newport_putcs() 414 newport_render_background(xpos, ypos, in newport_putcs() 415 xpos + ((count - 1) << 3), ypos, in newport_putcs() 433 (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putcs()
|
H A D | dummycon.c | 63 unsigned int ypos, unsigned int xpos) in dummycon_putcs() argument 92 unsigned int ypos, unsigned int xpos) { } in dummycon_putcs() argument
|
H A D | sticon.c | 75 unsigned int ypos, unsigned int xpos) in sticon_putcs() argument 84 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
|
H A D | vgacon.c | 1191 unsigned int ypos, unsigned int xpos) { } in vgacon_putcs() argument
|
/linux/drivers/input/touchscreen/ |
H 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/Documentation/input/devices/ |
H 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]) 294 Bit3~Bit2 => X coordinate (ypos[1:0]) [all …]
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H 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/gpu/drm/i915/display/ |
H A D | intel_tv.c | 1103 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local 1148 ypos = tmp & 0xffff; in intel_tv_get_config() 1162 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config() 1451 int xpos, ypos; in intel_tv_pre_enable() local 1558 ypos = tv_conn_state->margins.top; in intel_tv_pre_enable() 1563 intel_de_write(display, TV_WIN_POS, (xpos << 16) | ypos); in intel_tv_pre_enable()
|
/linux/drivers/iio/adc/ |
H A D | at91_adc.c | 311 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local 332 ypos = reg & xyz_mask; in at91_ts_sample() 333 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample() 353 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
|
/linux/include/video/ |
H A D | mmp_disp.h | 75 u16 ypos; member
|
/linux/drivers/video/fbdev/mmp/hw/ |
H 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/linux/ |
H A D | console.h | 98 unsigned int count, unsigned int ypos,
|
/linux/include/uapi/drm/ |
H A D | vmwgfx_drm.h | 541 __s32 ypos; member
|