Home
last modified time | relevance | path

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

123

/openbmc/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 Dlogibm.c75 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()
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 Dinport.c78 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()
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 Dsynaptics_i2c.c365 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()
H A Dsynaptics_usb.c115 input_report_rel(input_dev, REL_Y, -y); in synusb_report_stick()
396 __set_bit(REL_Y, input_dev->relbit); in synusb_probe()
H A Dlifebook.c294 input_set_capability(dev2, EV_REL, REL_Y); in lifebook_create_relative_device()
H A Dalps.c290 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()
1437 input_set_capability(dev3, EV_REL, REL_Y); in alps_register_bare_ps2_mouse()
3054 __clear_bit(REL_Y, dev1->relbit); in alps_init()
3119 input_set_capability(dev2, EV_REL, REL_Y); in alps_init()
/openbmc/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()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py623 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))
/openbmc/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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c150 if (event.type == EV_REL && event.code == REL_Y && in main()
/openbmc/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.c131 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()
/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c39 [INPUT_AXIS_Y] = REL_Y,
351 (1 << REL_X) | (1 << REL_Y),
376 (1 << REL_X) | (1 << REL_Y),
/openbmc/linux/drivers/macintosh/
H A Dmac_hid.c53 mac_hid_emumouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in mac_hid_create_emumouse()
/openbmc/linux/Documentation/input/
H A Duinput.rst137 ioctl(fd, UI_SET_RELBIT, REL_Y);
160 emit(fd, EV_REL, REL_Y, 5);
/openbmc/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()
/openbmc/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()
H A Dati_remote.c634 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()

123