Searched refs:nr_dev (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A DMakefile7 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_par.c559 static unsigned nr_dev; local
562 if (nr_dev >= NR_PORTS)
567 mode[nr_dev] = str;
568 iobase[nr_dev] = ints[1];
569 nr_dev++;
H A Dbaycom_ser_fdx.c673 static unsigned nr_dev; local
676 if (nr_dev >= NR_PORTS)
681 mode[nr_dev] = str;
682 iobase[nr_dev] = ints[1];
683 irq[nr_dev] = ints[2];
685 baud[nr_dev] = ints[3];
686 nr_dev++;
H A Dbaycom_ser_hdx.c723 static unsigned nr_dev; local
726 if (nr_dev >= NR_PORTS)
731 mode[nr_dev] = str;
732 iobase[nr_dev] = ints[1];
733 irq[nr_dev] = ints[2];
734 nr_dev++;
H A Dbaycom_epp.c1269 static unsigned __initdata nr_dev = 0; local
1272 if (nr_dev >= NR_PORTS)
1277 mode[nr_dev] = str;
1278 iobase[nr_dev] = ints[1];
1279 nr_dev++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.c50 static int nr_dev; /* number of devices that the current table can hold */ variable
350 if(cur_devs >= nr_dev - 2) {
351 nr_dev = (cur_devs + 2) << 1;
352 if(!(devices=Grow(devices, nr_dev, struct device))){
717 nr_dev = nr_const_devices + 2;
718 devices = NewArray(nr_dev, struct device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Des1371.c3111 static unsigned __initdata nr_dev = 0; local
3113 if (nr_dev >= NR_DEVICE)
3117 ((get_option(&str, &spdif[nr_dev]) == 2)
3118 && (get_option(&str, &nomix[nr_dev]) == 2)
3119 && (get_option(&str, &amplifier[nr_dev])));
3121 nr_dev++;

Completed in 83 milliseconds