Home
last modified time | relevance | path

Searched refs:BUTTONS_COUNT_THRESHOLD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/misc/
H A Dcobalt_btns.c15 #define BUTTONS_COUNT_THRESHOLD 3 macro
45 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
51 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
H A Dsgi_btns.c40 #define BUTTONS_COUNT_THRESHOLD 3 macro
62 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
68 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dcobalt_btns.c15 #define BUTTONS_COUNT_THRESHOLD 3 macro
45 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
51 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
H A Dsgi_btns.c40 #define BUTTONS_COUNT_THRESHOLD 3 macro
62 if (++bdev->count[i] == BUTTONS_COUNT_THRESHOLD) { in handle_buttons()
68 if (bdev->count[i] >= BUTTONS_COUNT_THRESHOLD) { in handle_buttons()

Completed in 2 milliseconds