/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir-imon-decoder.c | 47 int rel_x, rel_y; in ir_imon_decode_scancode() local 56 rel_y = (buf & 0x08) | (buf & 0x10) >> 2 | in ir_imon_decode_scancode() 59 rel_y |= ~0x0f; in ir_imon_decode_scancode() 61 if (rel_x && rel_y && imon->stick_keyboard) { in ir_imon_decode_scancode() 62 if (abs(rel_y) > abs(rel_x)) in ir_imon_decode_scancode() 63 imon->bits = rel_y > 0 ? in ir_imon_decode_scancode() 74 input_report_rel(dev->input_dev, REL_Y, rel_y); in ir_imon_decode_scancode()
|
H A D | imon.c | 1322 signed char rel_x = 0x00, rel_y = 0x00; in imon_mouse_event() local 1333 rel_y = buf[3]; in imon_mouse_event() 1343 rel_y = (buf[2] & 0x08) | (buf[2] & 0x10) >> 2 | in imon_mouse_event() 1346 rel_y |= ~0x0f; in imon_mouse_event() 1347 rel_y = rel_y + rel_y / 2; in imon_mouse_event() 1367 } else if (rel_x || rel_y) { in imon_mouse_event() 1369 input_report_rel(ictx->idev, REL_Y, rel_y); in imon_mouse_event() 1398 signed char rel_x = 0x00, rel_y in imon_pad_to_keys() local [all...] |
H A D | bpf-lirc.c | 60 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y) in BPF_CALL_3() 67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y); in BPF_CALL_3()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ir-imon-decoder.c | 47 int rel_x, rel_y; in ir_imon_decode_scancode() local 56 rel_y = (buf & 0x08) | (buf & 0x10) >> 2 | in ir_imon_decode_scancode() 59 rel_y |= ~0x0f; in ir_imon_decode_scancode() 61 if (rel_x && rel_y && imon->stick_keyboard) { in ir_imon_decode_scancode() 62 if (abs(rel_y) > abs(rel_x)) in ir_imon_decode_scancode() 63 imon->bits = rel_y > 0 ? in ir_imon_decode_scancode() 74 input_report_rel(dev->input_dev, REL_Y, rel_y); in ir_imon_decode_scancode()
|
H A D | imon.c | 1317 signed char rel_x = 0x00, rel_y = 0x00; in imon_mouse_event() local 1328 rel_y = buf[3]; in imon_mouse_event() 1338 rel_y = (buf[2] & 0x08) | (buf[2] & 0x10) >> 2 | in imon_mouse_event() 1341 rel_y |= ~0x0f; in imon_mouse_event() 1342 rel_y = rel_y + rel_y / 2; in imon_mouse_event() 1362 } else if (rel_x || rel_y) { in imon_mouse_event() 1364 input_report_rel(ictx->idev, REL_Y, rel_y); in imon_mouse_event() 1393 signed char rel_x = 0x00, rel_y in imon_pad_to_keys() local [all...] |
H A D | bpf-lirc.c | 60 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y) in BPF_CALL_3() 67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y); in BPF_CALL_3()
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | kbdif.h | 254 * | rel_y | 12 266 * rel_y - int32_t, relative Y motion 273 int32_t rel_y; member
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | kbdif.h | 237 * | rel_y | 12 249 * rel_y - int32_t, relative Y motion 256 int32_t rel_y; member
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 171 u8 rel_y; /* relative y coordinate */ member 225 __le16 rel_y; /* relative y coodinate */ member 556 dev->bt_data->rel_x, dev->bt_data->rel_y); in report_bt_state()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 171 u8 rel_y; /* relative y coordinate */ member 225 __le16 rel_y; /* relative y coodinate */ member 556 dev->bt_data->rel_x, dev->bt_data->rel_y); in report_bt_state()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | xen-kbdfront.c | 70 input_report_rel(info->ptr, REL_Y, motion->rel_y); in xenkbd_handle_motion_event()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | xen-kbdfront.c | 70 input_report_rel(info->ptr, REL_Y, motion->rel_y); in xenkbd_handle_motion_event()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | iqs5xx.c | 119 __be16 rel_y; member
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | applespi.c | 141 * @rel_y: relative y coordinate 159 __le16 rel_y; member
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | applespi.c | 141 * @rel_y: relative y coordinate 159 __le16 rel_y; member
|