Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dbvme6000_scsi.c63 host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata, in bvme6000_probe()
Dsni_53c710.c82 host = NCR_700_detect(&snirm710_template, hostdata, &dev->dev); in snirm710_probe()
Dmvme16x_scsi.c68 host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata, in mvme16x_probe()
Da4000t.c67 host = NCR_700_detect(&a4000t_scsi_driver_template, hostdata, in amiga_a4000t_scsi_probe()
Dlasi700.c115 host = NCR_700_detect(&lasi700_template, hostdata, &dev->dev); in lasi700_probe()
Dzorro7xx.c119 host = NCR_700_detect(&zorro7xx_scsi_driver_template, hostdata, in zorro7xx_init_one()
Dsim710.c115 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev)) in sim710_probe_common()
D53c700.h58 struct Scsi_Host *NCR_700_detect(struct scsi_host_template *,
D53c700.c273 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() function
2079 EXPORT_SYMBOL(NCR_700_detect);
/Linux-v5.4/Documentation/scsi/
D53c700.txt69 routine into the interrupt line and call NCR_700_detect with the host
85 where host is the return from the relevant NCR_700_detect() routine.