Home
last modified time | relevance | path

Searched refs:speed_2x (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-playstation.c1024 int speed_2x; in dualsense_get_calibration_data() local
1063 speed_2x = (gyro_speed_plus + gyro_speed_minus); in dualsense_get_calibration_data()
1066 ds->gyro_calib_data[0].sens_numer = speed_2x * DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data()
1072 ds->gyro_calib_data[1].sens_numer = speed_2x * DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data()
1078 ds->gyro_calib_data[2].sens_numer = speed_2x * DS_GYRO_RES_PER_DEG_S; in dualsense_get_calibration_data()
1917 int speed_2x; in dualshock4_get_calibration_data() local
2011 speed_2x = (gyro_speed_plus + gyro_speed_minus); in dualshock4_get_calibration_data()
2014 ds4->gyro_calib_data[0].sens_numer = speed_2x * DS4_GYRO_RES_PER_DEG_S; in dualshock4_get_calibration_data()
2020 ds4->gyro_calib_data[1].sens_numer = speed_2x * DS4_GYRO_RES_PER_DEG_S; in dualshock4_get_calibration_data()
2026 ds4->gyro_calib_data[2].sens_numer = speed_2x * DS4_GYRO_RES_PER_DEG_S; in dualshock4_get_calibration_data()