Searched refs:MAX_ALT (Results 1 – 7 of 7) sorted by relevance
17 #define MAX_ALT 3 /* Maximum number of event alternative codes */ macro190 static const unsigned int event_alternatives[][MAX_ALT] = {219 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j) in find_alternative()235 for (j = 0; j < MAX_ALT; ++j) { in mpc7450_get_alternatives()402 .max_alternatives = MAX_ALT,
311 #define MAX_ALT 4 /* at most 4 alternatives for any event */ macro313 static const unsigned int event_alternatives[][MAX_ALT] = {351 for (j = 0; j < MAX_ALT; ++j) { in find_alternatives_list()376 for (j = 0; j < MAX_ALT; ++j) { in p6_get_alternatives()529 .max_alternatives = MAX_ALT,
120 #define MAX_ALT 2 /* at most 2 alternatives for any event */ macro122 static const unsigned int event_alternatives[][MAX_ALT] = {139 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j) in find_alternative()169 for (j = 0; j < MAX_ALT; ++j) { in power7_get_alternatives()433 .max_alternatives = MAX_ALT + 1,
213 #define MAX_ALT 3 /* at most 3 alternatives for any event */ macro215 static const unsigned int event_alternatives[][MAX_ALT] = {234 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j) in find_alternative()281 for (j = 0; j < MAX_ALT; ++j) { in power5_get_alternatives()608 .max_alternatives = MAX_ALT,
198 #define MAX_ALT 3 /* at most 3 alternatives for any event */ macro200 static const unsigned int event_alternatives[][MAX_ALT] = {225 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j) in find_alternative()287 for (j = 0; j < MAX_ALT; ++j) { in power5p_get_alternatives()666 .max_alternatives = MAX_ALT,
519 #define MAX_ALT 2 macro522 static const unsigned int event_alternatives[][MAX_ALT] = {548 for (j = 0; j < MAX_ALT && event_alternatives[i][j]; ++j) in find_alternative()566 for (j = 0; j < MAX_ALT; ++j) { in power8_get_alternatives()810 .max_alternatives = MAX_ALT + 1,
666 #define MAX_ALT 16 macro685 if (nbalt > MAX_ALT) in build_isoc_ep_tb()686 nbalt = MAX_ALT; /* fixme: should warn */ in build_isoc_ep_tb()845 struct ep_tb_s ep_tb[MAX_ALT]; in gspca_init_transfer()