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

/linux-master/drivers/input/joystick/iforce/
H A Diforce-ff.c231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length
239 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length
362 effect->u.periodic.envelope.attack_length,
431 effect->u.constant.envelope.attack_length,
/linux-master/drivers/input/
H A Dff-memless.c79 if (envelope->attack_length) {
81 msecs_to_jiffies(envelope->attack_length);
159 if (envelope->attack_length &&
161 state->play_at + msecs_to_jiffies(envelope->attack_length))) {
165 time_of_envelope = envelope->attack_length;
H A Dff-core.c70 effect->u.periodic.envelope.attack_length = 0;
/linux-master/include/uapi/linux/
H A Dinput.h327 * @attack_length: duration of the attack (ms)
338 __u16 attack_length; member in struct:ff_envelope
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c247 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length;
266 envelope->attack_length != old->attack_length ||
/linux-master/drivers/hid/
H A Dhid-logitech-hidpp.c2589 params[9] = effect->u.constant.envelope.attack_length >> 8;
2590 params[10] = effect->u.constant.envelope.attack_length & 255;
2600 effect->u.constant.envelope.attack_length,
2636 params[15] = effect->u.periodic.envelope.attack_length >> 8;
2637 params[16] = effect->u.periodic.envelope.attack_length & 255;
2649 effect->u.periodic.envelope.attack_length,
2663 params[11] = effect->u.ramp.envelope.attack_length >> 8;
2664 params[12] = effect->u.ramp.envelope.attack_length & 255;
2675 effect->u.ramp.envelope.attack_length,

Completed in 143 milliseconds