| /linux/drivers/input/mouse/ |
| H A D | sermouse.c | 59 input_report_rel(dev, REL_X, data / 2); in sermouse_process_msc() 66 input_report_rel(dev, REL_X, buf[0]); in sermouse_process_msc() 105 input_report_rel(dev, REL_X, data / 2); in sermouse_process_ms() 117 input_report_rel(dev, REL_X, buf[3]); in sermouse_process_ms() 254 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in sermouse_connect()
|
| H A D | atarimouse.c | 77 input_report_rel(atamouse_dev, REL_X, dx); in atamouse_interrupt() 131 atamouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in atamouse_init()
|
| H A D | rpcmouse.c | 50 input_report_rel(dev, REL_X, dx); in rpcmouse_irq() 81 rpcmouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in rpcmouse_init()
|
| H A D | amimouse.c | 58 input_report_rel(dev, REL_X, dx); in amimouse_interrupt() 110 dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in amimouse_probe()
|
| H A D | maplemouse.c | 43 input_report_rel(dev, REL_X, relx); in dc_mouse_callback() 94 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y) | in probe_maple_mouse()
|
| H A D | gpio_mouse.c | 64 input_report_rel(input, REL_X, x); in gpio_mouse_scan() 122 input_set_capability(input, EV_REL, REL_X); in gpio_mouse_probe()
|
| H A D | vsxxxaa.c | 244 input_report_rel(dev, REL_X, dx); in vsxxxaa_handle_REL_packet() 482 __set_bit(REL_X, input_dev->relbit); in vsxxxaa_connect()
|
| H A D | lifebook.c | 293 input_set_capability(dev2, EV_REL, REL_X); in lifebook_create_relative_device()
|
| H A D | vmmouse.c | 160 input_report_rel(rel_dev, REL_X, (s32)x); in vmmouse_report_events()
|
| H A D | byd.c | 503 __clear_bit(REL_X, dev->relbit); in byd_init()
|
| H A D | focaltech.c | 331 __clear_bit(REL_X, dev->relbit); in focaltech_set_input_params()
|
| /linux/drivers/input/joystick/ |
| H A D | a3d.c | 104 … input_report_rel(dev, REL_X, ((data[5] << 6) | (data[6] << 3) | data[ 7]) - ((data[5] & 4) << 7)); in a3d_read() 124 …input_report_rel(dev, REL_X, ((data[ 9] << 6) | (data[10] << 3) | data[11]) - ((data[ 9] & 4) << 7… in a3d_read() 309 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y); in a3d_connect() 336 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y); in a3d_connect()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_mouse.py | 691 expected_event = libevdev.InputEvent(libevdev.EV_REL.REL_X, 1) 697 expected_event0 = libevdev.InputEvent(libevdev.EV_REL.REL_X, -1) 785 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, -1)) 840 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, -1)) 851 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, -1)) 917 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, 1)) 1006 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, 1))
|
| H A D | base.py | 66 libevdev.EV_REL.REL_X,
|
| /linux/drivers/hid/usbhid/ |
| H A D | usbmouse.c | 74 input_report_rel(dev, REL_X, data[1]); in usb_mouse_irq() 170 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in usb_mouse_probe()
|
| /linux/drivers/input/keyboard/ |
| H A D | hil_kbd.c | 246 input_report_rel(dev, REL_X + i, val); in hil_dev_handle_ptr_events() 369 __set_bit(REL_X + i, input_dev->relbit); in hil_dev_pointer_setup() 372 __set_bit(REL_X + i, input_dev->relbit); in hil_dev_pointer_setup()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-dimonoff-gateway-evk.dts | 49 linux,axis = <0>; /* REL_X */
|
| H A D | imx8mn-rve-gateway.dts | 73 linux,axis = <0>; /* REL_X */
|
| /linux/drivers/macintosh/ |
| H A D | mac_hid.c | 54 mac_hid_emumouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in mac_hid_create_emumouse()
|
| H A D | adbhid.c | 494 input_report_rel(adbhid[id]->input, REL_X, in adbhid_mouse_input() 849 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in adbhid_input_register()
|
| /linux/Documentation/input/ |
| H A D | uinput.rst | 136 ioctl(fd, UI_SET_RELBIT, REL_X); 159 emit(fd, EV_REL, REL_X, 5);
|
| /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() 310 input_set_capability(ptr, EV_REL, REL_X); in xenkbd_probe()
|
| H A D | ati_remote2.c | 302 input_event(idev, EV_REL, REL_X, (s8) data[1]); in ati_remote2_input_mouse() 554 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote2_input_init()
|
| /linux/drivers/media/rc/ |
| H A D | ir-imon-decoder.c | 73 input_report_rel(dev->input_dev, REL_X, rel_x); in ir_imon_decode_scancode()
|
| H A D | bpf-lirc.c | 66 input_report_rel(ctrl->dev->input_dev, REL_X, rel_x); in BPF_CALL_3()
|