'\" t .\" Title: hsi_claim_port .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: High Speed Synchronous Serial Interface (HSI) .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "HSI_CLAIM_PORT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "High Speed Synchronous Serial" .\" ----------------------------------------------------------------- .\" * 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" hsi_claim_port \- Claim the HSI client\*(Aqs port .SH "SYNOPSIS" .HP \w'int\ hsi_claim_port('u .BI "int hsi_claim_port(struct\ hsi_client\ *\ " "cl" ", unsigned\ int\ " "share" ");" .SH "ARGUMENTS" .PP \fIcl\fR .RS 4 HSI client that wants to claim its port .RE .PP \fIshare\fR .RS 4 Flag to indicate if the client wants to share the port or not\&. .RE .SH "DESCRIPTION" .PP Returns \-errno on failure, 0 on success\&. .SH "COPYRIGHT" .br