Home
last modified time | relevance | path

Searched refs:REL_Y (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/input/mouse/
H A Dsermouse.c60 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 Datarimouse.c78 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 Drpcmouse.c51 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 Damimouse.c59 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 Dmaplemouse.c44 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 Dgpio_mouse.c65 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 Dvsxxxaa.c245 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 Dlifebook.c294 input_set_capability(dev2, EV_REL, REL_Y); in lifebook_create_relative_device()
H A Dvmmouse.c161 input_report_rel(rel_dev, REL_Y, -(s32)y); in vmmouse_report_events()
H A Dbyd.c504 __clear_bit(REL_Y, dev->relbit); in byd_init()
H A Dfocaltech.c332 __clear_bit(REL_Y, dev->relbit); in focaltech_set_input_params()
/linux/drivers/input/joystick/
H A Da3d.c105 … 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 Dgamecon.c433 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 Dtest_mouse.py685 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 Dbase.py67 libevdev.EV_REL.REL_Y,
/linux/drivers/hid/usbhid/
H A Dusbmouse.c75 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 Dtest_lirc_mode2_user.c150 if (event.type == EV_REL && event.code == REL_Y && in main()
/linux/drivers/macintosh/
H A Dmac_hid.c54 mac_hid_emumouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in mac_hid_create_emumouse()
H A Dadbhid.c496 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 Duinput.rst137 ioctl(fd, UI_SET_RELBIT, REL_Y);
160 emit(fd, EV_REL, REL_Y, 5);
/linux/drivers/input/misc/
H A Dxen-kbdfront.c70 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 Dati_remote2.c303 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 Dir-imon-decoder.c74 input_report_rel(dev->input_dev, REL_Y, rel_y); in ir_imon_decode_scancode()
H A Dbpf-lirc.c67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y); in BPF_CALL_3()
/linux/drivers/input/
H A Dmousedev.c212 case REL_Y: in mousedev_rel_event()
1009 .relbit = { BIT_MASK(REL_X) | BIT_MASK(REL_Y) },

12