Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-udraw-ps3.c60 } accel_limits[] = { variable
101 accel_limits[offset].min, in clamp_accel()
102 accel_limits[offset].max); in clamp_accel()
103 axis = (axis - accel_limits[offset].min) / in clamp_accel()
104 ((accel_limits[offset].max - in clamp_accel()
105 accel_limits[offset].min) * 0xFF); in clamp_accel()