| /linux/drivers/input/touchscreen/ |
| H A D | migor_ts.c | 36 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/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/Documentation/input/devices/ |
| H A 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/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A 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/drivers/gpu/drm/i915/display/ |
| H A D | intel_tv.c | 1102 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local 1147 ypos = tmp & 0xffff; in intel_tv_get_config() 1161 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config() 1449 int xpos, ypos; in intel_tv_pre_enable() local 1556 ypos = tv_conn_state->margins.top; 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 332 ypos = reg & xyz_mask; in at91_ts_sample() 333 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample() 353 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
|
| /linux/drivers/media/test-drivers/ |
| H A D | vim2m.c | 289 u8 *src[2], u8 **dst, int ypos, bool reverse) in copy_two_pixels() argument 407 if (!(ypos & 1)) { in copy_two_pixels() 416 if (!(ypos & 1)) { in copy_two_pixels() 425 if (!(ypos & 1)) { in copy_two_pixels() 434 if (!(ypos & 1)) { in copy_two_pixels()
|
| /linux/include/video/ |
| H A D | mmp_disp.h | 75 u16 ypos; member
|
| /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/drivers/video/fbdev/ |
| H A D | pxafb.c | 768 int xpos, ypos, pfor, bpp; in overlayfb_check_var() local 771 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_check_var() 807 (ypos + var->yres > base_var->yres)) in overlayfb_check_var() 844 int xpos, ypos, pfor, bpp, ret; in overlayfb_set_par() local 852 ypos = NONSTD_TO_YPOS(var->nonstd); in overlayfb_set_par() 857 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos); in overlayfb_set_par()
|
| /linux/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 541 __s32 ypos; 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()
|