Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A D53c700.c169 STATIC struct scsi_transport_template *NCR_700_transport_template = NULL; variable
381 BUG_ON(NCR_700_transport_template == NULL); in NCR_700_detect()
382 host->transportt = NCR_700_transport_template; in NCR_700_detect()
2109 NCR_700_transport_template = spi_attach_transport(&NCR_700_transport_functions); in NCR_700_init()
2110 if(!NCR_700_transport_template) in NCR_700_init()
2117 spi_release_transport(NCR_700_transport_template); in NCR_700_exit()
/kernel/linux/linux-6.6/drivers/scsi/
H A D53c700.c168 STATIC struct scsi_transport_template *NCR_700_transport_template = NULL; variable
380 BUG_ON(NCR_700_transport_template == NULL); in NCR_700_detect()
381 host->transportt = NCR_700_transport_template; in NCR_700_detect()
2105 NCR_700_transport_template = spi_attach_transport(&NCR_700_transport_functions); in NCR_700_init()
2106 if(!NCR_700_transport_template) in NCR_700_init()
2113 spi_release_transport(NCR_700_transport_template); in NCR_700_exit()

Completed in 5 milliseconds