/linux-6.12.1/drivers/input/mouse/ |
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()
|
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()
|
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()
|
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()
|
D | logibm.c | 75 input_report_rel(logibm_dev, REL_Y, dy); in logibm_interrupt() 140 logibm_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in logibm_init()
|
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()
|
D | inport.c | 78 input_report_rel(inport_dev, REL_Y, inb(INPORT_DATA_PORT)); in inport_interrupt() 147 inport_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in inport_init()
|
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()
|
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()
|
D | synaptics_i2c.c | 365 input_report_rel(input, REL_Y, -y_delta); in synaptics_i2c_get_input() 500 __set_bit(REL_Y, input->relbit); in synaptics_i2c_set_input_params()
|
D | synaptics_usb.c | 115 input_report_rel(input_dev, REL_Y, -y); in synusb_report_stick() 396 __set_bit(REL_Y, input_dev->relbit); in synusb_probe()
|
D | alps.c | 290 input_report_rel(dev2, REL_Y, -(y > 255 ? (y - 512) : y)); in alps_process_packet_v1_v2() 595 input_report_rel(dev, REL_Y, -y); in alps_process_trackstick_packet_v3() 856 input_report_rel(dev2, REL_Y, -((s8)y / 4)); in alps_process_packet_v6() 1108 input_report_rel(dev2, REL_Y, -((s8)y)); in alps_process_trackstick_packet_v7() 1364 input_report_rel(dev2, REL_Y, SS4_TS_Y_V2(packet)); in alps_process_packet_ss4_v2() 1429 input_set_capability(dev3, EV_REL, REL_Y); in alps_do_register_bare_ps2_mouse() 3060 __clear_bit(REL_Y, dev1->relbit); in alps_init() 3125 input_set_capability(dev2, EV_REL, REL_Y); in alps_init()
|
D | lifebook.c | 294 input_set_capability(dev2, EV_REL, REL_Y); in lifebook_create_relative_device()
|
D | vmmouse.c | 161 input_report_rel(rel_dev, REL_Y, -(s32)y); in vmmouse_report_events()
|
/linux-6.12.1/drivers/input/joystick/ |
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()
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | test_mouse.py | 623 expected_event = libevdev.InputEvent(libevdev.EV_REL.REL_Y, -1) 636 expected_event1 = libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2) 724 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2)) 779 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2)) 790 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, 2)) 856 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, -2)) 945 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_Y, -2))
|
/linux-6.12.1/drivers/hid/usbhid/ |
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-6.12.1/tools/testing/selftests/bpf/ |
D | test_lirc_mode2_user.c | 150 if (event.type == EV_REL && event.code == REL_Y && in main()
|
/linux-6.12.1/drivers/input/rmi4/ |
D | rmi_2d_sensor.c | 131 input_report_rel(sensor->input, REL_Y, y); in rmi_2d_sensor_rel_report() 201 set_bit(REL_Y, input->relbit); in rmi_2d_sensor_set_input_params()
|
/linux-6.12.1/drivers/macintosh/ |
D | mac_hid.c | 54 mac_hid_emumouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in mac_hid_create_emumouse()
|
/linux-6.12.1/drivers/input/misc/ |
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()
|
/linux-6.12.1/Documentation/input/ |
D | uinput.rst | 137 ioctl(fd, UI_SET_RELBIT, REL_Y); 160 emit(fd, EV_REL, REL_Y, 5);
|
/linux-6.12.1/drivers/media/rc/ |
D | ir-imon-decoder.c | 74 input_report_rel(dev->input_dev, REL_Y, rel_y); in ir_imon_decode_scancode()
|
D | ati_remote.c | 634 input_report_rel(dev, REL_Y, dy * acc); in ati_remote_input_report() 729 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote_input_init()
|
D | bpf-lirc.c | 67 input_report_rel(ctrl->dev->input_dev, REL_Y, rel_y); in BPF_CALL_3()
|