'\" t .\" Title: rio_dev_put .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: RapidIO driver interface .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "RIO_DEV_PUT" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "RapidIO driver interface" .\" ----------------------------------------------------------------- .\" * 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" rio_dev_put \- Release a use of the RIO device structure .SH "SYNOPSIS" .HP \w'void\ rio_dev_put('u .BI "void rio_dev_put(struct\ rio_dev\ *\ " "rdev" ");" .SH "ARGUMENTS" .PP \fIrdev\fR .RS 4 RIO device being disconnected .RE .SH "DESCRIPTION" .PP Must be called when a user of a device is finished with it\&. When the last user of the device calls this function, the memory of the device is freed\&. .SH "AUTHOR" .PP \fBMatt Porter\fR <\&mporter@kernel.crashing.org\&>, <\&mporter@mvista.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br