ata_host_set_suspend(9)
NAME
ata_host_set_suspend - suspend host_set
SYNOPSIS
int ata_host_set_suspend(struct ata_host_set * host_set, pm_message_t mesg);
ARGUMENTS
- host_set
- host_set to suspend
- mesg
- PM message
DESCRIPTION
- Suspend host_set. Actual operation is performed by EH.
- This function requests EH to perform PM operations and waits for
- EH to finish.
LOCKING
Kernel thread context (may sleep).
RETURNS
0 on success, -errno on failure.
AUTHOR
- Jeff Garzik
- Author.