'\" t .\" Title: __request_region .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Hardware Interfaces .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "__REQUEST_REGION" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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" __request_region \- create a new busy resource region .SH "SYNOPSIS" .HP \w'struct\ resource\ *\ __request_region('u .BI "struct resource * __request_region(struct\ resource\ *\ " "parent" ", resource_size_t\ " "start" ", resource_size_t\ " "n" ", const\ char\ *\ " "name" ", int\ " "flags" ");" .SH "ARGUMENTS" .PP \fIparent\fR .RS 4 parent resource descriptor .RE .PP \fIstart\fR .RS 4 resource start address .RE .PP \fIn\fR .RS 4 resource region size .RE .PP \fIname\fR .RS 4 reserving caller\*(Aqs ID string .RE .PP \fIflags\fR .RS 4 IO resource flags .RE .SH "COPYRIGHT" .br