Searched refs:REL_X (Results 26 - 50 of 52) sorted by relevance

123

/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py65 libevdev.EV_REL.REL_X,
/linux-master/drivers/media/rc/
H A Dir-mce_kbd-decoder.c202 input_report_rel(dev->input_dev, REL_X, x);
H A Dati_remote.c632 input_report_rel(dev, REL_X, dx * acc);
729 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
H A Dimon.c1363 input_report_rel(ictx->idev, REL_X, rel_x);
2047 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y) |
H A Drc-main.c1827 set_bit(REL_X, dev->input_dev->relbit);
/linux-master/drivers/input/
H A Dmousedev.c208 case REL_X:
1009 .relbit = { BIT_MASK(REL_X) | BIT_MASK(REL_Y) },
/linux-master/drivers/macintosh/
H A Dadbhid.c494 input_report_rel(adbhid[id]->input, REL_X,
849 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
/linux-master/drivers/input/misc/
H A Dati_remote2.c331 input_event(idev, EV_REL, REL_X, (s8) data[1]);
583 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
H A Dadxl34x.c769 __set_bit(REL_X, input_dev->relbit);
/linux-master/drivers/input/joystick/
H A Dgamecon.c427 input_report_rel(dev, REL_X, x_rel);
865 input_set_capability(input_dev, EV_REL, REL_X);
/linux-master/drivers/input/mouse/
H A Dhgpk.c454 input_report_rel(dev, REL_X, x);
561 __set_bit(REL_X, input->relbit);
H A Delantech.c538 input_report_rel(tp_dev, REL_X, x);
2100 tp_dev->relbit[BIT_WORD(REL_X)] =
2101 BIT_MASK(REL_X) | BIT_MASK(REL_Y);
H A Dcypress_ps2.c406 __clear_bit(REL_X, input->relbit);
H A Delan_i2c_core.c1035 input_report_rel(input, REL_X, x);
1103 input_set_capability(input, EV_REL, REL_X);
H A Dpsmouse-base.c140 input_report_rel(dev, REL_X, x);
973 input_set_capability(input_dev, EV_REL, REL_X);
H A Dsynaptics.c1280 input_set_capability(dev, EV_REL, REL_X);
/linux-master/drivers/hid/
H A Dhid-alps.c416 input_report_rel(hdata->input2, REL_X, sp_x);
757 __set_bit(REL_X, input2->relbit);
H A Dhid-magicmouse.c494 input_report_rel(input, REL_X, x);
540 __set_bit(REL_X, input->relbit);
H A Dhid-sony.c904 input_report_rel(sc->touchpad, REL_X, relx);
/linux-master/drivers/input/tablet/
H A Daiptek.c318 REL_X, REL_Y, REL_WHEEL,
481 input_report_rel(inputdev, REL_X, x);
/linux-master/net/bluetooth/hidp/
H A Dcore.c222 input_report_rel(dev, REL_X, sdata[1]);
697 input->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h818 #define REL_X 0x00 macro
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h818 #define REL_X 0x00 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h818 #define REL_X 0x00 macro
/linux-master/drivers/input/keyboard/
H A Dapplespi.c1288 input_set_capability(touchpad_input_dev, EV_REL, REL_X);

Completed in 324 milliseconds

123