Lines Matching refs:get_unaligned_le16

991 	timestamp = get_unaligned_le16(&rd[offset]);  in dualshock4_parse_report()
1627 gyro_pitch_bias = get_unaligned_le16(&buf[1]); in dualshock4_get_calibration_data()
1628 gyro_yaw_bias = get_unaligned_le16(&buf[3]); in dualshock4_get_calibration_data()
1629 gyro_roll_bias = get_unaligned_le16(&buf[5]); in dualshock4_get_calibration_data()
1631 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualshock4_get_calibration_data()
1632 gyro_pitch_minus = get_unaligned_le16(&buf[9]); in dualshock4_get_calibration_data()
1633 gyro_yaw_plus = get_unaligned_le16(&buf[11]); in dualshock4_get_calibration_data()
1634 gyro_yaw_minus = get_unaligned_le16(&buf[13]); in dualshock4_get_calibration_data()
1635 gyro_roll_plus = get_unaligned_le16(&buf[15]); in dualshock4_get_calibration_data()
1636 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualshock4_get_calibration_data()
1639 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualshock4_get_calibration_data()
1640 gyro_yaw_plus = get_unaligned_le16(&buf[9]); in dualshock4_get_calibration_data()
1641 gyro_roll_plus = get_unaligned_le16(&buf[11]); in dualshock4_get_calibration_data()
1642 gyro_pitch_minus = get_unaligned_le16(&buf[13]); in dualshock4_get_calibration_data()
1643 gyro_yaw_minus = get_unaligned_le16(&buf[15]); in dualshock4_get_calibration_data()
1644 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualshock4_get_calibration_data()
1646 gyro_speed_plus = get_unaligned_le16(&buf[19]); in dualshock4_get_calibration_data()
1647 gyro_speed_minus = get_unaligned_le16(&buf[21]); in dualshock4_get_calibration_data()
1648 acc_x_plus = get_unaligned_le16(&buf[23]); in dualshock4_get_calibration_data()
1649 acc_x_minus = get_unaligned_le16(&buf[25]); in dualshock4_get_calibration_data()
1650 acc_y_plus = get_unaligned_le16(&buf[27]); in dualshock4_get_calibration_data()
1651 acc_y_minus = get_unaligned_le16(&buf[29]); in dualshock4_get_calibration_data()
1652 acc_z_plus = get_unaligned_le16(&buf[31]); in dualshock4_get_calibration_data()
1653 acc_z_minus = get_unaligned_le16(&buf[33]); in dualshock4_get_calibration_data()
1745 sc->hw_version = get_unaligned_le16(&buf[35]); in dualshock4_get_version_info()
1746 sc->fw_version = get_unaligned_le16(&buf[41]); in dualshock4_get_version_info()