Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-udraw-ps3.c52 } 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()