Searched refs:xpos (Results 1 – 9 of 9) sorted by relevance
| /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/include/video/ |
| H A D | mmp_disp.h | 74 u16 xpos; member
|
| /linux/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 540 __s32 xpos; member
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 1385 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()
|