Searched refs:REP_MAX (Results 1 – 4 of 4) sorted by relevance
961 #define REP_MAX 0x01 macro962 #define REP_CNT (REP_MAX+1)
1043 static const char *repeats[REP_MAX + 1] = {
327 if (code <= REP_MAX && value >= 0 && dev->rep[code] != value) { in input_get_disposition()