diff options
Diffstat (limited to 'Documentation/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index b96f6c48f..2b9041d3e 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -188,6 +188,11 @@ pci_find_capability() Find specified capability in device's capability list. pci_module_init() Inline helper function for ensuring correct pci_driver initialization and error handling. +pci_resource_start() Returns bus start address for a given PCI region +pci_resource_end() Returns bus end address for a given PCI region +pci_resource_len() Returns the byte length of a PCI region +pci_set_drvdata() Set private driver data pointer for a pci_dev +pci_get_drvdata() Return private driver data pointer for a pci_dev 7. Miscellaneous hints |