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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmac_hid.c119 emumousebtn->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
/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 */
214 {KIND_ACCEL, 0x37, 0x72, EV_REL, REL_Y, -1}, /* up */
215 {KIND_ACCEL, 0x38, 0x73, EV_REL, REL_Y, 1}, /* down */
217 {KIND_LU, 0x39, 0x74, EV_REL, 0, 0}, /* left up */
218 {KIND_RU, 0x3a, 0x75, EV_REL, 0, 0}, /* right up */
219 {KIND_LD, 0x3c, 0x77, EV_REL, 0, 0}, /* left down */
220 {KIND_RD, 0x3b, 0x76, EV_REL, 0, 0}, /* right down */
665 idev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dati_remote2.c185 input_event(idev, EV_REL, REL_X, (s8) data[1]);
186 input_event(idev, EV_REL, REL_Y, (s8) data[2]);
349 idev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP) | BIT(EV_REL);
H A Dpowermate.c366 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL) | BIT(EV_MSC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Damimouse.c114 amimouse_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Datarimouse.c142 atamouse_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Drpcmouse.c81 rpcmouse_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dinport.c166 inport_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dlogibm.c159 logibm_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dalps.c462 dev1->evbit[LONG(EV_REL)] |= BIT(EV_REL);
479 dev2->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dlifebook.c265 dev2->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dsermouse.c271 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dhil_ptr.c301 ptr->dev->evbit[0] = BIT(EV_REL);
H A Dvsxxxaa.c514 set_bit (EV_REL, input_dev->evbit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dwarrior.c165 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL) | BIT(EV_ABS);
H A Da3d.c329 input_dev->evbit[0] |= BIT(EV_ABS) | BIT(EV_KEY) | BIT(EV_REL);
351 input_dev->evbit[0] |= BIT(EV_KEY) | BIT(EV_REL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_sys.c151 input_dev->evbit[0] |= BIT(EV_REL);
173 input_dev->evbit[0] |= BIT(EV_MSC) | BIT(EV_REL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dtsdev.c321 case EV_REL:
489 .evbit = { BIT(EV_KEY) | BIT(EV_REL) },
H A Dinput.c123 case EV_REL:
549 if (test_bit(EV_REL, dev->evbit))
970 if (test_bit(EV_REL, dev->evbit))
1051 * @type: type of the event (EV_KEY, EV_REL, etc...)
1064 case EV_REL:
H A Dmousedev.c321 case EV_REL:
779 .evbit = { BIT(EV_KEY) | BIT(EV_REL) },
785 .evbit = { BIT(EV_KEY) | BIT(EV_REL) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dusbmouse.c176 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dpxa27x_keyboard.c174 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_REP) | BIT(EV_REL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c500 [EV_REL] = "Relative", [EV_ABS] = "Absolute",
754 [EV_REL] = relatives, [EV_ABS] = absolutes,
H A Dhid-input.c69 #define map_rel(c) do { usage->code = c; usage->type = EV_REL; bit = input->relbit; max = REL_MAX; } while (0)
768 (usage->type == EV_REL) && (usage->code == REL_WHEEL))
783 usage->type == EV_REL ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h90 #define EV_REL 0x02 macro
1154 input_event(dev, EV_REL, code, value);

Completed in 241 milliseconds

12