.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCI_FIND_PARENT_RESOURCE" "" "06 October 2005" "" "" .SH NAME pci_find_parent_resource \- return resource region of parent bus of given region .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct resource * pci_find_parent_resource (const struct pci_dev * \fIdev\fB, struct resource * \fIres\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR PCI device structure contains resources to be searched .TP \fB\fIres\fB\fR child resource record for which parent is sought .SH "DESCRIPTION" .PP For given resource region of given device, return the resource region of parent bus the given region is contained in or where it should be allocated from.