Lines Matching defs:shost

132 	struct Scsi_Host *shost;  member
243 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in scsi_alloc_sdev() local
332 struct Scsi_Host *shost = dev_to_shost(dev->parent); in scsi_target_destroy() local
368 struct Scsi_Host *shost = dev_to_shost(parent); in __scsi_find_target() local
400 struct Scsi_Host *shost = dev_to_shost(parent); in scsi_alloc_target() local
489 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in scsi_target_reap() local
1009 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in scsi_probe_and_add_lun() local
1156 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in scsi_sequential_lun_scan() local
1317 struct Scsi_Host *shost = dev_to_shost(&starget->dev); in scsi_report_lun_scan() local
1500 struct scsi_device *__scsi_add_device(struct Scsi_Host *shost, uint channel, in __scsi_add_device()
1564 struct Scsi_Host *shost = dev_to_shost(parent); in __scsi_scan_target() local
1630 struct Scsi_Host *shost = dev_to_shost(parent); in scsi_scan_target() local
1647 static void scsi_scan_channel(struct Scsi_Host *shost, unsigned int channel, in scsi_scan_channel()
1678 int scsi_scan_host_selected(struct Scsi_Host *shost, unsigned int channel, in scsi_scan_host_selected()
1709 static void scsi_sysfs_add_devices(struct Scsi_Host *shost) in scsi_sysfs_add_devices()
1729 static struct async_scan_data *scsi_prep_async_scan(struct Scsi_Host *shost) in scsi_prep_async_scan()
1781 struct Scsi_Host *shost; in scsi_finish_async_scan() local
1823 static void do_scsi_scan_host(struct Scsi_Host *shost) in do_scsi_scan_host()
1841 struct Scsi_Host *shost = data->shost; in do_scan_async() local
1852 void scsi_scan_host(struct Scsi_Host *shost) in scsi_scan_host()
1876 void scsi_forget_host(struct Scsi_Host *shost) in scsi_forget_host()
1910 struct scsi_device *scsi_get_host_dev(struct Scsi_Host *shost) in scsi_get_host_dev()