Searched refs:max_functions (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c308 int max_functions; local
362 /* If multi-function device, set max_functions to 8 */
364 max_functions = 8;
366 max_functions = 1;
429 while ((function < max_functions) && (!stop_it)) {
446 } while (function < max_functions);
469 int max_functions; local
486 max_functions = 8;
488 max_functions = 1;
490 while (function < max_functions) {
[all...]
H A Dcpqphp_ctrl.c2257 u8 temp_byte, function, max_functions, stop_it; local
2275 max_functions = 8;
2277 max_functions = 1;
2305 while ((function < max_functions) && (!stop_it)) {
2327 } while (function < max_functions);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_pci.c308 int max_functions; local
362 /* If multi-function device, set max_functions to 8 */
364 max_functions = 8;
366 max_functions = 1;
429 while ((function < max_functions) && (!stop_it)) {
446 } while (function < max_functions);
469 int max_functions; local
486 max_functions = 8;
488 max_functions = 1;
490 while (function < max_functions) {
[all...]
H A Dcpqphp_ctrl.c2257 u8 temp_byte, function, max_functions, stop_it; local
2275 max_functions = 8;
2277 max_functions = 1;
2305 while ((function < max_functions) && (!stop_it)) {
2327 } while (function < max_functions);

Completed in 120 milliseconds