Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_priv.h165 extern int scsi_autopm_get_host(struct Scsi_Host *);
170 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } in scsi_autopm_get_host() function
H A Dscsi_scan.c1478 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1617 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_target()
1674 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_host_selected()
1842 if (scsi_autopm_get_host(shost) < 0) in scsi_scan_host()
H A Dscsi_pm.c327 int scsi_autopm_get_host(struct Scsi_Host *shost) in scsi_autopm_get_host() function
H A Dhosts.c178 scsi_autopm_get_host(shost); in scsi_remove_host()
H A Dscsi_error.c2226 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { in scsi_error_handler()
2356 if (scsi_autopm_get_host(shost) < 0) in scsi_ioctl_reset()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_priv.h178 extern int scsi_autopm_get_host(struct Scsi_Host *);
183 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } in scsi_autopm_get_host() function
H A Dscsi_pm.c245 int scsi_autopm_get_host(struct Scsi_Host *shost) in scsi_autopm_get_host() function
H A Dscsi_scan.c1591 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1749 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_target()
1806 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in scsi_scan_host_selected()
1974 if (scsi_autopm_get_host(shost) < 0) in scsi_scan_host()
H A Dhosts.c179 scsi_autopm_get_host(shost); in scsi_remove_host()
H A Dscsi_error.c2328 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { in scsi_error_handler()
2453 if (scsi_autopm_get_host(shost) < 0) in scsi_ioctl_reset()

Completed in 14 milliseconds