Searched refs:BUTTONS_COUNT_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
53 #define BUTTONS_COUNT_THRESHOLD 3 macro77 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()83 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
27 #define BUTTONS_COUNT_THRESHOLD 3 macro59 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()65 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()