Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic7770_osm.c91 ahc = ahc_alloc(&aic7xxx_driver_template, name); in aic7770_probe()
105 error = ahc_linux_register_host(ahc, &aic7xxx_driver_template); in aic7770_probe()
H A Daic7xxx_osm.h127 extern struct scsi_host_template aic7xxx_driver_template;
H A Daic7xxx_osm_pci.c244 return ahc_linux_register_host(ahc, &aic7xxx_driver_template); in ahc_linux_pci_dev_probe()
H A Daic7xxx_osm.c776 struct scsi_host_template aic7xxx_driver_template = { variable