Lines Matching defs:motors
155 struct thunderstrike_hostcmd_haptics motors;
178 struct thunderstrike_hostcmd_haptics motors;
361 report->haptics.motors = ts->haptics_val;
382 struct thunderstrike_hostcmd_haptics *motors)
387 ts->haptics_val = *motors;
400 struct thunderstrike_hostcmd_haptics motors;
411 motors.motor_left = effect->u.rumble.strong_magnitude / 2047;
412 motors.motor_right = effect->u.rumble.weak_magnitude / 2047;
415 motors.motor_left, motors.motor_right);
417 return thunderstrike_update_haptics(ts, &motors);
769 shield_dev, &hostcmd_resp_report->motors);