ata_port_alloc (9) Linux Manual Page
ata_port_alloc – allocate and initialize basic ATA port resources
Synopsis
struct ata_port *ata_port_alloc(struct ata_host *host);
Arguments
host
-
- ATA host this allocated port belongs to
Description
Allocate and initialize basic ATA port resources.
Return
Allocate ATA port on success, NULL on failure.
LOCKING: Inherited from calling layer (may sleep).
Author
Jeff Garzik
- Author.
