1ATA_HOST_SUSPEND(9) libata Library ATA_HOST_SUSPEND(9)
2
3
4
6 ata_host_suspend - suspend host
7
9 int ata_host_suspend(struct ata_host * host, pm_message_t mesg);
10
12 host
13 host to suspend
14
15 mesg
16 PM message
17
19 Suspend host. Actual operation is performed by EH. This function
20 requests EH to perform PM operations and waits for EH to finish.
21
23 Kernel thread context (may sleep).
24
26 0 on success, -errno on failure.
27
29 Jeff Garzik
30 Author.
31
33Kernel Hackers Manual 2.6. June 2019 ATA_HOST_SUSPEND(9)