/Linux-v4.19/drivers/video/console/ |
D | dummycon.c | 47 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
|
D | sticon.c | 82 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() 124 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); in sticon_putcs()
|
D | newport_con.c | 371 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument 379 ypos <<= 4; 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() 401 int count, int ypos, int xpos) 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()
|
D | vgacon.c | 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/core/ |
D | fbcon.h | 228 static inline int real_y(struct display *p, int ypos) in real_y() argument 232 ypos += p->yscroll; in real_y() 233 return ypos < rows ? ypos : ypos - rows; in real_y()
|
D | fbcon.c | 170 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()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | au1200fb.c | 114 unsigned int ypos; member 196 int ypos; member 702 int xpos, int ypos) in au1200_setlocation() argument 723 if ((ypos + win->w[plane].yres) > panel->Yres) { in au1200_setlocation() 725 ysz = panel->Yres - ypos; /* off by 1 ??? */ in au1200_setlocation() 737 if (ypos < 0) { in au1200_setlocation() 739 ysz = win->w[plane].yres + ypos; in au1200_setlocation() 741 ypos = 0; in au1200_setlocation() 747 win->w[plane].ypos = ypos; in au1200_setlocation() 752 winctrl0 |= (ypos << 10); in au1200_setlocation() [all …]
|
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-v4.19/drivers/media/platform/davinci/ |
D | vpbe_osd.c | 902 lconfig->ypos = min(lconfig->ypos, (unsigned)MAX_WIN_SIZE); in try_layer_config() 907 lconfig->ypos &= ~1; in try_layer_config() 1021 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN0YP); in _osd_set_layer_config() 1024 osd_write(sd, lconfig->ypos, OSD_OSDWIN0YP); in _osd_set_layer_config() 1077 osd_write(sd, lconfig->ypos >> 1, OSD_VIDWIN0YP); in _osd_set_layer_config() 1081 osd_write(sd, lconfig->ypos >> 1, in _osd_set_layer_config() 1087 osd_write(sd, lconfig->ypos, OSD_VIDWIN0YP); in _osd_set_layer_config() 1091 osd_write(sd, lconfig->ypos, OSD_VIDWIN1YP); in _osd_set_layer_config() 1170 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN1YP); in _osd_set_layer_config() 1173 osd_write(sd, lconfig->ypos, OSD_OSDWIN1YP); in _osd_set_layer_config() [all …]
|
D | vpbe_display.c | 543 cfg->ypos = min((unsigned int)top, in vpbe_disp_adj_position() 548 cfg->xpos, cfg->ypos); in vpbe_disp_adj_position() 743 rect->top = cfg->ypos; in vpbe_display_g_selection() 883 cfg->ypos = 0; in vpbe_display_s_fmt()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | migor_ts.c | 49 unsigned short xpos, ypos; in migor_ts_isr() local 79 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_isr() 87 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_isr()
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe_osd.h | 263 unsigned ypos; member 292 unsigned ypos; member
|
/Linux-v4.19/include/linux/ |
D | console.h | 55 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos); 57 int count, int ypos, int xpos);
|
/Linux-v4.19/Documentation/input/devices/ |
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-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
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-v4.19/drivers/iio/adc/ |
D | at91_adc.c | 290 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local 312 ypos = reg & xyz_mask; in at91_ts_sample() 313 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample() 333 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
|
/Linux-v4.19/include/video/ |
D | mmp_disp.h | 88 u16 ypos; member
|
/Linux-v4.19/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.c | 158 writel_relaxed(win->ypos << 16 | win->xpos, ®s->v_start); in overlay_set_win() 164 writel_relaxed(win->ypos << 16 | win->xpos, ®s->g_start); in overlay_set_win()
|
/Linux-v4.19/include/uapi/drm/ |
D | vmwgfx_drm.h | 524 __s32 ypos; member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_tv.c | 996 int xpos = 0x0, ypos = 0x0; in intel_tv_pre_enable() local 1092 ypos += conn_state->tv.margins.top; 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/ |
D | sisusb_con.c | 1344 static void sisusbdummycon_putc(struct vc_data *vc, int c, int ypos, in sisusbdummycon_putc() argument 1347 int count, int ypos, int xpos) { } in sisusbdummycon_putcs() argument
|