Searched refs:aic7xxx_driver_template (Results 1 – 4 of 4) sorted by relevance
188 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()
185 ahc_linux_register_host(ahc, &aic7xxx_driver_template); in ahc_linux_pci_dev_probe()
1297 Scsi_Host_Template aic7xxx_driver_template = { variable5084 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);
156 extern Scsi_Host_Template aic7xxx_driver_template;