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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Damimouse.c63 input_report_rel(amimouse_dev, REL_Y, dy);
115 amimouse_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Datarimouse.c90 input_report_rel(atamouse_dev, REL_Y, dy);
143 atamouse_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Drpcmouse.c54 input_report_rel(dev, REL_Y, -dy);
83 rpcmouse_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dsermouse.c82 input_report_rel(dev, REL_Y, -buf[1]);
89 input_report_rel(dev, REL_Y, buf[1] - data);
128 input_report_rel(dev, REL_Y, buf[4]);
140 input_report_rel(dev, REL_Y, data - buf[4]);
273 input_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dinport.c100 input_report_rel(inport_dev, REL_Y, inb(INPORT_DATA_PORT));
168 inport_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dlogibm.c97 input_report_rel(logibm_dev, REL_Y, dy);
161 logibm_dev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dlifebook.c167 input_report_rel(dev2, REL_Y,
266 dev2->relbit[LONG(REL_X)] = BIT(REL_X) | BIT(REL_Y);
H A Dalps.c89 input_report_rel(dev2, REL_Y,
132 input_report_rel(dev2, REL_Y, -(y > 255 ? (y - 512) : y));
480 dev2->relbit[LONG(REL_X)] |= BIT(REL_X) | BIT(REL_Y);
H A Dvsxxxaa.c266 input_report_rel (dev, REL_Y, dy);
521 set_bit (REL_Y, input_dev->relbit);
H A Dlogips2pp.c94 input_report_rel(dev, REL_Y, packet[2] ? (int) ((packet[0] << 3) & 0x100) - (int) packet[2] : 0);
H A Dsynaptics.c566 clear_bit(REL_Y, dev->relbit);
H A Dpsmouse-base.c189 input_report_rel(dev, REL_Y, packet[2] ? (int) ((packet[0] << 3) & 0x100) - (int) packet[2] : 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.c403 input_report_rel(adbhid[id]->input, REL_Y,
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.c127 input_report_rel(dev, REL_Y, ((data[8] << 6) | (data[9] << 3) | data[10]) - ((data[8] & 4) << 7));
147 input_report_rel(dev, REL_Y, ((data[12] << 6) | (data[13] << 3) | data[14]) - ((data[12] & 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.c312 input_report_rel(dev, REL_Y, y_rel);
683 set_bit(REL_Y, input_dev->relbit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dusbmouse.c85 input_report_rel(dev, REL_Y, data[2]);
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.c214 {KIND_ACCEL, 0x37, 0x72, EV_REL, REL_Y, -1}, /* up */
215 {KIND_ACCEL, 0x38, 0x73, EV_REL, REL_Y, 1}, /* down */
563 input_report_rel(dev, REL_Y, -acc);
567 input_report_rel(dev, REL_Y, -acc);
571 input_report_rel(dev, REL_Y, acc);
575 input_report_rel(dev, REL_Y, acc);
668 idev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
H A Dati_remote2.c186 input_event(idev, EV_REL, REL_Y, (s8) data[2]);
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.c331 case REL_Y:
491 .relbit = { BIT(REL_X) | BIT(REL_Y) },
H A Dmousedev.c191 case REL_Y: mousedev->packet.dy -= 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.c235 input_report_rel(dev, REL_Y, sdata[2]);
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.c464 input_report_rel(inputdev, REL_Y, y);
2060 (BIT(REL_X) | BIT(REL_Y) | BIT(REL_WHEEL) | BIT(REL_MISC));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h564 #define REL_Y 0x01 macro

Completed in 214 milliseconds