Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D53c700.c182 STATIC struct scsi_transport_template *NCR_700_transport_template = NULL; variable
372 BUG_ON(NCR_700_transport_template == NULL); in NCR_700_detect()
373 host->transportt = NCR_700_transport_template; in NCR_700_detect()
2117 NCR_700_transport_template = spi_attach_transport(&NCR_700_transport_functions); in NCR_700_init()
2118 if(!NCR_700_transport_template) in NCR_700_init()
2125 spi_release_transport(NCR_700_transport_template); in NCR_700_exit()