Searched refs:EV_REL (Results 26 - 50 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dati_remote2.c335 input_event(idev, EV_REL, REL_X, (s8) data[1]);
336 input_event(idev, EV_REL, REL_Y, (s8) data[2]);
547 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP) | BIT_MASK(EV_REL);
H A Dpowermate.c361 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) |
H A Dadxl34x.c228 .ev_code_x = ABS_X, /* EV_REL */
229 .ev_code_y = ABS_Y, /* EV_REL */
230 .ev_code_z = ABS_Z, /* EV_REL */
762 if (ac->pdata.ev_type == EV_REL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dmousedev.c373 case EV_REL:
1009 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) },
1017 .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) },
H A Dinput.c272 case EV_REL:
1005 if (test_bit(EV_REL, dev->evbit))
1432 if (test_bit(EV_REL, dev->evbit))
1646 * @type: type of the event (EV_KEY, EV_REL, etc...)
1659 case EV_REL:
H A Devdev.c507 case EV_REL: bits = dev->relbit; len = REL_MAX; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics_i2c.c515 __set_bit(EV_REL, input->evbit);
H A Dvsxxxaa.c492 __set_bit(EV_REL, input_dev->evbit);
H A Delantech.c455 __clear_bit(EV_REL, dev->evbit);
H A Dsynaptics.c634 __clear_bit(EV_REL, dev->evbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-apple.c306 hid_map_usage(hi, usage, bit, max, EV_REL, REL_HWHEEL);
H A Dhid-magicmouse.c347 __set_bit(EV_REL, input->evbit);
H A Dhid-wacom.c385 input->evbit[0] |= BIT(EV_KEY) | BIT(EV_ABS) | BIT(EV_REL);
H A Dhid-debug.c597 [EV_REL] = "Relative", [EV_ABS] = "Absolute",
863 [EV_REL] = relatives, [EV_ABS] = absolutes,
H A Dhid-input.c62 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c))
H A Dhid-ntrig.c478 if (usage->type == EV_KEY || usage->type == EV_REL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h91 #define EV_REL 0x02 macro
1075 * EV_REL, etc.)
1405 input_event(dev, EV_REL, code, value);
H A Dhid.h717 * @type: input event type (EV_KEY, EV_REL, ...)
734 case EV_REL:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dhil_kbd.c367 input_dev->evbit[0] = BIT_MASK(EV_REL);
H A Dpxa27x_keypad.c525 input_dev->evbit[0] |= BIT_MASK(EV_REL);
H A Datkbd.c1065 input_dev->evbit[0] |= BIT_MASK(EV_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c913 input_set_capability(input_dev, EV_REL, REL_WHEEL);
973 input_set_capability(input_dev, EV_REL, REL_WHEEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadbhid.c806 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgamecon.c856 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c681 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);

Completed in 243 milliseconds

123