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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-ff.c250 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length
258 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length
381 effect->u.periodic.envelope.attack_length,
450 effect->u.constant.envelope.attack_length,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dff-memless.c93 if (envelope->attack_length) {
95 msecs_to_jiffies(envelope->attack_length);
173 if (envelope->attack_length &&
175 state->play_at + msecs_to_jiffies(envelope->attack_length))) {
179 time_of_envelope = envelope->attack_length;
H A Dff-core.c87 effect->u.periodic.envelope.attack_length = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-pidff.c259 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length;
277 envelope->attack_length != old->attack_length ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h866 * @attack_length: duration of the attack (ms)
877 __u16 attack_length; member in struct:ff_envelope

Completed in 124 milliseconds