Lines Matching refs:threshold
1192 static int stabilize(int a, int b, u16 timeout, u16 threshold) in stabilize() argument
1216 if (abs(x) > threshold || abs(y) > threshold) { in stabilize()
1231 y = 17 * threshold / 30; in stabilize()
1234 y -= 17 * threshold / 30; in stabilize()
1237 x = 17 * threshold / 30; in stabilize()
1240 x -= 17 * threshold / 30; in stabilize()
1406 u16 timeout, threshold; in imon_pad_to_keys() local
1423 threshold = pad_thresh ? pad_thresh : 28; in imon_pad_to_keys()
1430 timeout, threshold); in imon_pad_to_keys()
1478 threshold = pad_thresh ? pad_thresh : 15; in imon_pad_to_keys()
1496 timeout, threshold); in imon_pad_to_keys()