/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 51 rel_x = (buf & 0x08) | (buf & 0x10) >> 2 | in ir_imon_decode_scancode() 54 rel_x |= ~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() 67 imon->bits = rel_x > 0 ? in ir_imon_decode_scancode() 73 input_report_rel(dev->input_dev, REL_X, rel_x); in ir_imon_decode_scancode()
|
H A D | imon.c | 1322 signed char rel_x = 0x00, rel_y = 0x00; in imon_mouse_event() local 1332 rel_x = buf[2]; in imon_mouse_event() 1338 rel_x = (buf[1] & 0x08) | (buf[1] & 0x10) >> 2 | in imon_mouse_event() 1341 rel_x |= ~0x0f; in imon_mouse_event() 1342 rel_x = rel_x + rel_x / 2; in imon_mouse_event() 1367 } else if (rel_x || rel_y) { in imon_mouse_event() 1368 input_report_rel(ictx->idev, REL_X, rel_x); in imon_mouse_event() 1398 signed char rel_x 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() 66 input_report_rel(ctrl->dev->input_dev, REL_X, rel_x); 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 51 rel_x = (buf & 0x08) | (buf & 0x10) >> 2 | in ir_imon_decode_scancode() 54 rel_x |= ~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() 67 imon->bits = rel_x > 0 ? in ir_imon_decode_scancode() 73 input_report_rel(dev->input_dev, REL_X, rel_x); in ir_imon_decode_scancode()
|
H A D | imon.c | 1317 signed char rel_x = 0x00, rel_y = 0x00; in imon_mouse_event() local 1327 rel_x = buf[2]; in imon_mouse_event() 1333 rel_x = (buf[1] & 0x08) | (buf[1] & 0x10) >> 2 | in imon_mouse_event() 1336 rel_x |= ~0x0f; in imon_mouse_event() 1337 rel_x = rel_x + rel_x / 2; in imon_mouse_event() 1362 } else if (rel_x || rel_y) { in imon_mouse_event() 1363 input_report_rel(ictx->idev, REL_X, rel_x); in imon_mouse_event() 1393 signed char rel_x 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() 66 input_report_rel(ctrl->dev->input_dev, REL_X, rel_x); in BPF_CALL_3()
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | kbdif.h | 252 * | rel_x | 8 265 * rel_x - int32_t, relative X motion 272 int32_t rel_x; member
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | kbdif.h | 235 * | rel_x | 8 248 * rel_x - int32_t, relative X motion 255 int32_t rel_x; member
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 170 u8 rel_x; /* relative x coordinate */ member 224 __le16 rel_x; /* relative x 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 | 170 u8 rel_x; /* relative x coordinate */ member 224 __le16 rel_x; /* relative x coodinate */ member 556 dev->bt_data->rel_x, dev->bt_data->rel_y); in report_bt_state()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 196 int rel_x, rel_y; /* REL_X/Y */ member 410 if (w->evdev.rel_x) { in draw_evdev_rel() 411 int dir = w->evdev.rel_x > 0 ? 1 : -1; in draw_evdev_rel() 412 for (int i = 0; i < abs(w->evdev.rel_x); i++) { in draw_evdev_rel() 1246 w->evdev.rel_x = e.value; in handle_event_evdev()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | xen-kbdfront.c | 69 input_report_rel(info->ptr, REL_X, motion->rel_x); in xenkbd_handle_motion_event()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | xen-kbdfront.c | 69 input_report_rel(info->ptr, REL_X, motion->rel_x); in xenkbd_handle_motion_event()
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 2363 static long (*bpf_rc_pointer_rel)(void *ctx, __s32 rel_x, __s32 rel_y) = (void *) 92;
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | iqs5xx.c | 118 __be16 rel_x; member
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | applespi.c | 140 * @rel_x: relative x coordinate 158 __le16 rel_x; member
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | applespi.c | 140 * @rel_x: relative x coordinate 158 __le16 rel_x; member
|