'\" t .\" Title: ata_link_init .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: libata Core Internals .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ATA_LINK_INIT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "libata Core Internals" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ata_link_init \- Initialize an ata_link structure .SH "SYNOPSIS" .HP \w'void\ ata_link_init('u .BI "void ata_link_init(struct\ ata_port\ *\ " "ap" ", struct\ ata_link\ *\ " "link" ", int\ " "pmp" ");" .SH "ARGUMENTS" .PP \fIap\fR .RS 4 ATA port link is attached to .RE .PP \fIlink\fR .RS 4 Link structure to initialize .RE .PP \fIpmp\fR .RS 4 Port multiplier port number .RE .SH "DESCRIPTION" .PP Initialize \fIlink\fR\&. .PP LOCKING: Kernel thread context (may sleep) .SH "AUTHOR" .PP \fBJeff Garzik\fR .RS 4 Author. .RE .SH "COPYRIGHT" .br