Lines Matching refs:get_unaligned_le16

738 	gyro_pitch_bias  = get_unaligned_le16(&buf[1]);  in dualsense_get_calibration_data()
739 gyro_yaw_bias = get_unaligned_le16(&buf[3]); in dualsense_get_calibration_data()
740 gyro_roll_bias = get_unaligned_le16(&buf[5]); in dualsense_get_calibration_data()
741 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualsense_get_calibration_data()
742 gyro_pitch_minus = get_unaligned_le16(&buf[9]); in dualsense_get_calibration_data()
743 gyro_yaw_plus = get_unaligned_le16(&buf[11]); in dualsense_get_calibration_data()
744 gyro_yaw_minus = get_unaligned_le16(&buf[13]); in dualsense_get_calibration_data()
745 gyro_roll_plus = get_unaligned_le16(&buf[15]); in dualsense_get_calibration_data()
746 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualsense_get_calibration_data()
747 gyro_speed_plus = get_unaligned_le16(&buf[19]); in dualsense_get_calibration_data()
748 gyro_speed_minus = get_unaligned_le16(&buf[21]); in dualsense_get_calibration_data()
749 acc_x_plus = get_unaligned_le16(&buf[23]); in dualsense_get_calibration_data()
750 acc_x_minus = get_unaligned_le16(&buf[25]); in dualsense_get_calibration_data()
751 acc_y_plus = get_unaligned_le16(&buf[27]); in dualsense_get_calibration_data()
752 acc_y_minus = get_unaligned_le16(&buf[29]); in dualsense_get_calibration_data()
753 acc_z_plus = get_unaligned_le16(&buf[31]); in dualsense_get_calibration_data()
754 acc_z_minus = get_unaligned_le16(&buf[33]); in dualsense_get_calibration_data()
830 ds->update_version = get_unaligned_le16(&buf[44]); in dualsense_get_firmware_info()