Suspend host
int ata_host_suspend(struct ata_host * host, pm_message_t mesg);
host
host to suspend
mesg
PM message
Suspend host. Actual operation is performed by port suspend.
Jeff Garzik
Author.