Lines Matching refs:host
40 struct Scsi_Host *host; in bvme6000_probe() local
62 host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata, in bvme6000_probe()
64 if (!host) { in bvme6000_probe()
69 host->base = BVME_NCR53C710_BASE; in bvme6000_probe()
70 host->this_id = 7; in bvme6000_probe()
71 host->irq = BVME_IRQ_SCSI; in bvme6000_probe()
73 host)) { in bvme6000_probe()
78 platform_set_drvdata(dev, host); in bvme6000_probe()
79 scsi_scan_host(host); in bvme6000_probe()
84 scsi_host_put(host); in bvme6000_probe()
94 struct Scsi_Host *host = platform_get_drvdata(dev); in bvme6000_device_remove() local
95 struct NCR_700_Host_Parameters *hostdata = shost_priv(host); in bvme6000_device_remove()
97 scsi_remove_host(host); in bvme6000_device_remove()
98 NCR_700_release(host); in bvme6000_device_remove()
100 free_irq(host->irq, host); in bvme6000_device_remove()