Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dbvme6000_scsi.c62 host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata, in bvme6000_probe()
Da4000t.c66 host = NCR_700_detect(&a4000t_scsi_driver_template, hostdata, in amiga_a4000t_scsi_probe()
Dsni_53c710.c96 host = NCR_700_detect(&snirm710_template, hostdata, &dev->dev); in snirm710_probe()
Dmvme16x_scsi.c67 host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata, in mvme16x_probe()
Dlasi700.c127 host = NCR_700_detect(&lasi700_template, hostdata, &dev->dev); in lasi700_probe()
Dzorro7xx.c118 host = NCR_700_detect(&zorro7xx_scsi_driver_template, hostdata, in zorro7xx_init_one()
Dsim710.c128 if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev)) in sim710_probe_common()
DNCR_D700.c205 host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev); in NCR_D700_probe_one()
D53c700.h57 struct Scsi_Host *NCR_700_detect(struct scsi_host_template *,
D53c700.c286 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() function
2107 EXPORT_SYMBOL(NCR_700_detect);
/linux-4.4.14/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.