| /linux/drivers/input/touchscreen/ |
| H A D | migor_ts.c | 36 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/drivers/video/console/ |
| H A D | dummycon.c | 63 unsigned int ypos, unsigned int xpos) in dummycon_putcs() argument 101 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/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | SchedGui.py | 150 (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/Documentation/input/devices/ |
| H A D | sentelic.rst | 117 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/drivers/gpu/drm/i915/display/ |
| H A D | intel_tv.c | 1102 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local 1146 xpos = tmp >> 16; in intel_tv_get_config() 1159 xpos, mode.hdisplay - xsize - xpos); in intel_tv_get_config() 1449 int xpos, ypos; in intel_tv_pre_enable() local 1555 xpos = conn_state->tv.margins.left; in intel_tv_pre_enable() 1561 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 321 xpos = reg & xyz_mask; in at91_ts_sample() 322 x = (xpos << MAX_POS_BITS) - xpos; 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 | 74 u16 xpos; member
|
| /linux/drivers/video/fbdev/ |
| H A D | pxafb.c | 768 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local 770 xpos = NONSTD_TO_XPOS(var->nonstd); in overlayfb_check_var() 800 if ((xpos * bpp) % 32) in overlayfb_check_var() 806 if ((xpos + var->xres > base_var->xres) || in overlayfb_check_var() 844 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local 851 xpos = NONSTD_TO_XPOS(var->nonstd); in overlayfb_set_par() 857 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
|
| /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/uapi/drm/ |
| H A D | vmwgfx_drm.h | 540 __s32 xpos; member
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 1337 unsigned int ypos, unsigned int xpos) in fbcon_putcs() argument 1344 par->bitops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()
|