| /linux/drivers/input/mouse/ |
| H A D | sermouse.c | 60 input_report_rel(dev, REL_Y, -buf[1]); in sermouse_process_msc() 67 input_report_rel(dev, REL_Y, buf[1] - data); in sermouse_process_msc() 106 input_report_rel(dev, REL_Y, buf[4]); in sermouse_process_ms() 118 input_report_rel(dev, REL_Y, data - buf[4]); 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 | 78 input_report_rel(atamouse_dev, REL_Y, dy); in atamouse_interrupt() 131 atamouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in atamouse_init()
|
| H A D | rpcmouse.c | 51 input_report_rel(dev, REL_Y, -dy); in rpcmouse_irq() 81 rpcmouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in rpcmouse_init()
|
| H A D | amimouse.c | 59 input_report_rel(dev, REL_Y, dy); in amimouse_interrupt() 110 dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in amimouse_probe()
|
| H A D | maplemouse.c | 44 input_report_rel(dev, REL_Y, rely); 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 | 65 input_report_rel(input, REL_Y, y); in gpio_mouse_scan() 123 input_set_capability(input, EV_REL, REL_Y); in gpio_mouse_probe()
|
| H A D | vsxxxaa.c | 245 input_report_rel(dev, REL_Y, dy); in vsxxxaa_handle_REL_packet() 483 __set_bit(REL_Y, input_dev->relbit); in vsxxxaa_connect()
|
| H A D | lifebook.c | 294 input_set_capability(dev2, EV_REL, REL_Y); in lifebook_create_relative_device()
|
| H A D | vmmouse.c | 161 input_report_rel(rel_dev, REL_Y, -(s32)y); in vmmouse_report_events()
|
| H A D | byd.c | 504 __clear_bit(REL_Y, dev->relbit); in byd_init()
|
| H A D | focaltech.c | 332 __clear_bit(REL_Y, dev->relbit); in focaltech_set_input_params()
|
| /linux/drivers/input/joystick/ |
| H A D | a3d.c | 105 … input_report_rel(dev, REL_Y, ((data[8] << 6) | (data[9] << 3) | data[10]) - ((data[8] & 4) << 7)); in a3d_read() 125 …input_report_rel(dev, REL_Y, ((data[12] << 6) | (data[13] << 3) | data[14]) - ((data[12] & 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()
|
| H A D | gamecon.c | 433 input_report_rel(dev, REL_Y, y_rel); in gc_nes_process_packet() 864 input_set_capability(input_dev, EV_REL, REL_Y); in gc_setup_pad()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_mouse.py | 685 expected_event = libevdev.InputEvent(libevdev.EV_REL.REL_Y, -1) 698 expected_event1 = libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2) 786 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2)) 841 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2)) 852 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2)) 918 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, -2)) 1007 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, -2))
|
| H A D | base.py | 67 libevdev.EV_REL.REL_Y,
|
| /linux/drivers/hid/usbhid/ |
| H A D | usbmouse.c | 75 input_report_rel(dev, REL_Y, data[2]); in usb_mouse_irq() 170 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in usb_mouse_probe()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lirc_mode2_user.c | 150 if (event.type == EV_REL && event.code == REL_Y && in main()
|
| /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 | 496 input_report_rel(adbhid[id]->input, REL_Y, 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 | 137 ioctl(fd, UI_SET_RELBIT, REL_Y); 160 emit(fd, EV_REL, REL_Y, 5);
|
| /linux/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() 311 input_set_capability(ptr, EV_REL, REL_Y); in xenkbd_probe()
|
| H A D | ati_remote2.c | 303 input_event(idev, EV_REL, REL_Y, (s8) data[2]); 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 | 74 input_report_rel(dev->input_dev, REL_Y, rel_y); in ir_imon_decode_scancode()
|
| H A D | bpf-lirc.c | 67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y); in BPF_CALL_3()
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 212 case REL_Y: in mousedev_rel_event() 1009 .relbit = { BIT_MASK(REL_X) | BIT_MASK(REL_Y) },
|