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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A DMakefile7 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c674 static unsigned nr_dev; local
677 if (nr_dev >= NR_PORTS)
682 mode[nr_dev] = str;
683 iobase[nr_dev] = ints[1];
684 irq[nr_dev] = ints[2];
686 baud[nr_dev] = ints[3];
687 nr_dev++;
H A Dbaycom_ser_hdx.c724 static unsigned nr_dev; local
727 if (nr_dev >= NR_PORTS)
732 mode[nr_dev] = str;
733 iobase[nr_dev] = ints[1];
734 irq[nr_dev] = ints[2];
735 nr_dev++;
H A Dbaycom_epp.c1251 static unsigned __initdata nr_dev = 0; local
1254 if (nr_dev >= NR_PORTS)
1259 mode[nr_dev] = str;
1260 iobase[nr_dev] = ints[1];
1261 nr_dev++;
/netgear-R7000-V1.0.7.12_1.2.5/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);

Completed in 194 milliseconds