Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Datp870u.c3135 struct Scsi_Host *pshost = devext->host; in atp870u_remove() local
3138 scsi_remove_host(pshost); in atp870u_remove()
3139 printk(KERN_INFO "free_irq : %d\n",pshost->irq); in atp870u_remove()
3140 free_irq(pshost->irq, pshost); in atp870u_remove()
3141 release_region(pshost->io_port, pshost->n_io_port); in atp870u_remove()
3142 printk(KERN_INFO "atp870u_free_tables : %p\n",pshost); in atp870u_remove()
3143 atp870u_free_tables(pshost); in atp870u_remove()
3144 printk(KERN_INFO "scsi_host_put : %p\n",pshost); in atp870u_remove()
3145 scsi_host_put(pshost); in atp870u_remove()