Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A 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/drivers/video/console/
H A Ddummycon.c63 unsigned int ypos, unsigned int xpos) in dummycon_putcs() argument
101 unsigned int ypos, unsigned int xpos) { } in dummycon_putcs() argument
H A Dsticon.c75 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 Dvgacon.c1191 unsigned int ypos, unsigned int xpos) { } in vgacon_putcs() argument
/linux/Documentation/input/devices/
H A 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/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py150 (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 Dintel_tv.c1102 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 Dat91_adc.c311 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 Dvim2m.c289 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 Dmmp_disp.h75 u16 ypos; member
/linux/drivers/video/fbdev/mmp/hw/
H A 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/drivers/video/fbdev/
H A Dpxafb.c768 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 Dvmwgfx_drm.h541 __s32 ypos; member
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1337 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()