Searched refs:rel_y (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/media/rc/
H A Dir-imon-decoder.c47 int rel_x, rel_y; local
56 rel_y = (buf & 0x08) | (buf & 0x10) >> 2 |
59 rel_y |= ~0x0f;
61 if (rel_x && rel_y && imon->stick_keyboard) {
62 if (abs(rel_y) > abs(rel_x))
63 imon->bits = rel_y > 0 ?
74 input_report_rel(dev->input_dev, REL_Y, rel_y);
H A Dimon.c1317 signed char rel_x = 0x00, rel_y = 0x00; local
1328 rel_y = buf[3];
1338 rel_y = (buf[2] & 0x08) | (buf[2] & 0x10) >> 2 |
1341 rel_y |= ~0x0f;
1342 rel_y = rel_y + rel_y / 2;
1362 } else if (rel_x || rel_y) {
1364 input_report_rel(ictx->idev, REL_Y, rel_y);
1393 signed char rel_x = 0x00, rel_y local
[all...]
H A Dbpf-lirc.c60 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y)
67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y);
/linux-master/include/xen/interface/io/
H A Dkbdif.h237 * | rel_y | 12
249 * rel_y - int32_t, relative Y motion
256 int32_t rel_y; member in struct:xenkbd_motion
/linux-master/drivers/input/mouse/
H A Dbcm5974.c171 u8 rel_y; /* relative y coordinate */ member in struct:bt_data
225 __le16 rel_y; /* relative y coodinate */ member in struct:tp_finger
556 dev->bt_data->rel_x, dev->bt_data->rel_y);
/linux-master/drivers/input/misc/
H A Dxen-kbdfront.c70 input_report_rel(info->ptr, REL_Y, motion->rel_y);
/linux-master/drivers/input/touchscreen/
H A Diqs5xx.c119 __be16 rel_y; member in struct:iqs5xx_status
/linux-master/drivers/input/keyboard/
H A Dapplespi.c141 * @rel_y: relative y coordinate
159 __le16 rel_y; member in struct:tp_finger

Completed in 205 milliseconds