pci_find_parent_resource

Section: Kernel Hacker's Manual (9)
Updated: pci_find_parent_resource
Index Return to Main Contents
 

NAME

pci_find_parent_resource - return resource region of parent bus of given region  

SYNOPSIS

struct resource * pci_find_parent_resource (const struct pci_dev *dev, struct resource *res);  

ARGUMENTS

dev

 PCI device structure contains resources to be searched
res

 child resource record for which parent is sought
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:52:42 GMT, June 12, 2005