/linux-4.4.14/drivers/scsi/ |
D | qlogicfas.c | 99 hreg->n_io_port = 16; in __qlogicfas_detect() 174 if (shost->io_port && shost->n_io_port) in qlogicfas_release() 175 release_region(shost->io_port, shost->n_io_port); in qlogicfas_release()
|
D | t128.c | 262 if (shost->io_port && shost->n_io_port) in t128_release() 263 release_region(shost->io_port, shost->n_io_port); in t128_release()
|
D | dtc.c | 434 if (shost->io_port && shost->n_io_port) in dtc_release() 435 release_region(shost->io_port, shost->n_io_port); in dtc_release()
|
D | pas16.c | 564 if (shost->io_port && shost->n_io_port) in pas16_release() 565 release_region(shost->io_port, shost->n_io_port); in pas16_release()
|
D | NCR53c406a.c | 569 shpnt->n_io_port = 0x10; in NCR53c406a_detect() 602 if (shost->io_port && shost->n_io_port) in NCR53c406a_release() 603 release_region(shost->io_port, shost->n_io_port); in NCR53c406a_release()
|
D | sym53c416.c | 705 shpnt->n_io_port = IO_RANGE; in sym53c416_detect() 793 if (shost->io_port && shost->n_io_port) in sym53c416_release() 794 release_region(shost->io_port, shost->n_io_port); in sym53c416_release()
|
D | g_NCR5380.c | 418 instance->n_io_port = region_size; in generic_NCR5380_detect() 471 release_region(instance->NCR5380_instance_name, instance->n_io_port); in generic_NCR5380_release_resources()
|
D | nsp32.c | 1462 …ntf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1); in nsp32_show_info() 2587 host->n_io_port = data->NumAddress; in nsp32_detect() 2710 host->irq, host->io_port, host->n_io_port); in nsp32_detect() 2742 res = request_region(host->io_port, host->n_io_port, "nsp32"); in nsp32_detect() 2760 release_region(host->io_port, host->n_io_port); in nsp32_detect() 2798 if (host->io_port && host->n_io_port) { in nsp32_release() 2799 release_region(host->io_port, host->n_io_port); in nsp32_release()
|
D | eata_pio.c | 121 if (sh->io_port && sh->n_io_port) in eata_pio_release() 122 release_region(sh->io_port, sh->n_io_port); in eata_pio_release() 760 sh->n_io_port = 9; in register_pio_HBA()
|
D | aha1542.c | 718 sh->n_io_port = AHA1542_REGION_SIZE; in aha1542_hw_init() 781 if (sh->io_port && sh->n_io_port) in aha1542_release() 782 release_region(sh->io_port, sh->n_io_port); in aha1542_release()
|
D | fdomain.c | 969 shpnt->n_io_port = 0x10; in __fdomain_16x0_detect() 1746 if (shpnt->io_port && shpnt->n_io_port) in fdomain_16x0_release() 1747 release_region(shpnt->io_port, shpnt->n_io_port); in fdomain_16x0_release()
|
D | ultrastor.c | 659 if (shost->io_port && shost->n_io_port) in ultrastor_release() 660 release_region(shost->io_port, shost->n_io_port); in ultrastor_release()
|
D | am53c974.c | 495 shost->n_io_port = pci_resource_len(pdev, 0); in pci_esp_probe_one()
|
D | wd7000.c | 1541 if (shost->io_port && shost->n_io_port) in wd7000_release() 1542 release_region(shost->io_port, shost->n_io_port); in wd7000_release()
|
D | in2000.c | 2024 instance->n_io_port = 13; in in2000_detect() 2127 if (shost->io_port && shost->n_io_port) in in2000_release() 2128 release_region(shost->io_port, shost->n_io_port); in in2000_release()
|
D | aha1740.c | 584 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()
|
D | atp870u.c | 2741 shpnt->n_io_port = 0x60; /* Number of bytes of I/O space used */ in atp870u_probe() 2914 shpnt->n_io_port = 0xff; /* Number of bytes of I/O space used */ in atp870u_probe() 3000 shpnt->n_io_port = 0x40; /* Number of bytes of I/O space used */ in atp870u_probe() 3141 release_region(pshost->io_port, pshost->n_io_port); in atp870u_remove()
|
D | ppa.c | 1071 host->n_io_port = ports; in __ppa_attach()
|
D | imm.c | 1205 host->n_io_port = ports; in __imm_attach()
|
D | u14-34f.c | 901 sh[j]->n_io_port = REGION_SIZE; in port_detect() 1962 release_region(sh[j]->io_port, sh[j]->n_io_port); in u14_34f_release()
|
D | a100u2w.c | 1150 shost->n_io_port = 0xff; in inia100_probe_one()
|
D | eata.c | 1270 shost->n_io_port = REGION_SIZE; in port_detect() 2569 release_region(shost->io_port, shost->n_io_port); in eata2x_release()
|
D | aha152x.c | 740 shpnt->n_io_port = IO_RANGE; in aha152x_probe_one() 2828 shpnt->io_port, shpnt->io_port + shpnt->n_io_port - 1); in aha152x_show_info()
|
D | NCR5380.c | 640 instance->hostt->name, instance->io_port, instance->n_io_port, in prepare_info()
|
D | atari_NCR5380.c | 635 instance->hostt->name, instance->io_port, instance->n_io_port, in prepare_info()
|
D | hptiop.c | 1351 host->n_io_port = 0; in hptiop_probe()
|
D | initio.c | 2923 shost->n_io_port = 0xff; in initio_probe_one()
|
D | dpt_i2o.c | 2358 host->n_io_port = 0; in adpt_scsi_host_alloc()
|
D | megaraid.c | 4308 adapter->host->n_io_port = 16; in megaraid_probe_one()
|
D | dc395x.c | 4425 host->n_io_port = acb->io_port_len; in adapter_init_scsi_host()
|
D | hpsa.c | 5271 sh->n_io_port = 0; in hpsa_scsi_host_alloc()
|
/linux-4.4.14/drivers/scsi/arm/ |
D | cumana_1.c | 248 host->n_io_port = 255; in cumanascsi1_probe() 249 if (!(request_region(host->io_port, host->n_io_port, "CumanaSCSI-1"))) { in cumanascsi1_probe()
|
D | oak.c | 143 host->n_io_port = 255; in oakscsi_probe()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 527 if (shost->io_port && shost->n_io_port) in SYM53C500_release() 528 release_region(shost->io_port, shost->n_io_port); in SYM53C500_release() 781 host->n_io_port = 0x10; in SYM53C500_config()
|
D | qlogic_stub.c | 110 shost->n_io_port = 16; in qlogic_detect()
|
D | nsp_cs.c | 1336 host->n_io_port = data->NumAddress; in nsp_detect() 1345 host->io_port, host->io_port + host->n_io_port - 1, in nsp_detect() 1381 …ntf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1); in nsp_show_info()
|
/linux-4.4.14/include/scsi/ |
D | scsi_host.h | 706 unsigned char n_io_port; member
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptfc.c | 1253 sh->n_io_port = 0; in mptfc_probe()
|
D | mptspi.c | 1434 sh->n_io_port = 0; in mptspi_probe()
|
D | mptsas.c | 5204 sh->n_io_port = 0; in mptsas_probe()
|
/linux-4.4.14/drivers/block/ |
D | cciss_scsi.c | 854 sh->n_io_port = 0; // I don't think we use these two... in cciss_scsi_detect()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 816 * hosts.h: Add n_io_port to Scsi_Host (used when releasing module).
|