Home
last modified time | relevance | path

Searched refs:nr_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/hamradio/
H A Dbaycom_par.c581 static unsigned nr_dev; in baycom_par_setup() local
584 if (nr_dev >= NR_PORTS) in baycom_par_setup()
589 mode[nr_dev] = str; in baycom_par_setup()
590 iobase[nr_dev] = ints[1]; in baycom_par_setup()
591 nr_dev++; in baycom_par_setup()
H A Dbaycom_ser_hdx.c709 static unsigned nr_dev; in baycom_ser_hdx_setup() local
712 if (nr_dev >= NR_PORTS) in baycom_ser_hdx_setup()
717 mode[nr_dev] = str; in baycom_ser_hdx_setup()
718 iobase[nr_dev] = ints[1]; in baycom_ser_hdx_setup()
719 irq[nr_dev] = ints[2]; in baycom_ser_hdx_setup()
720 nr_dev++; in baycom_ser_hdx_setup()
H A Dbaycom_epp.c1300 static unsigned __initdata nr_dev = 0; in baycom_epp_setup() local
1303 if (nr_dev >= NR_PORTS) in baycom_epp_setup()
1308 mode[nr_dev] = str; in baycom_epp_setup()
1309 iobase[nr_dev] = ints[1]; in baycom_epp_setup()
1310 nr_dev++; in baycom_epp_setup()
/linux/net/netrom/
H A DMakefile8 netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \