attack_level     1864 drivers/hid/hid-logitech-hidpp.c 		params[8] = effect->u.constant.envelope.attack_level >> 7;
attack_level     1875 drivers/hid/hid-logitech-hidpp.c 				effect->u.constant.envelope.attack_level,
attack_level     1911 drivers/hid/hid-logitech-hidpp.c 		params[14] = effect->u.periodic.envelope.attack_level >> 7;
attack_level     1924 drivers/hid/hid-logitech-hidpp.c 				effect->u.periodic.envelope.attack_level,
attack_level     1938 drivers/hid/hid-logitech-hidpp.c 		params[10] = effect->u.ramp.envelope.attack_level >> 7;
attack_level     1950 drivers/hid/hid-logitech-hidpp.c 				effect->u.ramp.envelope.attack_level,
attack_level      239 drivers/hid/usbhid/hid-pidff.c 	    pidff_rescale(envelope->attack_level >
attack_level      240 drivers/hid/usbhid/hid-pidff.c 			  0x7fff ? 0x7fff : envelope->attack_level, 0x7fff,
attack_level      251 drivers/hid/usbhid/hid-pidff.c 		envelope->attack_level,
attack_level      264 drivers/hid/usbhid/hid-pidff.c 	return envelope->attack_level != old->attack_level ||
attack_level       74 drivers/input/ff-core.c 		effect->u.periodic.envelope.attack_level = 0;
attack_level      166 drivers/input/ff-memless.c 			 value, envelope->attack_level);
attack_level      169 drivers/input/ff-memless.c 		envelope_level = min_t(u16, envelope->attack_level, 0x7fff);
attack_level      232 drivers/input/joystick/iforce/iforce-ff.c 		|| old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level
attack_level      240 drivers/input/joystick/iforce/iforce-ff.c 		|| old->u.periodic.envelope.attack_level != effect->u.periodic.envelope.attack_level
attack_level      363 drivers/input/joystick/iforce/iforce-ff.c 			effect->u.periodic.envelope.attack_level,
attack_level      432 drivers/input/joystick/iforce/iforce-ff.c 			effect->u.constant.envelope.attack_level,
attack_level      214 include/sound/wavefront.h     s8 attack_level;
attack_level      335 include/uapi/linux/input.h 	__u16 attack_level;