'\" t
.\"     Title: pcim_pin_device
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: June 2017
.\"    Manual: Hardware Interfaces
.\"    Source: Kernel Hackers Manual 4.9.30
.\"  Language: English
.\"
.TH "PCIM_PIN_DEVICE" "9" "June 2017" "Kernel Hackers Manual 4\&.9\&." "Hardware Interfaces"
.\" -----------------------------------------------------------------
.\" * 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"
pcim_pin_device \- Pin managed PCI device
.SH "SYNOPSIS"
.HP \w'void\ pcim_pin_device('u
.BI "void pcim_pin_device(struct\ pci_dev\ *\ " "pdev" ");"
.SH "ARGUMENTS"
.PP
\fIpdev\fR
.RS 4
PCI device to pin
.RE
.SH "DESCRIPTION"
.PP
Pin managed PCI device
\fIpdev\fR\&. Pinned device won\*(Aqt be disabled on driver detach\&.
\fIpdev\fR
must have been enabled with
\fBpcim_enable_device\fR\&.
.SH "COPYRIGHT"
.br
