Lines Matching defs:gyro
211 __le16 gyro[3]; /* x, y, z */
427 __le16 gyro[3]; /* x, y, z */
1014 * Sanity check gyro calibration data. This is needed to prevent crashes
1020 hid_warn(hdev, "Invalid gyro calibration data for axis (%d), disabling calibration.",
1391 for (i = 0; i < ARRAY_SIZE(ds_report->gyro); i++) {
1392 int raw_data = (short)le16_to_cpu(ds_report->gyro[i]);
1871 * Sanity check gyro calibration data. This is needed to prevent crashes
1877 hid_warn(hdev, "Invalid gyro calibration data for axis (%d), disabling calibration.",
2246 for (i = 0; i < ARRAY_SIZE(ds4_report->gyro); i++) {
2247 int raw_data = (short)le16_to_cpu(ds4_report->gyro[i]);