Home
last modified time | relevance | path

Searched refs:REP_MAX (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dinput.h885 #define REP_MAX 0x01 macro
886 #define REP_CNT (REP_MAX+1)
/linux-3.4.99/drivers/hid/
Dhid-debug.c870 static const char *repeats[REP_MAX + 1] = {
/linux-3.4.99/drivers/input/
Dinput.c304 if (code <= REP_MAX && value >= 0 && dev->rep[code] != value) { in input_handle_event()