Lines Matching refs:threshold
1156 static int stabilize(int a, int b, u16 timeout, u16 threshold) in stabilize() argument
1180 if (abs(x) > threshold || abs(y) > threshold) { in stabilize()
1195 y = 17 * threshold / 30; in stabilize()
1198 y -= 17 * threshold / 30; in stabilize()
1201 x = 17 * threshold / 30; in stabilize()
1204 x -= 17 * threshold / 30; in stabilize()
1370 u16 timeout, threshold; in imon_pad_to_keys() local
1387 threshold = pad_thresh ? pad_thresh : 28; in imon_pad_to_keys()
1394 timeout, threshold); in imon_pad_to_keys()
1442 threshold = pad_thresh ? pad_thresh : 15; in imon_pad_to_keys()
1460 timeout, threshold); in imon_pad_to_keys()