Searched refs:NCR_700_detect (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/ |
H A D | sni_53c710.c | 81 host = NCR_700_detect(&snirm710_template, hostdata, &dev->dev); in snirm710_probe()
|
H A D | bvme6000_scsi.c | 63 host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata, in bvme6000_probe()
|
H A D | mvme16x_scsi.c | 68 host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata, in mvme16x_probe()
|
H A D | lasi700.c | 113 host = NCR_700_detect(&lasi700_template, hostdata, &dev->dev); in lasi700_probe()
|
H A D | zorro7xx.c | 119 host = NCR_700_detect(&zorro7xx_scsi_driver_template, hostdata, in zorro7xx_init_one()
|
H A D | sim710.c | 115 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev)) in sim710_probe_common()
|
H A D | 53c700.h | 57 struct Scsi_Host *NCR_700_detect(struct scsi_host_template *,
|
/linux/Documentation/scsi/ |
H A D | 53c700.rst | 77 routine into the interrupt line and call NCR_700_detect with the host 93 where host is the return from the relevant NCR_700_detect() routine.
|