'\" t .\" Title: pci_request_selected_regions .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: Hardware Interfaces .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "PCI_REQUEST_SELECTED" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "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" pci_request_selected_regions \- Reserve selected PCI I/O and memory resources .SH "SYNOPSIS" .HP \w'int\ pci_request_selected_regions('u .BI "int pci_request_selected_regions(struct\ pci_dev\ *\ " "pdev" ", int\ " "bars" ", const\ char\ *\ " "res_name" ");" .SH "ARGUMENTS" .PP \fIpdev\fR .RS 4 PCI device whose resources are to be reserved .RE .PP \fIbars\fR .RS 4 Bitmask of BARs to be requested .RE .PP \fIres_name\fR .RS 4 Name to be associated with resource .RE .SH "COPYRIGHT" .br