Searched refs:BUTTONS_COUNT_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
15 #define BUTTONS_COUNT_THRESHOLD 3 macro45 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()51 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
40 #define BUTTONS_COUNT_THRESHOLD 3 macro62 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()68 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()