Home
last modified time | relevance | path

Searched refs:NCR_700_detect (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/
H A Dbvme6000_scsi.c63 host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata, in bvme6000_probe()
H A Dsni_53c710.c81 host = NCR_700_detect(&snirm710_template, hostdata, &dev->dev); in snirm710_probe()
H A Da4000t.c67 host = NCR_700_detect(&a4000t_scsi_driver_template, hostdata, in amiga_a4000t_scsi_probe()
H A Dmvme16x_scsi.c68 host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata, in mvme16x_probe()
H A Dlasi700.c113 host = NCR_700_detect(&lasi700_template, hostdata, &dev->dev); in lasi700_probe()
H A Dzorro7xx.c119 host = NCR_700_detect(&zorro7xx_scsi_driver_template, hostdata, in zorro7xx_init_one()
H A Dsim710.c115 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev)) in sim710_probe_common()
H A D53c700.h57 struct Scsi_Host *NCR_700_detect(struct scsi_host_template *,
H A D53c700.c293 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() function
2092 EXPORT_SYMBOL(NCR_700_detect);
/linux/Documentation/scsi/
H A D53c700.rst77 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.