Searched refs:REL_X (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Damimouse.c62 input_report_rel(amimouse_dev, REL_X, dx);
115 amimouse_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Datarimouse.c89 input_report_rel(atamouse_dev, REL_X, dx);
143 atamouse_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Drpcmouse.c53 input_report_rel(dev, REL_X, dx);
83 rpcmouse_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dsermouse.c81 input_report_rel(dev, REL_X, data / 2);
88 input_report_rel(dev, REL_X, buf[0]);
127 input_report_rel(dev, REL_X, data / 2);
139 input_report_rel(dev, REL_X, buf[3]);
273 input_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dinport.c97 input_report_rel(inport_dev, REL_X, inb(INPORT_DATA_PORT));
168 inport_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dlogibm.c96 input_report_rel(logibm_dev, REL_X, dx);
161 logibm_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dlifebook.c165 input_report_rel(dev2, REL_X,
266 dev2->relbit[LONG(REL_X)] = BIT(REL_X) | BIT(REL_Y);
H A Dhil_ptr.c170 input_report_rel(dev, REL_X + i, val);
350 set_bit(REL_X + i, ptr->dev->relbit);
352 set_bit(REL_X + i, ptr->dev->relbit);
H A Dalps.c87 input_report_rel(dev2, REL_X,
131 input_report_rel(dev2, REL_X, (x > 383 ? (x - 768) : x));
480 dev2->relbit[LONG(REL_X)] |= BIT(REL_X) | BIT(REL_Y);
H A Dvsxxxaa.c265 input_report_rel (dev, REL_X, dx);
520 set_bit (REL_X, input_dev->relbit);
H A Dlogips2pp.c93 input_report_rel(dev, REL_X, packet[1] ? (int) packet[1] - (int) ((packet[0] << 4) & 0x100) : 0);
H A Dsynaptics.c565 clear_bit(REL_X, dev->relbit);
H A Dpsmouse-base.c188 input_report_rel(dev, REL_X, packet[1] ? (int) packet[1] - (int) ((packet[0] << 4) & 0x100) : 0);
1090 input_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmac_hid.c121 emumousebtn->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dadbhid.c401 input_report_rel(adbhid[id]->input, REL_X,
727 input_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Da3d.c126 input_report_rel(dev, REL_X, ((data[5] << 6) | (data[6] << 3) | data[ 7]) - ((data[5] & 4) << 7));
146 input_report_rel(dev, REL_X, ((data[ 9] << 6) | (data[10] << 3) | data[11]) - ((data[ 9] & 4) << 7));
330 input_dev->relbit[0] |= BIT(REL_X) | BIT(REL_Y);
352 input_dev->relbit[0] |= BIT(REL_X) | BIT(REL_Y);
H A Dgamecon.c306 input_report_rel(dev, REL_X, x_rel);
682 set_bit(REL_X, input_dev->relbit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dusbmouse.c84 input_report_rel(dev, REL_X, data[1]);
178 input_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dati_remote.c212 {KIND_ACCEL, 0x35, 0x70, EV_REL, REL_X, -1}, /* left */
213 {KIND_ACCEL, 0x36, 0x71, EV_REL, REL_X, 1}, /* right */
562 input_report_rel(dev, REL_X, -acc);
566 input_report_rel(dev, REL_X, acc);
570 input_report_rel(dev, REL_X, -acc);
574 input_report_rel(dev, REL_X, acc);
668 idev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dati_remote2.c185 input_event(idev, EV_REL, REL_X, (s8) data[1]);
351 idev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dtsdev.c323 case REL_X:
491 .relbit = { BIT(REL_X) | BIT(REL_Y) },
H A Dmousedev.c190 case REL_X: mousedev->packet.dx += value; break;
781 .relbit = { BIT(REL_X) | BIT(REL_Y) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/hidp/
H A Dcore.c234 input_report_rel(dev, REL_X, sdata[1]);
658 input->relbit[0] = BIT(REL_X) | BIT(REL_Y);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c707 [REL_X] = "X", [REL_Y] = "Y",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c463 input_report_rel(inputdev, REL_X, x);
2060 (BIT(REL_X) | BIT(REL_Y) | BIT(REL_WHEEL) | BIT(REL_MISC));

Completed in 204 milliseconds

12