Searched refs:attack_level (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier() 240 || old->u.periodic.envelope.attack_level != effect->u.periodic.envelope.attack_level in need_envelope_modifier() 363 effect->u.periodic.envelope.attack_level, in iforce_upload_periodic() 432 effect->u.constant.envelope.attack_level, in iforce_upload_constant()
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 239 pidff_rescale(envelope->attack_level > in pidff_set_envelope_report() 240 0x7fff ? 0x7fff : envelope->attack_level, 0x7fff, in pidff_set_envelope_report() 251 envelope->attack_level, in pidff_set_envelope_report() 264 return envelope->attack_level != old->attack_level || in pidff_needs_set_envelope()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 336 uint16_t attack_level; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 339 __u16 attack_level; member
|
/openbmc/linux/drivers/input/ |
H A D | ff-memless.c | 163 value, envelope->attack_level); in apply_envelope() 166 envelope_level = min_t(u16, envelope->attack_level, 0x7fff); in apply_envelope()
|
H A D | ff-core.c | 73 effect->u.periodic.envelope.attack_level = 0; in compat_effect()
|
/openbmc/linux/include/sound/ |
H A D | wavefront.h | 214 s8 attack_level; member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-logitech-hidpp.c | 2592 params[8] = effect->u.constant.envelope.attack_level >> 7; in hidpp_ff_upload_effect() 2603 effect->u.constant.envelope.attack_level, in hidpp_ff_upload_effect() 2639 params[14] = effect->u.periodic.envelope.attack_level >> 7; in hidpp_ff_upload_effect() 2652 effect->u.periodic.envelope.attack_level, in hidpp_ff_upload_effect() 2666 params[10] = effect->u.ramp.envelope.attack_level >> 7; in hidpp_ff_upload_effect() 2678 effect->u.ramp.envelope.attack_level, in hidpp_ff_upload_effect()
|