ata_scsi_device_resu(9)
NAME
- ata_scsi_device_resume - resume ATA device associated with
- sdev
SYNOPSIS
int ata_scsi_device_resume(struct scsi_device * sdev);
ARGUMENTS
- sdev
- the SCSI device to resume
DESCRIPTION
- Request resume EH action on the ATA device associated with
- sdev and return immediately. This enables parallel wakeup/spinup
- of devices.
LOCKING
Kernel thread context (may sleep).
RETURNS
0.
AUTHOR
- Jeff Garzik
- Author.