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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c82 static struct scsi_host_template nsp_driver_template = { variable in typeref:struct:scsi_host_template
1298 host = scsi_host_alloc(&nsp_driver_template, sizeof(nsp_hw_data));
1797 host = nsp_detect(&nsp_driver_template);
1799 scsi_register_host(&nsp_driver_template);
1802 if (host->hostt == &nsp_driver_template) {
1928 scsi_unregister_host(&nsp_driver_template);

Completed in 38 milliseconds