Searched refs:ypos (Results 1 – 10 of 10) sorted by relevance
| /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/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/include/uapi/drm/ |
| H A D | vmwgfx_drm.h | 541 __s32 ypos; 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()
|