Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/input/mouse/
H A Dalps.c289 input_report_rel(dev2, REL_X, (x > 383 ? (x - 768) : x)); in alps_process_packet_v1_v2()
594 input_report_rel(dev, REL_X, x); in alps_process_trackstick_packet_v3()
855 input_report_rel(dev2, REL_X, (s8)x / 4); in alps_process_packet_v6()
1107 input_report_rel(dev2, REL_X, (s8)x); in alps_process_trackstick_packet_v7()
1363 input_report_rel(dev2, REL_X, SS4_TS_X_V2(packet)); in alps_process_packet_ss4_v2()
1436 input_set_capability(dev3, EV_REL, REL_X); in alps_register_bare_ps2_mouse()
3053 __clear_bit(REL_X, dev1->relbit); in alps_init()
3118 input_set_capability(dev2, EV_REL, REL_X); in alps_init()
H A Dvmmouse.c186 input_report_rel(rel_dev, REL_X, (s32)x); in vmmouse_report_events()
H A Dbyd.c506 __clear_bit(REL_X, dev->relbit); in byd_init()
H A Dfocaltech.c331 __clear_bit(REL_X, dev->relbit); in focaltech_set_input_params()
H A Dhgpk.c454 input_report_rel(dev, REL_X, x); in hgpk_process_simple_packet()
561 __set_bit(REL_X, input->relbit); in hgpk_setup_input_device()
H A Delan_i2c_core.c1035 input_report_rel(input, REL_X, x); in elan_report_trackpoint()
1103 input_set_capability(input, EV_REL, REL_X); in elan_setup_trackpoint_input_device()
H A Dcypress_ps2.c406 __clear_bit(REL_X, input->relbit); in cypress_set_input_params()
H A Dpsmouse-base.c140 input_report_rel(dev, REL_X, x); in psmouse_report_standard_motion()
973 input_set_capability(input_dev, EV_REL, REL_X); in psmouse_apply_defaults()
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c66 input_report_rel(ctrl->dev->input_dev, REL_X, rel_x); in BPF_CALL_3()
H A Dati_remote.c632 input_report_rel(dev, REL_X, dx * acc); in ati_remote_input_report()
729 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y); in ati_remote_input_init()
H A Dir-mce_kbd-decoder.c202 input_report_rel(dev->input_dev, REL_X, x); in ir_mce_kbd_process_mouse_data()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py63 libevdev.EV_REL.REL_X,
/openbmc/linux/drivers/hid/
H A Dhid-alps.c416 input_report_rel(hdata->input2, REL_X, sp_x); in u1_raw_event()
757 __set_bit(REL_X, input2->relbit); in alps_input_configured()
H A Dhid-magicmouse.c491 input_report_rel(input, REL_X, x); in magicmouse_raw_event()
537 __set_bit(REL_X, input->relbit); in magicmouse_setup_input()
/openbmc/linux/drivers/macintosh/
H A Dadbhid.c494 input_report_rel(adbhid[id]->input, REL_X, 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.h665 #define REL_X 0x00 macro
/openbmc/linux/drivers/input/joystick/
H A Dgamecon.c427 input_report_rel(dev, REL_X, x_rel); in gc_nes_process_packet()
865 input_set_capability(input_dev, EV_REL, REL_X); in gc_setup_pad()
/openbmc/linux/drivers/input/misc/
H A Dati_remote2.c331 input_event(idev, EV_REL, REL_X, (s8) data[1]); 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.c208 case REL_X: in mousedev_rel_event()
1009 .relbit = { BIT_MASK(REL_X) | BIT_MASK(REL_Y) },
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h815 #define REL_X 0x00 macro
/openbmc/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-common.dtsi125 linux,axis = <REL_X>;
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c222 input_report_rel(dev, REL_X, sdata[1]); 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,
481 input_report_rel(inputdev, REL_X, x); 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.
/openbmc/linux/Documentation/hid/
H A Dhidintro.rst332 into the ``EV_REL/REL_X`` evdev event".
365 # Event code 0 (REL_X)

123