attack_length    1865 drivers/hid/hid-logitech-hidpp.c 		params[9] = effect->u.constant.envelope.attack_length >> 8;
attack_length    1866 drivers/hid/hid-logitech-hidpp.c 		params[10] = effect->u.constant.envelope.attack_length & 255;
attack_length    1876 drivers/hid/hid-logitech-hidpp.c 				effect->u.constant.envelope.attack_length,
attack_length    1912 drivers/hid/hid-logitech-hidpp.c 		params[15] = effect->u.periodic.envelope.attack_length >> 8;
attack_length    1913 drivers/hid/hid-logitech-hidpp.c 		params[16] = effect->u.periodic.envelope.attack_length & 255;
attack_length    1925 drivers/hid/hid-logitech-hidpp.c 				effect->u.periodic.envelope.attack_length,
attack_length    1939 drivers/hid/hid-logitech-hidpp.c 		params[11] = effect->u.ramp.envelope.attack_length >> 8;
attack_length    1940 drivers/hid/hid-logitech-hidpp.c 		params[12] = effect->u.ramp.envelope.attack_length & 255;
attack_length    1951 drivers/hid/hid-logitech-hidpp.c 				effect->u.ramp.envelope.attack_length,
attack_length     247 drivers/hid/usbhid/hid-pidff.c 	pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length;
attack_length     266 drivers/hid/usbhid/hid-pidff.c 	       envelope->attack_length != old->attack_length ||
attack_length      73 drivers/input/ff-core.c 		effect->u.periodic.envelope.attack_length = 0;
attack_length      82 drivers/input/ff-memless.c 	if (envelope->attack_length) {
attack_length      84 drivers/input/ff-memless.c 			msecs_to_jiffies(envelope->attack_length);
attack_length     162 drivers/input/ff-memless.c 	if (envelope->attack_length &&
attack_length     164 drivers/input/ff-memless.c 			state->play_at + msecs_to_jiffies(envelope->attack_length))) {
attack_length     168 drivers/input/ff-memless.c 		time_of_envelope = envelope->attack_length;
attack_length     231 drivers/input/joystick/iforce/iforce-ff.c 		if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length
attack_length     239 drivers/input/joystick/iforce/iforce-ff.c 		if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length
attack_length     362 drivers/input/joystick/iforce/iforce-ff.c 			effect->u.periodic.envelope.attack_length,
attack_length     431 drivers/input/joystick/iforce/iforce-ff.c 			effect->u.constant.envelope.attack_length,
attack_length     334 include/uapi/linux/input.h 	__u16 attack_length;