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

/linux-4.4.14/drivers/scsi/
H A Dscsi_priv.h161 extern int scsi_autopm_get_host(struct Scsi_Host *); scsi_netlink_exit()
166 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } scsi_autopm_put_host() function
H A Dscsi_pm.c316 int scsi_autopm_get_host(struct Scsi_Host *shost) scsi_autopm_get_host() function
H A Dscsi_scan.c1490 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { __scsi_add_device()
1614 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { scsi_scan_target()
1669 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { scsi_scan_host_selected()
1835 if (scsi_autopm_get_host(shost) < 0) scsi_scan_host()
H A Dhosts.c171 scsi_autopm_get_host(shost); scsi_remove_host()
H A Dscsi_error.c2216 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { scsi_error_handler()
2342 if (scsi_autopm_get_host(shost) < 0) scsi_ioctl_reset()

Completed in 281 milliseconds