1ATA_HOST_INIT(9) libata Library ATA_HOST_INIT(9)
23
4
NAME
6ata_host_init - Initialize a host struct
7
SYNOPSIS
9void ata_host_init(struct ata_host * host, struct device * dev,
10unsigned long flags,
11struct ata_port_operations * ops);
12
ARGUMENTS
14host
15host to initialize
1617
dev
18device host is attached to
1920
flags
21host flags
2223
ops
24port_ops
25
LOCKING
27PCI/etc. bus probe sem.
28
AUTHOR
30Jeff Garzik
31Author.
32
COPYRIGHT
34Kernel Hackers Manual 2.6. November 2011 ATA_HOST_INIT(9)