Searched refs:boards_found (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | rocket.c | 1993 static int __init init_PCI(int boards_found) in init_PCI() argument 1998 for(i=0; i < (NUM_BOARDS - boards_found); i++) { in init_PCI() 2001 if (register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2005 if (register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2009 if (register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2013 if(register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2017 if(register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2021 if(register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2025 if(register_PCI(count+boards_found, bus, device_fn)) in init_PCI() 2029 if(register_PCI(count+boards_found, bus, device_fn)) in init_PCI() [all …]
|
/linux-2.4.37.9/drivers/net/ |
D | mac8390.c | 232 int boards_found = 0; in mac8390_probe() local 369 boards_found++; in mac8390_probe() 373 if (boards_found > 0) in mac8390_probe()
|
D | rrunner.c | 137 int boards_found = 0; in rr_hippi_probe() local 229 dev->name, boards_found); in rr_hippi_probe() 245 boards_found++; in rr_hippi_probe() 258 return boards_found; in rr_hippi_probe() 260 if (boards_found > 0) in rr_hippi_probe()
|
D | acenic.c | 606 int boards_found = 0; in acenic_probe() local 731 dev->name, boards_found); in acenic_probe() 806 if (boards_found >= ACE_MAX_MOD_PARMS) in acenic_probe() 809 ap->board_idx = boards_found; in acenic_probe() 825 boards_found++; in acenic_probe() 834 if (boards_found > 0) in acenic_probe()
|
D | tlan.c | 194 static int boards_found; variable 623 priv->aui = aui[boards_found]; in TLan_probe1() 624 priv->speed = speed[boards_found]; in TLan_probe1() 625 priv->duplex = duplex[boards_found]; in TLan_probe1() 649 boards_found++; in TLan_probe1()
|
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skge.c | 294 int boards_found = 0; in skge_probe() local 399 pAC->Index = boards_found; in skge_probe() 459 boards_found++; in skge_probe() 542 return boards_found; in skge_probe()
|