|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/pci.h>#include <linux/module.h>#include "pci.h"Go to the source code of this file.
Functions | |
| void | pci_set_host_bridge_release (struct pci_host_bridge *bridge, void(*release_fn)(struct pci_host_bridge *), void *release_data) |
| void | pcibios_resource_to_bus (struct pci_dev *dev, struct pci_bus_region *region, struct resource *res) |
| EXPORT_SYMBOL (pcibios_resource_to_bus) | |
| void | pcibios_bus_to_resource (struct pci_dev *dev, struct resource *res, struct pci_bus_region *region) |
| EXPORT_SYMBOL (pcibios_bus_to_resource) | |
| EXPORT_SYMBOL | ( | pcibios_resource_to_bus | ) |
| EXPORT_SYMBOL | ( | pcibios_bus_to_resource | ) |
| void pci_set_host_bridge_release | ( | struct pci_host_bridge * | bridge, |
| void(*)(struct pci_host_bridge *) | release_fn, | ||
| void * | release_data | ||
| ) |
Definition at line 30 of file host-bridge.c.
| void pcibios_bus_to_resource | ( | struct pci_dev * | dev, |
| struct resource * | res, | ||
| struct pci_bus_region * | region | ||
| ) |
Definition at line 71 of file host-bridge.c.
| void pcibios_resource_to_bus | ( | struct pci_dev * | dev, |
| struct pci_bus_region * | region, | ||
| struct resource * | res | ||
| ) |
Definition at line 43 of file host-bridge.c.
1.8.2