Lines Matching refs:get_unaligned_le16

1010 	timestamp = get_unaligned_le16(&rd[offset]);  in dualshock4_parse_report()
1648 gyro_pitch_bias = get_unaligned_le16(&buf[1]); in dualshock4_get_calibration_data()
1649 gyro_yaw_bias = get_unaligned_le16(&buf[3]); in dualshock4_get_calibration_data()
1650 gyro_roll_bias = get_unaligned_le16(&buf[5]); in dualshock4_get_calibration_data()
1652 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualshock4_get_calibration_data()
1653 gyro_pitch_minus = get_unaligned_le16(&buf[9]); in dualshock4_get_calibration_data()
1654 gyro_yaw_plus = get_unaligned_le16(&buf[11]); in dualshock4_get_calibration_data()
1655 gyro_yaw_minus = get_unaligned_le16(&buf[13]); in dualshock4_get_calibration_data()
1656 gyro_roll_plus = get_unaligned_le16(&buf[15]); in dualshock4_get_calibration_data()
1657 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualshock4_get_calibration_data()
1660 gyro_pitch_plus = get_unaligned_le16(&buf[7]); in dualshock4_get_calibration_data()
1661 gyro_yaw_plus = get_unaligned_le16(&buf[9]); in dualshock4_get_calibration_data()
1662 gyro_roll_plus = get_unaligned_le16(&buf[11]); in dualshock4_get_calibration_data()
1663 gyro_pitch_minus = get_unaligned_le16(&buf[13]); in dualshock4_get_calibration_data()
1664 gyro_yaw_minus = get_unaligned_le16(&buf[15]); in dualshock4_get_calibration_data()
1665 gyro_roll_minus = get_unaligned_le16(&buf[17]); in dualshock4_get_calibration_data()
1667 gyro_speed_plus = get_unaligned_le16(&buf[19]); in dualshock4_get_calibration_data()
1668 gyro_speed_minus = get_unaligned_le16(&buf[21]); in dualshock4_get_calibration_data()
1669 acc_x_plus = get_unaligned_le16(&buf[23]); in dualshock4_get_calibration_data()
1670 acc_x_minus = get_unaligned_le16(&buf[25]); in dualshock4_get_calibration_data()
1671 acc_y_plus = get_unaligned_le16(&buf[27]); in dualshock4_get_calibration_data()
1672 acc_y_minus = get_unaligned_le16(&buf[29]); in dualshock4_get_calibration_data()
1673 acc_z_plus = get_unaligned_le16(&buf[31]); in dualshock4_get_calibration_data()
1674 acc_z_minus = get_unaligned_le16(&buf[33]); in dualshock4_get_calibration_data()
1766 sc->hw_version = get_unaligned_le16(&buf[35]); in dualshock4_get_version_info()
1767 sc->fw_version = get_unaligned_le16(&buf[41]); in dualshock4_get_version_info()