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