Searched refs:rel_x (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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 | 1324 rel_x = buf[2]; in imon_mouse_event() 1333 rel_x |= ~0x0f; in imon_mouse_event() 1334 rel_x = rel_x + rel_x / 2; in imon_mouse_event() 1359 } else if (rel_x || rel_y) { in imon_mouse_event() 1409 rel_x = buf[2]; in imon_pad_to_keys() 1433 if (abs(rel_y) > abs(rel_x)) { in imon_pad_to_keys() 1442 buf[3] = (rel_x > 0) ? 0x7F : 0x80; in imon_pad_to_keys() 1443 if (rel_x > 0) in imon_pad_to_keys() 1469 rel_x |= ~0x10+1; in imon_pad_to_keys() 1496 if (abs(rel_y) > abs(rel_x)) { in imon_pad_to_keys() [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() argument 66 input_report_rel(ctrl->dev->input_dev, REL_X, rel_x); in BPF_CALL_3()
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | kbdif.h | 256 int32_t rel_x; member
|
/openbmc/linux/include/xen/interface/io/ |
H A D | kbdif.h | 255 int32_t rel_x; member
|
/openbmc/linux/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()
|
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 166 int rel_x, int rel_y, int rel_z) in xenfb_send_motion() argument 172 event.motion.rel_x = rel_x; in xenfb_send_motion()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | iqs5xx.c | 118 __be16 rel_x; member
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | applespi.c | 158 __le16 rel_x; member
|