Searched refs:speed_2x (Results 1 – 1 of 1) sorted by relevance
955 int speed_2x; in dualsense_get_calibration_data() local994 speed_2x = (gyro_speed_plus + gyro_speed_minus); in dualsense_get_calibration_data()997 ds->gyro_calib_data[0].sens_numer = speed_2x*DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data()1003 ds->gyro_calib_data[1].sens_numer = speed_2x*DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data()1009 ds->gyro_calib_data[2].sens_numer = speed_2x*DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data()1771 int speed_2x; in dualshock4_get_calibration_data() local1851 speed_2x = (gyro_speed_plus + gyro_speed_minus); in dualshock4_get_calibration_data()1854 ds4->gyro_calib_data[0].sens_numer = speed_2x*DS4_GYRO_RES_PER_DEG_S; in dualshock4_get_calibration_data()1860 ds4->gyro_calib_data[1].sens_numer = speed_2x*DS4_GYRO_RES_PER_DEG_S; in dualshock4_get_calibration_data()1866 ds4->gyro_calib_data[2].sens_numer = speed_2x*DS4_GYRO_RES_PER_DEG_S; in dualshock4_get_calibration_data()