1ATA_HOST_RESUME(9) libata Library ATA_HOST_RESUME(9)
23
4
NAME
6ata_host_resume - resume host
7
SYNOPSIS
9void ata_host_resume(struct ata_host * host);
10
ARGUMENTS
12host
13host to resume
14
DESCRIPTION
16Resume host. Actual operation is performed by EH. This function
17requests EH to perform PM operations and returns. Note that all resume
18operations are performed parallely.
19
LOCKING
21Kernel thread context (may sleep).
22
AUTHOR
24Jeff Garzik
25Author.
26
COPYRIGHT
28Kernel Hackers Manual 2.6. June 2019 ATA_HOST_RESUME(9)