Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/
H A Diforce-ff.c231 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()
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-memless.c82 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 Dff-core.c73 effect->u.periodic.envelope.attack_length = 0; in compat_effect()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h331 __u16 attack_length; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h331 __u16 attack_length; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h334 __u16 attack_length; member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c2050 params[9] = effect->u.constant.envelope.attack_length >> 8; in hidpp_ff_upload_effect()
2051 params[10] = effect->u.constant.envelope.attack_length & 255; in hidpp_ff_upload_effect()
2061 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect()
2097 params[15] = effect->u.periodic.envelope.attack_length >> 8; in hidpp_ff_upload_effect()
2098 params[16] = effect->u.periodic.envelope.attack_length & 255; in hidpp_ff_upload_effect()
2110 effect->u.periodic.envelope.attack_length, in hidpp_ff_upload_effect()
2124 params[11] = effect->u.ramp.envelope.attack_length >> 8; in hidpp_ff_upload_effect()
2125 params[12] = effect->u.ramp.envelope.attack_length & 255; in hidpp_ff_upload_effect()
2136 effect->u.ramp.envelope.attack_length, in hidpp_ff_upload_effect()
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-pidff.c247 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()