Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/console/
Ddummycon.c47 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument
54 int count, int ypos, int xpos) in dummycon_putcs() argument
79 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument
81 int count, int ypos, int xpos) { } in dummycon_putcs() argument
Dsticon.c82 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument
92 if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) { in sticon_putc()
98 sti_putc(sticon_sti, c, ypos, xpos); in sticon_putc()
105 int count, int ypos, int xpos) in sticon_putcs() argument
116 if ((p->cursor_y == ypos) && (xpos <= p->cursor_x) && in sticon_putcs()
117 (p->cursor_x < (xpos + count))) { in sticon_putcs()
124 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); in sticon_putcs()
Dnewport_con.c372 int xpos) in newport_putc() argument
378 xpos <<= 3; in newport_putc()
381 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc()
392 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc()
393 npregs->set.xyendi = ((xpos + 7) << 16); in newport_putc()
401 int count, int ypos, int xpos) in newport_putcs() argument
409 xpos <<= 3; in newport_putcs()
414 newport_render_background(xpos, ypos, in newport_putcs()
415 xpos + ((count - 1) << 3), ypos, in newport_putcs()
426 for (i = 0; i < count; i++, xpos += 8) { in newport_putcs()
[all …]
Dvgacon.c678 static void vgacon_set_cursor_size(int xpos, int from, int to) in vgacon_set_cursor_size() argument
1418 static void vgacon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in vgacon_putc() argument
1420 int count, int ypos, int xpos) { } in vgacon_putcs() argument
/Linux-v4.19/drivers/video/fbdev/
Dau1200fb.c113 unsigned int xpos; member
195 int xpos; member
702 int xpos, int ypos) in au1200_setlocation() argument
717 if ((xpos + win->w[plane].xres) > panel->Xres) { in au1200_setlocation()
719 xsz = panel->Xres - xpos; /* off by 1 ??? */ in au1200_setlocation()
729 if (xpos < 0) { in au1200_setlocation()
731 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
732 fb_offset += (((0 - xpos) * winbpp(lcd->window[plane].winctrl1))/8); in au1200_setlocation()
733 xpos = 0; in au1200_setlocation()
746 win->w[plane].xpos = xpos; in au1200_setlocation()
[all …]
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-v4.19/drivers/input/touchscreen/
Dmigor_ts.c49 unsigned short xpos, ypos; in migor_ts_isr() local
80 xpos = ((buf[11] & 0x03) << 8 | buf[10]); in migor_ts_isr()
88 input_report_abs(priv->input, ABS_Y, xpos); in migor_ts_isr()
/Linux-v4.19/include/media/davinci/
Dvpbe_osd.h262 unsigned xpos; member
291 unsigned xpos; member
/Linux-v4.19/include/linux/
Dconsole.h55 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
57 int count, int ypos, int xpos);
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
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-v4.19/drivers/media/platform/davinci/
Dvpbe_osd.c901 lconfig->xpos = min(lconfig->xpos, (unsigned)MAX_WIN_SIZE); in try_layer_config()
1018 osd_write(sd, lconfig->xpos, OSD_OSDWIN0XP); in _osd_set_layer_config()
1035 osd_write(sd, lconfig->xpos, OSD_VIDWIN0XP); in _osd_set_layer_config()
1055 osd_write(sd, lconfig->xpos, OSD_VIDWIN1XP); in _osd_set_layer_config()
1167 osd_write(sd, lconfig->xpos, OSD_OSDWIN1XP); in _osd_set_layer_config()
1184 osd_write(sd, lconfig->xpos, OSD_VIDWIN1XP); in _osd_set_layer_config()
1203 osd_write(sd, lconfig->xpos, OSD_VIDWIN0XP); in _osd_set_layer_config()
1398 cfg->xpos = 0; in osd_init_layer()
Dvpbe_display.c541 cfg->xpos = min((unsigned int)left, in vpbe_disp_adj_position()
548 cfg->xpos, cfg->ypos); in vpbe_disp_adj_position()
744 rect->left = cfg->xpos; in vpbe_display_g_selection()
884 cfg->xpos = 0; in vpbe_display_s_fmt()
/Linux-v4.19/Documentation/input/devices/
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])
293 Byte 4: Bit1~Bit0 => Y coordinate (xpos[1:0])
[all …]
/Linux-v4.19/drivers/iio/adc/
Dat91_adc.c290 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local
301 xpos = reg & xyz_mask; in at91_ts_sample()
302 x = (xpos << MAX_POS_BITS) - xpos; in at91_ts_sample()
333 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
/Linux-v4.19/include/video/
Dmmp_disp.h87 u16 xpos; member
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c158 writel_relaxed(win->ypos << 16 | win->xpos, &regs->v_start); in overlay_set_win()
164 writel_relaxed(win->ypos << 16 | win->xpos, &regs->g_start); in overlay_set_win()
/Linux-v4.19/include/uapi/drm/
Dvmwgfx_drm.h523 __s32 xpos; member
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_tv.c996 int xpos = 0x0, ypos = 0x0; in intel_tv_pre_enable() local
1091 xpos += conn_state->tv.margins.left; in intel_tv_pre_enable()
1097 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos); in intel_tv_pre_enable()
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1345 int xpos) { } in sisusbdummycon_putc() argument
1347 int count, int ypos, int xpos) { } in sisusbdummycon_putcs() argument
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c170 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos);
172 int count, int ypos, int xpos);
1313 int count, int ypos, int xpos) in fbcon_putcs() argument
1320 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
1325 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) in fbcon_putc() argument
1330 fbcon_putcs(vc, &chr, 1, ypos, xpos); in fbcon_putc()