Searched refs:CONSMS_MAX (Results 1 – 2 of 2) sorted by relevance
45 #define CONSMS_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
926 max_buttons = CONSMS_MAX(max_buttons, lq->lq_num_buttons); in consms_check_caps()927 max_wheels = CONSMS_MAX(max_wheels, lq->lq_num_wheels); in consms_check_caps()