Lines Matching defs:shost
74 int scsi_host_set_state(struct Scsi_Host *shost, enum scsi_host_state state) in scsi_host_set_state()
164 void scsi_remove_host(struct Scsi_Host *shost) in scsi_remove_host()
208 int scsi_add_host_with_dma(struct Scsi_Host *shost, struct device *dev, in scsi_add_host_with_dma()
315 struct Scsi_Host *shost = dev_to_shost(dev); in scsi_host_dev_release() local
373 struct Scsi_Host *shost; in scsi_host_alloc() local
536 struct Scsi_Host *shost = NULL; in scsi_host_lookup() local
552 struct Scsi_Host *scsi_host_get(struct Scsi_Host *shost) in scsi_host_get()
577 int scsi_host_busy(struct Scsi_Host *shost) in scsi_host_busy()
591 void scsi_host_put(struct Scsi_Host *shost) in scsi_host_put()
624 int scsi_queue_work(struct Scsi_Host *shost, struct work_struct *work) in scsi_queue_work()
643 void scsi_flush_work(struct Scsi_Host *shost) in scsi_flush_work()
678 void scsi_host_complete_all_commands(struct Scsi_Host *shost, int status) in scsi_host_complete_all_commands()
708 void scsi_host_busy_iter(struct Scsi_Host *shost, in scsi_host_busy_iter()