/Linux-v4.19/drivers/input/mouse/ |
D | sermouse.c | 75 input_report_rel(dev, REL_Y, -buf[1]); in sermouse_process_msc() 82 input_report_rel(dev, REL_Y, buf[1] - data); in sermouse_process_msc() 121 input_report_rel(dev, REL_Y, buf[4]); in sermouse_process_ms() 133 input_report_rel(dev, REL_Y, data - buf[4]); in sermouse_process_ms() 269 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in sermouse_connect()
|
D | atarimouse.c | 83 input_report_rel(atamouse_dev, REL_Y, dy); in atamouse_interrupt() 136 atamouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in atamouse_init()
|
D | rpcmouse.c | 54 input_report_rel(dev, REL_Y, -dy); in rpcmouse_irq() 84 rpcmouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in rpcmouse_init()
|
D | amimouse.c | 63 input_report_rel(dev, REL_Y, dy); in amimouse_interrupt() 114 dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in amimouse_probe()
|
D | logibm.c | 90 input_report_rel(logibm_dev, REL_Y, dy); in logibm_interrupt() 155 logibm_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in logibm_init()
|
D | maplemouse.c | 43 input_report_rel(dev, REL_Y, rely); in dc_mouse_callback() 93 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y) | in probe_maple_mouse()
|
D | inport.c | 93 input_report_rel(inport_dev, REL_Y, inb(INPORT_DATA_PORT)); in inport_interrupt() 162 inport_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in inport_init()
|
D | gpio_mouse.c | 69 input_report_rel(input, REL_Y, y); in gpio_mouse_scan() 137 input_set_capability(input, EV_REL, REL_Y); in gpio_mouse_probe()
|
D | pxa930_trkball.c | 68 input_report_rel(input, REL_Y, y); in pxa930_trkball_interrupt() 211 input_set_capability(input, EV_REL, REL_Y); in pxa930_trkball_probe()
|
D | vsxxxaa.c | 260 input_report_rel(dev, REL_Y, dy); in vsxxxaa_handle_REL_packet() 498 __set_bit(REL_Y, input_dev->relbit); in vsxxxaa_connect()
|
D | synaptics_i2c.c | 366 input_report_rel(input, REL_Y, -y_delta); in synaptics_i2c_get_input() 513 __set_bit(REL_Y, input->relbit); in synaptics_i2c_set_input_params()
|
D | synaptics_usb.c | 119 input_report_rel(input_dev, REL_Y, -y); in synusb_report_stick() 400 __set_bit(REL_Y, input_dev->relbit); in synusb_probe()
|
D | alps.c | 292 input_report_rel(dev2, REL_Y, -(y > 255 ? (y - 512) : y)); in alps_process_packet_v1_v2() 597 input_report_rel(dev, REL_Y, -y); in alps_process_trackstick_packet_v3() 858 input_report_rel(dev2, REL_Y, -((char)y / 4)); in alps_process_packet_v6() 1110 input_report_rel(dev2, REL_Y, -((char)y)); in alps_process_trackstick_packet_v7() 1366 input_report_rel(dev2, REL_Y, SS4_TS_Y_V2(packet)); in alps_process_packet_ss4_v2() 1439 input_set_capability(dev3, EV_REL, REL_Y); in alps_register_bare_ps2_mouse() 3039 __clear_bit(REL_Y, dev1->relbit); in alps_init() 3104 input_set_capability(dev2, EV_REL, REL_Y); in alps_init()
|
D | lifebook.c | 297 input_set_capability(dev2, EV_REL, REL_Y); in lifebook_create_relative_device()
|
/Linux-v4.19/drivers/input/joystick/ |
D | a3d.c | 120 … input_report_rel(dev, REL_Y, ((data[8] << 6) | (data[9] << 3) | data[10]) - ((data[8] & 4) << 7)); in a3d_read() 140 …input_report_rel(dev, REL_Y, ((data[12] << 6) | (data[13] << 3) | data[14]) - ((data[12] & 4) << 7… in a3d_read() 324 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y); in a3d_connect() 351 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y); in a3d_connect()
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | usbmouse.c | 87 input_report_rel(dev, REL_Y, data[2]); in usb_mouse_irq() 182 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in usb_mouse_probe()
|
/Linux-v4.19/drivers/media/rc/ |
D | ir-imon-decoder.c | 83 input_report_rel(imon->idev, REL_Y, rel_y); in ir_imon_decode_scancode() 263 set_bit(REL_Y, idev->relbit); in ir_imon_register()
|
D | ir-mce_kbd-decoder.c | 212 input_report_rel(data->idev, REL_Y, y); in ir_mce_kbd_process_mouse_data() 396 set_bit(REL_Y, idev->relbit); in ir_mce_kbd_register()
|
D | ati_remote.c | 646 input_report_rel(dev, REL_Y, dy * acc); in ati_remote_input_report() 741 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote_input_init()
|
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_2d_sensor.c | 134 input_report_rel(sensor->input, REL_Y, y); in rmi_2d_sensor_rel_report() 204 set_bit(REL_Y, input->relbit); in rmi_2d_sensor_set_input_params()
|
/Linux-v4.19/drivers/macintosh/ |
D | mac_hid.c | 52 mac_hid_emumouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in mac_hid_create_emumouse()
|
/Linux-v4.19/Documentation/input/ |
D | uinput.rst | 137 ioctl(fd, UI_SET_RELBIT, REL_Y); 160 emit(fd, EV_REL, REL_Y, 5);
|
/Linux-v4.19/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-v4.19/drivers/hid/ |
D | hid-magicmouse.c | 354 input_report_rel(input, REL_Y, y); in magicmouse_raw_event() 378 __set_bit(REL_Y, input->relbit); in magicmouse_setup_input()
|
D | hid-alps.c | 420 input_report_rel(hdata->input2, REL_Y, sp_y); in u1_raw_event() 743 __set_bit(REL_Y, input2->relbit); in alps_input_configured()
|