Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/input/mouse/
H A Dvmmouse.c187 input_report_rel(rel_dev, REL_Y, -(s32)y); in vmmouse_report_events()
H A Dbyd.c507 __clear_bit(REL_Y, dev->relbit); in byd_init()
H A Dfocaltech.c332 __clear_bit(REL_Y, dev->relbit); in focaltech_set_input_params()
H A Dhgpk.c455 input_report_rel(dev, REL_Y, y); in hgpk_process_simple_packet()
562 __set_bit(REL_Y, input->relbit); in hgpk_setup_input_device()
H A Delan_i2c_core.c1036 input_report_rel(input, REL_Y, y); in elan_report_trackpoint()
1104 input_set_capability(input, EV_REL, REL_Y); in elan_setup_trackpoint_input_device()
H A Dcypress_ps2.c407 __clear_bit(REL_Y, input->relbit); in cypress_set_input_params()
H A Dpsmouse-base.c141 input_report_rel(dev, REL_Y, -y); in psmouse_report_standard_motion()
974 input_set_capability(input_dev, EV_REL, REL_Y); in psmouse_apply_defaults()
H A Delantech.c539 input_report_rel(tp_dev, REL_Y, y); in elantech_report_trackpoint()
2101 BIT_MASK(REL_X) | BIT_MASK(REL_Y); in elantech_setup_ps2()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py64 libevdev.EV_REL.REL_Y,
/openbmc/linux/drivers/hid/
H A Dhid-alps.c417 input_report_rel(hdata->input2, REL_Y, sp_y); in u1_raw_event()
758 __set_bit(REL_Y, input2->relbit); in alps_input_configured()
H A Dhid-magicmouse.c492 input_report_rel(input, REL_Y, y); in magicmouse_raw_event()
538 __set_bit(REL_Y, input->relbit); in magicmouse_setup_input()
/openbmc/linux/drivers/macintosh/
H A Dadbhid.c496 input_report_rel(adbhid[id]->input, REL_Y, in adbhid_mouse_input()
849 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in adbhid_input_register()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h666 #define REL_Y 0x01 macro
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-cfa10049.dts170 linux,axis = <1>; /* REL_Y */
/openbmc/linux/drivers/input/joystick/
H A Dgamecon.c433 input_report_rel(dev, REL_Y, y_rel); in gc_nes_process_packet()
866 input_set_capability(input_dev, EV_REL, REL_Y); in gc_setup_pad()
/openbmc/linux/drivers/input/misc/
H A Dati_remote2.c332 input_event(idev, EV_REL, REL_Y, (s8) data[2]); in ati_remote2_input_mouse()
583 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote2_input_init()
/openbmc/linux/drivers/input/
H A Dmousedev.c212 case REL_Y: in mousedev_rel_event()
1009 .relbit = { BIT_MASK(REL_X) | BIT_MASK(REL_Y) },
/openbmc/qemu/ui/
H A Dinput-linux.c237 case REL_Y: in input_linux_handle_mouse()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h816 #define REL_Y 0x01 macro
/openbmc/linux/drivers/media/rc/
H A Dir-mce_kbd-decoder.c203 input_report_rel(dev->input_dev, REL_Y, y); in ir_mce_kbd_process_mouse_data()
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h817 #define REL_Y 0x01 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h817 #define REL_Y 0x01 macro
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c223 input_report_rel(dev, REL_Y, sdata[2]); in hidp_input_report()
697 input->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in hidp_setup_input()
/openbmc/linux/drivers/input/tablet/
H A Daiptek.c318 REL_X, REL_Y, REL_WHEEL,
482 input_report_rel(inputdev, REL_Y, y); in aiptek_irq()
/openbmc/linux/Documentation/input/
H A Devent-codes.rst101 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next
102 motion will emit more REL_X and REL_Y values and send another SYN_REPORT.

123