'\" t .\" Title: __request_region .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Hardware Interfaces .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "__REQUEST_REGION" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "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 \fIstruct resource * parent\fR .RS 4 parent resource descriptor .RE .PP \fIresource_size_t start\fR .RS 4 resource start address .RE .PP \fIresource_size_t n\fR .RS 4 resource region size .RE .PP \fIconst char * name\fR .RS 4 reserving caller\*(Aqs ID string .RE .PP \fIint flags\fR .RS 4 IO resource flags .RE .SH "COPYRIGHT" .br