Home
last modified time | relevance | path

Searched refs:REL_X (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/drivers/input/mouse/
H A Dsermouse.c59 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 Datarimouse.c77 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 Drpcmouse.c50 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 Damimouse.c58 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 Dlogibm.c74 input_report_rel(logibm_dev, REL_X, dx); in logibm_interrupt()
140 logibm_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in logibm_init()
H A Dmaplemouse.c43 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 Dinport.c75 input_report_rel(inport_dev, REL_X, 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.c64 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 Dvsxxxaa.c244 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 Dsynaptics_i2c.c364 input_report_rel(input, REL_X, x_delta); in synaptics_i2c_get_input()
499 __set_bit(REL_X, input->relbit); in synaptics_i2c_set_input_params()
H A Dsynaptics_usb.c114 input_report_rel(input_dev, REL_X, x); in synusb_report_stick()
395 __set_bit(REL_X, input_dev->relbit); in synusb_probe()
H A Dlifebook.c293 input_set_capability(dev2, EV_REL, REL_X); in lifebook_create_relative_device()
/openbmc/linux/drivers/input/joystick/
H A Da3d.c104 … 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()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Drotary-encoder.txt8 Defaults to 0 (ABS_X / REL_X)
38 linux,axis = <0>; /* REL_X */
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py629 expected_event = libevdev.InputEvent(libevdev.EV_REL.REL_X, 1)
635 expected_event0 = libevdev.InputEvent(libevdev.EV_REL.REL_X, -1)
723 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, -1))
778 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, -1))
789 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, -1))
855 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, 1))
944 expected.append(libevdev.InputEvent(libevdev.EV_REL.REL_X, 1))
/openbmc/linux/drivers/hid/usbhid/
H A Dusbmouse.c74 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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch32 return evemu_has_event(dev, EV_REL, REL_X) ||
/openbmc/linux/drivers/input/keyboard/
H A Dhil_kbd.c246 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()
/openbmc/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.c130 input_report_rel(sensor->input, REL_X, x); in rmi_2d_sensor_rel_report()
200 set_bit(REL_X, input->relbit); in rmi_2d_sensor_set_input_params()
/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c38 [INPUT_AXIS_X] = REL_X,
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/qemu/ui/
H A Dinput-linux.c234 case REL_X: in input_linux_handle_mouse()
341 if (relmap & (1 << REL_X)) { in input_linux_complete()
/openbmc/linux/Documentation/input/
H A Duinput.rst136 ioctl(fd, UI_SET_RELBIT, REL_X);
159 emit(fd, EV_REL, REL_X, 5);
/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c69 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()
/openbmc/linux/drivers/media/rc/
H A Dir-imon-decoder.c73 input_report_rel(dev->input_dev, REL_X, rel_x); in ir_imon_decode_scancode()

123