Searched refs:attack_length (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-memless.c | 82 if (envelope->attack_length) { in calculate_next_time() 84 msecs_to_jiffies(envelope->attack_length); in calculate_next_time() 162 if (envelope->attack_length && in apply_envelope() 164 state->play_at + msecs_to_jiffies(envelope->attack_length))) { in apply_envelope() 168 time_of_envelope = envelope->attack_length; in apply_envelope()
|
H A D | ff-core.c | 73 effect->u.periodic.envelope.attack_length = 0; in compat_effect()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | ff-memless.c | 79 if (envelope->attack_length) { in calculate_next_time() 81 msecs_to_jiffies(envelope->attack_length); in calculate_next_time() 159 if (envelope->attack_length && in apply_envelope() 161 state->play_at + msecs_to_jiffies(envelope->attack_length))) { in apply_envelope() 165 time_of_envelope = envelope->attack_length; in apply_envelope()
|
H A D | ff-core.c | 70 effect->u.periodic.envelope.attack_length = 0; in compat_effect()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier() 239 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier() 362 effect->u.periodic.envelope.attack_length, in iforce_upload_periodic() 431 effect->u.constant.envelope.attack_length, in iforce_upload_constant()
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier() 239 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier() 362 effect->u.periodic.envelope.attack_length, in iforce_upload_periodic() 431 effect->u.constant.envelope.attack_length, in iforce_upload_constant()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 323 * @attack_length: duration of the attack (ms) 334 __u16 attack_length; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 327 * @attack_length: duration of the attack (ms) 338 __u16 attack_length; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 145 __u16 attack_length; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 145 __u16 attack_length; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 134 __u16 attack_length; member
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 2089 params[9] = effect->u.constant.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2090 params[10] = effect->u.constant.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2100 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect() 2136 params[15] = effect->u.periodic.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2137 params[16] = effect->u.periodic.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2149 effect->u.periodic.envelope.attack_length, in hidpp_ff_upload_effect() 2163 params[11] = effect->u.ramp.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2164 params[12] = effect->u.ramp.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2175 effect->u.ramp.envelope.attack_length, in hidpp_ff_upload_effect()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 2593 params[9] = effect->u.constant.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2594 params[10] = effect->u.constant.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2604 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect() 2640 params[15] = effect->u.periodic.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2641 params[16] = effect->u.periodic.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2653 effect->u.periodic.envelope.attack_length, in hidpp_ff_upload_effect() 2667 params[11] = effect->u.ramp.envelope.attack_length >> 8; in hidpp_ff_upload_effect() 2668 params[12] = effect->u.ramp.envelope.attack_length & 255; in hidpp_ff_upload_effect() 2679 effect->u.ramp.envelope.attack_length, in hidpp_ff_upload_effect()
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 247 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length; in pidff_set_envelope_report() 266 envelope->attack_length != old->attack_length || in pidff_needs_set_envelope()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 247 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length; in pidff_set_envelope_report() 266 envelope->attack_length != old->attack_length || in pidff_needs_set_envelope()
|
Completed in 26 milliseconds