Searched refs:accel_limits (Results 1 – 1 of 1) sorted by relevance
52 } accel_limits[] = { variable 93 accel_limits[offset].min, in clamp_accel() 94 accel_limits[offset].max); in clamp_accel() 95 axis = (axis - accel_limits[offset].min) / in clamp_accel() 96 ((accel_limits[offset].max - in clamp_accel() 97 accel_limits[offset].min) * 0xFF); in clamp_accel()