Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/video/console/
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
Dnewport_con.c370 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()
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()
Dvgacon.c1179 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.1.9/drivers/video/fbdev/core/
Dfbcon.h232 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()
Dfbcon.c1280 int count, int ypos, int xpos) in fbcon_putcs() argument
1287 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
1292 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) in fbcon_putc() argument
1297 fbcon_putcs(vc, &chr, 1, ypos, xpos); in fbcon_putc()
/linux-6.1.9/drivers/video/fbdev/
Dau1200fb.c114 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 …]
Dpxafb.c769 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-6.1.9/drivers/media/platform/ti/davinci/
Dvpbe_osd.c888 lconfig->ypos = min(lconfig->ypos, (unsigned)MAX_WIN_SIZE); in try_layer_config()
893 lconfig->ypos &= ~1; in try_layer_config()
1007 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN0YP); in _osd_set_layer_config()
1010 osd_write(sd, lconfig->ypos, OSD_OSDWIN0YP); in _osd_set_layer_config()
1063 osd_write(sd, lconfig->ypos >> 1, OSD_VIDWIN0YP); 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()
1156 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN1YP); in _osd_set_layer_config()
1159 osd_write(sd, lconfig->ypos, OSD_OSDWIN1YP); in _osd_set_layer_config()
[all …]
Dvpbe_display.c530 cfg->ypos = min((unsigned int)top, in vpbe_disp_adj_position()
535 cfg->xpos, cfg->ypos); in vpbe_disp_adj_position()
726 rect->top = cfg->ypos; in vpbe_display_g_selection()
858 cfg->ypos = 0; in vpbe_display_s_fmt()
/linux-6.1.9/drivers/input/touchscreen/
Dmigor_ts.c36 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-6.1.9/include/media/davinci/
Dvpbe_osd.h254 unsigned ypos; member
283 unsigned ypos; member
/linux-6.1.9/include/linux/
Dconsole.h51 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
53 int count, int ypos, int xpos);
/linux-6.1.9/Documentation/input/devices/
Dsentelic.rst118 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-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py150 (xpos, ypos) = self.scroll.GetViewStart()
152 …scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_tv.c1096 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local
1141 ypos = tmp & 0xffff; in intel_tv_get_config()
1155 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config()
1445 int xpos, ypos; in intel_tv_pre_enable() local
1555 ypos = tv_conn_state->margins.top; in intel_tv_pre_enable()
1560 intel_de_write(dev_priv, TV_WIN_POS, (xpos << 16) | ypos); in intel_tv_pre_enable()
/linux-6.1.9/drivers/iio/adc/
Dat91_adc.c313 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-6.1.9/drivers/media/test-drivers/
Dvim2m.c283 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-6.1.9/include/video/
Dmmp_disp.h75 u16 ypos; member
/linux-6.1.9/drivers/video/fbdev/mmp/hw/
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.1.9/include/uapi/drm/
Dvmwgfx_drm.h540 __s32 ypos; member
/linux-6.1.9/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1325 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