Searched refs:REL_X (Results 1 - 25 of 52) sorted by path

123

/linux-master/drivers/input/mouse/
H A Datarimouse.c77 input_report_rel(atamouse_dev, REL_X, dx);
131 atamouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
H A Dlifebook.c293 input_set_capability(dev2, EV_REL, REL_X);
H A Dmaplemouse.c43 input_report_rel(dev, REL_X, relx);
94 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y) |
H A Drpcmouse.c50 input_report_rel(dev, REL_X, dx);
81 rpcmouse_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
H A Dalps.c289 input_report_rel(dev2, REL_X, (x > 383 ? (x - 768) : x));
594 input_report_rel(dev, REL_X, x);
855 input_report_rel(dev2, REL_X, (s8)x / 4);
1107 input_report_rel(dev2, REL_X, (s8)x);
1363 input_report_rel(dev2, REL_X, SS4_TS_X_V2(packet));
1436 input_set_capability(dev3, EV_REL, REL_X);
3053 __clear_bit(REL_X, dev1->relbit);
3118 input_set_capability(dev2, EV_REL, REL_X);
H A Damimouse.c58 input_report_rel(dev, REL_X, dx);
110 dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
H A Dbyd.c506 __clear_bit(REL_X, dev->relbit);
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 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 Dfocaltech.c331 __clear_bit(REL_X, 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/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-debug.c3490 [REL_X] = "X", [REL_Y] = "Y",
H A Dhid-logitech-hidpp.c3299 input_report_rel(hidpp->input, REL_X, v);
3326 __set_bit(REL_X, input_dev->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/hid/usbhid/
H A Dusbmouse.c74 input_report_rel(dev, REL_X, data[1]);
170 input_dev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
/linux-master/drivers/input/joystick/
H A Da3d.c104 input_report_rel(dev, REL_X, ((data[5] << 6) | (data[6] << 3) | data[ 7]) - ((data[5] & 4) << 7));
124 input_report_rel(dev, REL_X, ((data[ 9] << 6) | (data[10] << 3) | data[11]) - ((data[ 9] & 4) << 7));
309 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y);
336 input_dev->relbit[0] |= BIT_MASK(REL_X) | BIT_MASK(REL_Y);
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/keyboard/
H A Dapplespi.c1288 input_set_capability(touchpad_input_dev, EV_REL, REL_X);
H A Dhil_kbd.c246 input_report_rel(dev, REL_X + i, val);
369 __set_bit(REL_X + i, input_dev->relbit);
372 __set_bit(REL_X + i, input_dev->relbit);
/linux-master/drivers/input/misc/
H A Dadxl34x.c769 __set_bit(REL_X, input_dev->relbit);
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 Dxen-kbdfront.c69 input_report_rel(info->ptr, REL_X, motion->rel_x);
310 input_set_capability(ptr, EV_REL, REL_X);

Completed in 339 milliseconds

123