Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_priv.h169 extern int scsi_autopm_get_host(struct Scsi_Host *);
174 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } in scsi_autopm_get_host() function
Dscsi_scan.c1486 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1625 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_target()
1682 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_host_selected()
1849 if (scsi_autopm_get_host(shost) < 0) in scsi_scan_host()
Dscsi_pm.c326 int scsi_autopm_get_host(struct Scsi_Host *shost) in scsi_autopm_get_host() function
Dhosts.c176 scsi_autopm_get_host(shost); in scsi_remove_host()
Dscsi_error.c2194 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { in scsi_error_handler()
2323 if (scsi_autopm_get_host(shost) < 0) in scsi_ioctl_reset()