Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/iforce/
Diforce-ff.c250 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
258 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier()
381 effect->u.periodic.envelope.attack_length, in iforce_upload_periodic()
450 effect->u.constant.envelope.attack_length, in iforce_upload_constant()
/linux-4.1.27/drivers/input/
Dff-memless.c94 if (envelope->attack_length) { in calculate_next_time()
96 msecs_to_jiffies(envelope->attack_length); in calculate_next_time()
174 if (envelope->attack_length && in apply_envelope()
176 state->play_at + msecs_to_jiffies(envelope->attack_length))) { in apply_envelope()
180 time_of_envelope = envelope->attack_length; in apply_envelope()
Dff-core.c85 effect->u.periodic.envelope.attack_length = 0; in compat_effect()
/linux-4.1.27/drivers/hid/usbhid/
Dhid-pidff.c259 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length; in pidff_set_envelope_report()
278 envelope->attack_length != old->attack_length || in pidff_needs_set_envelope()
/linux-4.1.27/include/uapi/linux/
Dinput.h1034 __u16 attack_length; member