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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dff-memless.c102 if (envelope->fade_length) {
105 msecs_to_jiffies(envelope->fade_length);
182 } else if (envelope->fade_length && effect->replay.length &&
184 state->stop_at - msecs_to_jiffies(envelope->fade_length)) &&
187 time_of_envelope = envelope->fade_length;
H A Dff-core.c87 effect->u.periodic.envelope.fade_length = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-ff.c247 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length
255 || old->u.periodic.envelope.fade_length != effect->u.periodic.envelope.fade_length
375 effect->u.periodic.envelope.fade_length,
444 effect->u.constant.envelope.fade_length,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-pidff.c259 pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->fade_length;
277 envelope->fade_length != old->fade_length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h732 * @fade_length: duration of fade (ms)
743 __u16 fade_length; member in struct:ff_envelope

Completed in 124 milliseconds