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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A DMakefile12 obj-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o nr_out.o nr_route.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dbaycom_par.c568 static unsigned nr_dev; local
571 if (nr_dev >= NR_PORTS)
576 mode[nr_dev] = str;
577 iobase[nr_dev] = ints[1];
578 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.c728 static unsigned nr_dev; local
731 if (nr_dev >= NR_PORTS)
736 mode[nr_dev] = str;
737 iobase[nr_dev] = ints[1];
738 irq[nr_dev] = ints[2];
739 nr_dev++;
H A Dbaycom_epp.c1486 static unsigned __initdata nr_dev = 0; local
1489 if (nr_dev >= NR_PORTS)
1494 mode[nr_dev] = str;
1495 iobase[nr_dev] = ints[1];
1496 nr_dev++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dsm.c731 static unsigned nr_dev; local
734 if (nr_dev >= NR_PORTS)
737 mode[nr_dev] = str;
739 iobase[nr_dev] = ints[1];
741 irq[nr_dev] = ints[2];
743 dma[nr_dev] = ints[3];
745 dma2[nr_dev] = ints[4];
747 serio[nr_dev] = ints[5];
749 pario[nr_dev] = ints[6];
751 midiio[nr_dev]
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dhosts.h547 unsigned int nr_dev; /* Number currently attached */ member in struct:Scsi_Device_Template
H A Dsr.c393 if (dev >= sr_template.nr_dev ||
566 if (sr_template.nr_dev >= sr_template.dev_max) {
580 sr_template.nr_dev++;
581 if (sr_template.nr_dev > sr_template.dev_max)
867 for (i = 0; i < sr_template.nr_dev; ++i) {
937 sr_template.nr_dev--;
H A Dsd.c1281 if (sd_template.nr_dev >= sd_template.dev_max || rscsi_disks == NULL) {
1291 " nr_dev %d dev_max %d\n",
1292 sd_template.nr_dev, sd_template.dev_max);
1299 sd_template.nr_dev++;
1413 sd_template.nr_dev--;
H A Dscsi_scan.c418 if (sdtpnt->finish && sdtpnt->nr_dev) {
H A Dst.c3769 if (st_template.nr_dev >= st_template.dev_max) {
3774 tmp_dev_max = st_template.nr_dev + ST_DEV_ARR_LUMP;
3777 if (tmp_dev_max <= st_template.nr_dev) {
3913 st_template.nr_dev++;
3920 target_nbr = st_template.nr_dev;
3995 st_template.nr_dev--;
H A Dsg.c1399 if (sg_template.nr_dev >= sg_template.dev_max) { /* try to resize */
1401 int tmp_dev_max = sg_template.nr_dev + SG_DEV_ARR_LUMP;
1453 sg_template.nr_dev++;
1530 sg_template.nr_dev--;
H A Dscsi.c2001 if (sdtpnt->finish && sdtpnt->nr_dev) {
2474 if (tpnt->finish && tpnt->nr_dev)
H A Dosst.c5429 if (osst_template.nr_dev >= osst_template.dev_max) {
5556 osst_template.nr_dev++;
5663 osst_template.nr_dev--;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dite8172.c2223 static unsigned __initdata nr_dev = 0; local
2225 if (nr_dev >= NR_DEVICE)
2234 spdif[nr_dev] = 1;
2237 i2s_fmt[nr_dev] = I2SMC_I2SF_DAC;
2239 i2s_fmt[nr_dev] = I2SMC_I2SF_ADC;
2241 i2s_fmt[nr_dev] = I2SMC_I2SF_I2S;
2245 nr_dev++;
H A Des1370.c2626 static unsigned __initdata nr_dev = 0; local
2628 if (nr_dev >= NR_DEVICE)
2632 ( (get_option(&str,&joystick[nr_dev]) == 2)
2633 && (get_option(&str,&lineout [nr_dev]) == 2)
2634 && get_option(&str,&micbias [nr_dev])
2637 nr_dev++;
H A Des1371.c3066 static unsigned __initdata nr_dev = 0; local
3068 if (nr_dev >= NR_DEVICE)
3070 if (get_option(&str, &joystick[nr_dev]) == 2)
3071 (void)get_option(&str, &spdif[nr_dev]);
3072 nr_dev++;
H A Dsonicvibes.c2703 static unsigned __initdata nr_dev = 0; local
2705 if (nr_dev >= NR_DEVICE)
2707 (void)get_option(&str, &reverb[nr_dev]);
2709 nr_dev++;

Completed in 307 milliseconds