Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dinput.h453 #define REP_MAX 0x01 macro
659 int rep[REP_MAX + 1];
/linux-2.4.37.9/drivers/input/
Dinput.c160 if (code > REP_MAX || dev->rep[code] == value) return; in input_event()