Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770_osm.c188 ahc = ahc_alloc(&aic7xxx_driver_template, name); in aic7770_linux_config()
202 error = ahc_linux_register_host(ahc, &aic7xxx_driver_template); in aic7770_linux_config()
Daic7xxx_osm_pci.c185 ahc_linux_register_host(ahc, &aic7xxx_driver_template); in ahc_linux_pci_dev_probe()
Daic7xxx_osm.c1297 Scsi_Host_Template aic7xxx_driver_template = { variable
5084 return (ahc_linux_detect(&aic7xxx_driver_template) ? 0 : -ENODEV);
5086 scsi_register_module(MODULE_SCSI_HA, &aic7xxx_driver_template);
5087 if (aic7xxx_driver_template.present == 0) {
5089 &aic7xxx_driver_template);
5122 scsi_unregister_module(MODULE_SCSI_HA, &aic7xxx_driver_template);
Daic7xxx_osm.h156 extern Scsi_Host_Template aic7xxx_driver_template;