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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-ezkey.c26 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c))
59 if (usage->type == EV_REL && usage->code == REL_HWHEEL) {
H A Dhid-a4tech.c42 if (usage->type == EV_REL && usage->code == REL_WHEEL)
64 if (usage->type == EV_REL && usage->code == REL_WHEEL) {
70 input_event(input, EV_REL, value ? REL_HWHEEL :
H A Dhid-cypress.c64 if (usage->type == EV_REL && usage->code == REL_WHEEL)
H A Dhid-lg.c242 usage->type == EV_REL || usage->type == EV_ABS))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dgpio_mouse.c116 input_set_capability(input, EV_REL, REL_X);
117 input_set_capability(input, EV_REL, REL_Y);
H A Datarimouse.c135 atamouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Drpcmouse.c81 rpcmouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dpxa930_trkball.c212 input_set_capability(input, EV_REL, REL_X);
213 input_set_capability(input, EV_REL, REL_Y);
H A Dalps.c679 __clear_bit(EV_REL, dev1->evbit);
698 dev1->evbit[BIT_WORD(EV_REL)] |= BIT_MASK(EV_REL);
725 dev2->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Damimouse.c114 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dinport.c163 inport_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dlogibm.c156 logibm_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dmaplemouse.c91 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dlifebook.c297 dev2->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dsermouse.c269 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/misc/
H A Dati_remote.c215 {KIND_ACCEL, 0x35, 0x70, EV_REL, REL_X, -1}, /* left */
216 {KIND_ACCEL, 0x36, 0x71, EV_REL, REL_X, 1}, /* right */
217 {KIND_ACCEL, 0x37, 0x72, EV_REL, REL_Y, -1}, /* up */
218 {KIND_ACCEL, 0x38, 0x73, EV_REL, REL_Y, 1}, /* down */
220 {KIND_LU, 0x39, 0x74, EV_REL, 0, 0}, /* left up */
221 {KIND_RU, 0x3a, 0x75, EV_REL, 0, 0}, /* right up */
222 {KIND_LD, 0x3c, 0x77, EV_REL, 0, 0}, /* left down */
223 {KIND_RD, 0x3b, 0x76, EV_REL, 0, 0}, /* right down */
668 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
H A Dbfin_rotary.c147 __set_bit(EV_REL, input->evbit);
H A Drotary_encoder.c134 input->evbit[0] = BIT_MASK(EV_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmac_hid.c47 mac_hid_emumouse_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 Dwarrior.c163 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) |
H A Da3d.c328 BIT_MASK(EV_REL);
355 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/staging/dream/
H A Dgpio_axis.c76 if (ai->type == EV_REL) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dpxa930_rotary.c145 __set_bit(EV_REL, input_dev->evbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dusbmouse.c179 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/
H A Dxen-kbdfront.c162 ptr->evbit[0] = BIT(EV_KEY) | BIT(EV_REL) | BIT(EV_ABS);

Completed in 204 milliseconds

123