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