Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 10 of 10) 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/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/include/uapi/drm/
H A Dvmwgfx_drm.h541 __s32 ypos; member
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1385 unsigned int ypos, unsigned int xpos) in fbcon_putcs() argument
1392 par->bitops->putcs(vc, info, s, count, real_y(p, ypos), xpos, in fbcon_putcs()