Lines Matching defs:raw
128 /* The raw analog joystick values will be mapped in terms of this magnitude */
1054 u8 *raw = rep->imu_raw_bytes;
1060 data->accel_x = get_unaligned_le16(raw + 0);
1061 data->accel_y = get_unaligned_le16(raw + 2);
1062 data->accel_z = get_unaligned_le16(raw + 4);
1063 data->gyro_x = get_unaligned_le16(raw + 6);
1064 data->gyro_y = get_unaligned_le16(raw + 8);
1065 data->gyro_z = get_unaligned_le16(raw + 10);
1067 raw += sizeof(struct joycon_imu_data);
1193 * offsets from the raw value itself. In testing, doing the same
1194 * for the accelerometer raw values decreased accuracy.
1332 /* get raw stick values */
1388 /* get raw stick values */