#include <linux/export.h>
#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/string.h>
#include <asm/pci-bridge.h>
#include <asm/ppc-pci.h>
Go to the source code of this file.
core_initcall |
( |
eeh_dev_phb_init |
| ) |
|
eeh_dev_init - Create EEH device according to OF node : device node : PHB
It will create EEH device according to the given OF node. The function might be called by PCI emunation, DR, PHB hotplug.
Definition at line 52 of file eeh_dev.c.
eeh_dev_phb_init_dynamic - Create EEH devices for devices included in PHB : PHB
Scan the PHB OF node and its child association, then create the EEH devices accordingly
Definition at line 80 of file eeh_dev.c.