Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/drivers/video/console/
A Ddummycon.c52 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 Dnewport_con.c371 int xpos) in newport_putc() argument
377 xpos <<= 3; in newport_putc()
380 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc()
392 npregs->set.xyendi = ((xpos + 7) << 16); in newport_putc()
400 int count, int ypos, int xpos) in newport_putcs() argument
408 xpos <<= 3; in newport_putcs()
413 newport_render_background(xpos, ypos, in newport_putcs()
414 xpos + ((count - 1) << 3), ypos, in newport_putcs()
425 for (i = 0; i < count; i++, xpos += 8) { in newport_putcs()
432 (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putcs()
[all …]
A Dsticon.c74 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument
82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc()
86 int count, int ypos, int xpos) in sticon_putcs() argument
95 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
A Dvgacon.c448 static void vgacon_set_cursor_size(int xpos, int from, int to) in vgacon_set_cursor_size() argument
1179 static void vgacon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in vgacon_putc() argument
1181 int count, int ypos, int xpos) { } in vgacon_putcs() argument
/linux-6.3-rc2/drivers/video/fbdev/
A Dau1200fb.c113 unsigned int xpos; member
196 int xpos; member
703 int xpos, int ypos) in au1200_setlocation() argument
718 if ((xpos + win->w[plane].xres) > panel->Xres) { in au1200_setlocation()
720 xsz = panel->Xres - xpos; /* off by 1 ??? */ in au1200_setlocation()
730 if (xpos < 0) { in au1200_setlocation()
732 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
734 xpos = 0; in au1200_setlocation()
747 win->w[plane].xpos = xpos; in au1200_setlocation()
752 winctrl0 |= (xpos << 21); in au1200_setlocation()
[all …]
A Dpxafb.c769 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local
771 xpos = NONSTD_TO_XPOS(var->nonstd); in overlayfb_check_var()
801 if ((xpos * bpp) % 32) in overlayfb_check_var()
807 if ((xpos + var->xres > base_var->xres) || in overlayfb_check_var()
845 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local
852 xpos = NONSTD_TO_XPOS(var->nonstd); in overlayfb_set_par()
858 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
/linux-6.3-rc2/drivers/input/touchscreen/
A Dmigor_ts.c36 unsigned short xpos, ypos; in migor_ts_isr() local
67 xpos = ((buf[11] & 0x03) << 8 | buf[10]); in migor_ts_isr()
75 input_report_abs(priv->input, ABS_Y, xpos); in migor_ts_isr()
/linux-6.3-rc2/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DSchedGui.py150 (xpos, ypos) = self.scroll.GetViewStart()
151 xpos = self.us_to_px(x) / self.scroll_scale
152 …scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
/linux-6.3-rc2/include/linux/
A Dconsole.h53 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
55 int count, int ypos, int xpos);
/linux-6.3-rc2/Documentation/input/devices/
A Dsentelic.rst117 Byte 2: X coordinate (xpos[9:2])
119 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
172 Byte 2: X coordinate (xpos[9:2])
174 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
197 Byte 2: X coordinate (xpos[9:2])
199 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
264 Byte 2: X coordinate (xpos[9:2])
266 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
291 Byte 2: X coordinate (xpos[9:2])
362 Byte 2: X coordinate (xpos[9:2])
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_tv.c1098 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local
1142 xpos = tmp >> 16; in intel_tv_get_config()
1155 xpos, mode.hdisplay - xsize - xpos); in intel_tv_get_config()
1447 int xpos, ypos; in intel_tv_pre_enable() local
1556 xpos = conn_state->tv.margins.left; in intel_tv_pre_enable()
1562 intel_de_write(dev_priv, TV_WIN_POS, (xpos << 16) | ypos); in intel_tv_pre_enable()
/linux-6.3-rc2/drivers/iio/adc/
A Dat91_adc.c313 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local
323 xpos = reg & xyz_mask; in at91_ts_sample()
324 x = (xpos << MAX_POS_BITS) - xpos; in at91_ts_sample()
355 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
/linux-6.3-rc2/include/video/
A Dmmp_disp.h74 u16 xpos; member
/linux-6.3-rc2/drivers/video/fbdev/mmp/hw/
A Dmmp_ctrl.c148 writel_relaxed(win->ypos << 16 | win->xpos, in overlay_set_win()
157 writel_relaxed(win->ypos << 16 | win->xpos, in overlay_set_win()
/linux-6.3-rc2/include/uapi/drm/
A Dvmwgfx_drm.h539 __s32 xpos; member
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.c1275 int count, int ypos, int xpos) in fbcon_putcs() argument
1282 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
1287 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) in fbcon_putc() argument
1292 fbcon_putcs(vc, &chr, 1, ypos, xpos); in fbcon_putc()

Completed in 40 milliseconds