Searched refs:fade_level (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-ff.c248 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level)
256 || old->u.periodic.envelope.fade_level != effect->u.periodic.envelope.fade_level)
376 effect->u.periodic.envelope.fade_level);
445 effect->u.constant.envelope.fade_level);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-core.c88 effect->u.periodic.envelope.fade_level = 0;
H A Dff-memless.c188 envelope_level = min_t(__s16, envelope->fade_level, 0x7fff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-pidff.c254 pidff_rescale(envelope->fade_level >
255 0x7fff ? 0x7fff : envelope->fade_level, 0x7fff,
275 envelope->fade_level != old->fade_level ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h733 * @fade_level: level at the end of fade
735 * The @attack_level and @fade_level are absolute values; when applying
744 __u16 fade_level; member in struct:ff_envelope

Completed in 69 milliseconds