Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dsermouse.c79 input_report_rel(dev, REL_Y, -buf[1]); in sermouse_process_msc()
86 input_report_rel(dev, REL_Y, buf[1] - data); in sermouse_process_msc()
125 input_report_rel(dev, REL_Y, buf[4]); in sermouse_process_ms()
137 input_report_rel(dev, REL_Y, data - buf[4]); in sermouse_process_ms()
271 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in sermouse_connect()
Datarimouse.c83 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()
Drpcmouse.c54 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()
Damimouse.c63 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()
Dlogibm.c94 input_report_rel(logibm_dev, REL_Y, dy); in logibm_interrupt()
159 logibm_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in logibm_init()
Dinport.c97 input_report_rel(inport_dev, REL_Y, inb(INPORT_DATA_PORT)); in inport_interrupt()
166 inport_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in inport_init()
Dmaplemouse.c43 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()
Dgpio_mouse.c44 input_report_rel(input, REL_Y, y); in gpio_mouse_scan()
116 input_set_capability(input, EV_REL, REL_Y); in gpio_mouse_probe()
Dpxa930_trkball.c68 input_report_rel(input, REL_Y, y); in pxa930_trkball_interrupt()
211 input_set_capability(input, EV_REL, REL_Y); in pxa930_trkball_probe()
Dlifebook.c194 input_report_rel(dev2, REL_Y, in lifebook_process_byte()
298 dev2->relbit[BIT_WORD(REL_X)] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in lifebook_create_relative_device()
Dvsxxxaa.c260 input_report_rel(dev, REL_Y, dy); in vsxxxaa_handle_REL_packet()
498 __set_bit(REL_Y, input_dev->relbit); in vsxxxaa_connect()
Dsynaptics_i2c.c366 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()
Dsynaptics_usb.c115 input_report_rel(input_dev, REL_Y, -y); in synusb_report_stick()
389 __set_bit(REL_Y, input_dev->relbit); in synusb_probe()
Dalps.c285 input_report_rel(dev2, REL_Y, -(y > 255 ? (y - 512) : y)); in alps_process_packet_v1_v2()
590 input_report_rel(dev, REL_Y, -y); in alps_process_trackstick_packet_v3()
853 input_report_rel(dev2, REL_Y, -((char)y / 4)); in alps_process_packet_v6()
1113 input_report_rel(dev2, REL_Y, -((char)y)); in alps_process_trackstick_packet_v7()
1364 input_set_capability(dev3, EV_REL, REL_Y); in alps_register_bare_ps2_mouse()
1422 input_report_rel(dev, REL_Y, in alps_report_bare_ps2_packet()
2880 __clear_bit(REL_Y, dev1->relbit); in alps_init()
2945 input_set_capability(dev2, EV_REL, REL_Y); in alps_init()
Dlogips2pp.c94 input_report_rel(dev, REL_Y, packet[2] ? (int) ((packet[0] << 3) & 0x100) - (int) packet[2] : 0); in ps2pp_process_byte()
Dfocaltech.c336 __clear_bit(REL_Y, dev->relbit); in focaltech_set_input_params()
Dvmmouse.c190 input_report_rel(rel_dev, REL_Y, -(s32)y); in vmmouse_report_events()
Dhgpk.c458 input_report_rel(dev, REL_Y, y); in hgpk_process_simple_packet()
565 __set_bit(REL_Y, input->relbit); in hgpk_setup_input_device()
Dsynaptics.c1186 __set_bit(REL_Y, dev->relbit); in set_input_params()
1244 __clear_bit(REL_Y, dev->relbit); in set_input_params()
Delantech.c446 input_report_rel(tp_dev, REL_Y, y); in elantech_report_trackpoint()
1725 BIT_MASK(REL_X) | BIT_MASK(REL_Y); in elantech_init()
Dcypress_ps2.c410 __clear_bit(REL_Y, input->relbit); in cypress_set_input_params()
Dpsmouse-base.c209 input_report_rel(dev, REL_Y, packet[2] ? (int) ((packet[0] << 3) & 0x100) - (int) packet[2] : 0); in psmouse_process_byte()
724 __set_bit(REL_Y, input_dev->relbit); in psmouse_apply_defaults()
Dsentelic.c851 input_report_rel(dev, REL_Y, rel_y); in fsp_process_byte()
/linux-4.4.14/drivers/input/joystick/
Da3d.c124 … input_report_rel(dev, REL_Y, ((data[8] << 6) | (data[9] << 3) | data[10]) - ((data[8] & 4) << 7)); in a3d_read()
144 …input_report_rel(dev, REL_Y, ((data[12] << 6) | (data[13] << 3) | data[14]) - ((data[12] & 4) << 7… in a3d_read()
328 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y); in a3d_connect()
355 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y); in a3d_connect()
Dgamecon.c452 input_report_rel(dev, REL_Y, y_rel); in gc_nes_process_packet()
883 __set_bit(REL_Y, input_dev->relbit); in gc_setup_pad()
/linux-4.4.14/drivers/hid/usbhid/
Dusbmouse.c88 input_report_rel(dev, REL_Y, data[2]); in usb_mouse_irq()
183 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in usb_mouse_probe()
/linux-4.4.14/drivers/input/misc/
Dxen-kbdfront.c72 input_report_rel(dev, REL_Y, event->motion.rel_y); in input_handler()
181 input_set_capability(ptr, EV_REL, REL_Y); in xenkbd_probe()
Dati_remote2.c337 input_event(idev, EV_REL, REL_Y, (s8) data[2]); in ati_remote2_input_mouse()
588 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote2_input_init()
Dadxl34x.c764 __set_bit(REL_Y, input_dev->relbit); in adxl34x_probe()
/linux-4.4.14/drivers/media/rc/
Dir-mce_kbd-decoder.c200 input_report_rel(idev, REL_Y, y); in ir_mce_kbd_process_mouse_data()
383 set_bit(REL_Y, idev->relbit); in ir_mce_kbd_register()
Dati_remote.c643 input_report_rel(dev, REL_Y, dy * acc); in ati_remote_input_report()
738 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote_input_init()
Dimon.c1376 input_report_rel(ictx->idev, REL_Y, rel_y); in imon_mouse_event()
2033 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y) | in imon_init_idev()
/linux-4.4.14/drivers/macintosh/
Dmac_hid.c52 mac_hid_emumouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in mac_hid_create_emumouse()
Dadbhid.c496 input_report_rel(adbhid[id]->input, REL_Y, in adbhid_mouse_input()
851 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in adbhid_input_register()
/linux-4.4.14/drivers/hid/
Dhid-magicmouse.c353 input_report_rel(input, REL_Y, y); in magicmouse_raw_event()
377 __set_bit(REL_Y, input->relbit); in magicmouse_setup_input()
Dhid-logitech-hidpp.c1152 input_report_rel(mydata->input, REL_Y, v); in m560_raw_event()
1179 __set_bit(REL_Y, mydata->input->relbit); in m560_populate_input()
Dhid-debug.c959 [REL_X] = "X", [REL_Y] = "Y",
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/linux-4.4.14/arch/arm/boot/dts/
Dimx28-cfa10049.dts417 linux,axis = <1>; /* REL_Y */
/linux-4.4.14/drivers/input/
Dmousedev.c214 case REL_Y: in mousedev_rel_event()
1012 .relbit = { BIT_MASK(REL_X) | BIT_MASK(REL_Y) },
/linux-4.4.14/Documentation/input/
Devent-codes.txt78 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next
79 motion will emit more REL_X and REL_Y values and send another SYN_REPORT.
/linux-4.4.14/net/bluetooth/hidp/
Dcore.c217 input_report_rel(dev, REL_Y, sdata[2]); in hidp_input_report()
691 input->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in hidp_setup_input()
/linux-4.4.14/drivers/input/tablet/
Daiptek.c339 REL_X, REL_Y, REL_WHEEL,
503 input_report_rel(inputdev, REL_Y, y); in aiptek_irq()