BUTTONS_COUNT_THRESHOLD 46 drivers/input/misc/cobalt_btns.c if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { BUTTONS_COUNT_THRESHOLD 52 drivers/input/misc/cobalt_btns.c if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { BUTTONS_COUNT_THRESHOLD 64 drivers/input/misc/sgi_btns.c if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { BUTTONS_COUNT_THRESHOLD 70 drivers/input/misc/sgi_btns.c if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) {