Searched refs:EV_FF (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-core.c112 if (!test_bit(EV_FF, dev->evbit))
220 if (!test_bit(EV_FF, dev->evbit))
254 * @type: event type (anything but EV_FF is ignored)
263 if (type != EV_FF)
334 set_bit(EV_FF, dev->evbit);
359 clear_bit(EV_FF, dev->evbit);
H A Dinput.c176 case EV_FF:
559 if (test_bit(EV_FF, dev->evbit))
980 if (test_bit(EV_FF, dev->evbit))
1088 case EV_FF:
H A Devdev.c484 i = test_bit(EV_FF, dev->evbit) ? dev->ff->max_effects : 0;
525 case EV_FF: bits = dev->ffbit; len = FF_MAX; break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Duinput.c112 uinput_dev_event(dev, EV_FF, FF_GAIN, gain);
117 uinput_dev_event(dev, EV_FF, FF_AUTOCENTER, magnitude);
122 return uinput_dev_event(dev, EV_FF, effect_id, value);
148 if (!test_bit(EV_FF, dev->evbit))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-main.c206 if (test_bit(EV_FF, dev->evbit)) {
219 if (test_bit(EV_FF, dev->evbit)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c503 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h97 #define EV_FF 0x15 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c453 if (type == EV_FF)

Completed in 72 milliseconds