Lines Matching refs:get_unaligned_le16
1108 timestamp = get_unaligned_le16(&rd[offset]); in dualshock4_parse_report()
1793 gyro_pitch_bias = get_unaligned_le16(&buf[1]); in dualshock4_get_calibration_data()
1794 gyro_yaw_bias = get_unaligned_le16(&buf[3]); in dualshock4_get_calibration_data()
1795 gyro_roll_bias = get_unaligned_le16(&buf[5]); in dualshock4_get_calibration_data()
1797 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualshock4_get_calibration_data()
1798 gyro_pitch_minus = get_unaligned_le16(&buf[9]); in dualshock4_get_calibration_data()
1799 gyro_yaw_plus = get_unaligned_le16(&buf[11]); in dualshock4_get_calibration_data()
1800 gyro_yaw_minus = get_unaligned_le16(&buf[13]); in dualshock4_get_calibration_data()
1801 gyro_roll_plus = get_unaligned_le16(&buf[15]); in dualshock4_get_calibration_data()
1802 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualshock4_get_calibration_data()
1805 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualshock4_get_calibration_data()
1806 gyro_yaw_plus = get_unaligned_le16(&buf[9]); in dualshock4_get_calibration_data()
1807 gyro_roll_plus = get_unaligned_le16(&buf[11]); in dualshock4_get_calibration_data()
1808 gyro_pitch_minus = get_unaligned_le16(&buf[13]); in dualshock4_get_calibration_data()
1809 gyro_yaw_minus = get_unaligned_le16(&buf[15]); in dualshock4_get_calibration_data()
1810 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualshock4_get_calibration_data()
1812 gyro_speed_plus = get_unaligned_le16(&buf[19]); in dualshock4_get_calibration_data()
1813 gyro_speed_minus = get_unaligned_le16(&buf[21]); in dualshock4_get_calibration_data()
1814 acc_x_plus = get_unaligned_le16(&buf[23]); in dualshock4_get_calibration_data()
1815 acc_x_minus = get_unaligned_le16(&buf[25]); in dualshock4_get_calibration_data()
1816 acc_y_plus = get_unaligned_le16(&buf[27]); in dualshock4_get_calibration_data()
1817 acc_y_minus = get_unaligned_le16(&buf[29]); in dualshock4_get_calibration_data()
1818 acc_z_plus = get_unaligned_le16(&buf[31]); in dualshock4_get_calibration_data()
1819 acc_z_minus = get_unaligned_le16(&buf[33]); in dualshock4_get_calibration_data()
1911 sc->hw_version = get_unaligned_le16(&buf[35]); in dualshock4_get_version_info()
1912 sc->fw_version = get_unaligned_le16(&buf[41]); in dualshock4_get_version_info()