Lines Matching defs:max_functions
308 int max_functions;
363 /* If multi-function device, set max_functions to 8 */
365 max_functions = 8;
367 max_functions = 1;
432 while ((function < max_functions) && (!stop_it)) {
449 } while (function < max_functions);
472 int max_functions;
489 max_functions = 8;
491 max_functions = 1;
493 while (function < max_functions) {
522 while ((function < max_functions) && (!stop_it)) {