Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dmigor_ts.c36 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 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/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py150 (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 Dsentelic.rst117 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/include/video/
H A Dmmp_disp.h74 u16 xpos; member
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h540 __s32 xpos; 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()