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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-a4tech.c42 if (usage->type == EV_REL && usage->code == REL_WHEEL)
64 if (usage->type == EV_REL && usage->code == REL_WHEEL) {
71 REL_WHEEL, a4->delayed_value);
81 if (usage->code == REL_WHEEL && a4->hw_wheel) {
H A Dhid-ezkey.c38 case 0x231: ez_map_rel(REL_WHEEL); break;
61 input_event(input, usage->type, REL_WHEEL, -value);
H A Dhid-cypress.c64 if (usage->type == EV_REL && usage->code == REL_WHEEL)
90 if (usage->code == REL_WHEEL && (quirks & CP_2WHEEL_MOUSE_HACK_ON)) {
H A Dhid-magicmouse.c219 input_report_rel(input, REL_WHEEL, step_y);
351 __set_bit(REL_WHEEL, input->relbit);
H A Dhid-wacom.c257 input_report_rel(input, REL_WHEEL, rw);
387 __set_bit(REL_WHEEL, input->relbit);
H A Dhid-debug.c811 [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dmaplemouse.c44 input_report_rel(dev, REL_WHEEL, relz);
95 BIT_MASK(REL_WHEEL);
H A Dlogips2pp.c61 input_report_rel(dev, packet[2] & 0x80 ? REL_HWHEEL : REL_WHEEL,
80 input_report_rel(dev, packet[2] & 0x08 ? REL_HWHEEL : REL_WHEEL,
281 __set_bit(REL_WHEEL, input_dev->relbit);
H A Dsermouse.c161 input_report_rel(dev, REL_WHEEL, (data & 8) - (data & 7));
183 input_report_rel(dev, data & 0x80 ? REL_HWHEEL : REL_WHEEL, (data & 7) - (data & 8));
277 if (c & 0x10) set_bit(REL_WHEEL, input_dev->relbit);
H A Dalps.c227 input_report_rel(dev, REL_WHEEL, ((packet[2] << 1) & 0x08) - ((packet[0] >> 4) & 0x07));
699 dev1->relbit[BIT_WORD(REL_WHEEL)] |= BIT_MASK(REL_WHEEL);
H A Dpsmouse-base.c144 input_report_rel(dev, REL_WHEEL, -(signed char) packet[3]);
153 input_report_rel(dev, REL_WHEEL, (int) (packet[3] & 32) - (int) (packet[3] & 31));
160 input_report_rel(dev, REL_WHEEL, (int) (packet[3] & 8) - (int) (packet[3] & 7));
436 __set_bit(REL_WHEEL, psmouse->dev->relbit);
467 __set_bit(REL_WHEEL, psmouse->dev->relbit);
510 __set_bit(REL_WHEEL, psmouse->dev->relbit);
H A Dsentelic.c674 input_report_rel(dev, REL_WHEEL,
843 __set_bit(REL_WHEEL, psmouse->dev->relbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dxen-kbdfront.c74 input_report_rel(dev, REL_WHEEL,
95 input_report_rel(dev, REL_WHEEL,
165 ptr->relbit[0] = BIT(REL_X) | BIT(REL_Y) | BIT(REL_WHEEL);
H A Dmousedev.c222 case REL_WHEEL:
1018 .relbit = { BIT_MASK(REL_WHEEL) },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dusbmouse.c89 input_report_rel(dev, REL_WHEEL, data[3]);
185 input_dev->relbit[0] |= BIT_MASK(REL_WHEEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c251 input_report_rel(input, REL_WHEEL, rw);
270 input_report_rel(input, REL_WHEEL, rw);
637 input_report_rel(input, REL_WHEEL, ((data[7] & 0x80) >> 7)
650 input_report_rel(input, REL_WHEEL, (data[8] & 0x01)
913 input_set_capability(input_dev, EV_REL, REL_WHEEL);
973 input_set_capability(input_dev, EV_REL, REL_WHEEL);
H A Daiptek.c340 REL_X, REL_Y, REL_WHEEL,
509 input_report_rel(inputdev, REL_WHEEL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c783 input_report_rel(jog_dev, REL_WHEEL, 1);
789 input_report_rel(jog_dev, REL_WHEEL, -1);
1170 jog_dev->relbit[0] = BIT_MASK(REL_WHEEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c239 input_report_rel(dev, REL_WHEEL, sdata[3]);
687 input->relbit[0] |= BIT_MASK(REL_WHEEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Datkbd.c509 input_report_rel(dev, REL_WHEEL,
1066 input_dev->relbit[0] = BIT_MASK(REL_WHEEL) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c342 input_report_rel(jog_dev, REL_WHEEL, 1);
348 input_report_rel(jog_dev, REL_WHEEL, -1);
452 input_set_capability(jog_dev, EV_REL, REL_WHEEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dimon.c1255 input_report_rel(ictx->idev, REL_WHEEL, dir);
1686 BIT_MASK(REL_WHEEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h661 #define REL_WHEEL 0x08 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/boards/
H A Dezkit.c1029 .rotary_rel_code = REL_WHEEL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/boards/
H A Dezkit.c163 .rotary_rel_code = REL_WHEEL,

Completed in 377 milliseconds