.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "ATA_HOST_INIT" "9" "09 October 2005" "" "" .SH NAME ata_host_init \- Initialize an ata_port structure .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ata_host_init (struct ata_port * \fIap\fB, struct Scsi_Host * \fIhost\fB, struct ata_host_set * \fIhost_set\fB, struct ata_probe_ent * \fIent\fB, unsigned int \fIport_no\fB); \fR .SH "ARGUMENTS" .TP \fB\fIap\fB\fR Structure to initialize .TP \fB\fIhost\fB\fR associated SCSI mid-layer structure .TP \fB\fIhost_set\fB\fR Collection of hosts to which \fIap\fR belongs .TP \fB\fIent\fB\fR Probe information provided by low-level driver .TP \fB\fIport_no\fB\fR Port number associated with this ata_port .SH "DESCRIPTION" .PP Initialize a new ata_port structure, and its associated scsi_host. .SH "LOCKING" .PP Inherited from caller.