Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/rc/
Dir-imon-decoder.c47 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()
Dimon.c1317 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 = 0x00; in imon_pad_to_keys() local
1413 rel_y = buf[3]; in imon_pad_to_keys()
1416 if ((buf[1] == 0) && ((rel_x != 0) || (rel_y != 0))) { in imon_pad_to_keys()
[all …]
Dbpf-lirc.c60 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y) in BPF_CALL_3() argument
67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y); in BPF_CALL_3()
/linux-6.1.9/include/xen/interface/io/
Dkbdif.h256 int32_t rel_y; member
/linux-6.1.9/drivers/input/mouse/
Dbcm5974.c171 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()
/linux-6.1.9/drivers/input/misc/
Dxen-kbdfront.c70 input_report_rel(info->ptr, REL_Y, motion->rel_y); in xenkbd_handle_motion_event()
/linux-6.1.9/drivers/input/touchscreen/
Diqs5xx.c119 __be16 rel_y; member
/linux-6.1.9/drivers/input/keyboard/
Dapplespi.c159 __le16 rel_y; member