|
Linux Kernel
3.7.1
|
#include <linux/bootmem.h>#include <linux/export.h>#include <linux/slab.h>#include <asm/sn/types.h>#include <asm/sn/addrs.h>#include <asm/sn/sn_feature_sets.h>#include <asm/sn/geo.h>#include <asm/sn/io.h>#include <asm/sn/l1.h>#include <asm/sn/module.h>#include <asm/sn/pcibr_provider.h>#include <asm/sn/pcibus_provider_defs.h>#include <asm/sn/pcidev.h>#include <asm/sn/simulator.h>#include <asm/sn/sn_sal.h>#include <asm/sn/tioca_provider.h>#include <asm/sn/tioce_provider.h>#include "xtalk/hubdev.h"#include "xtalk/xwidgetdev.h"#include <linux/acpi.h>#include <asm/sn/sn2/sn_hwperf.h>#include <asm/sn/acpi.h>Go to the source code of this file.
Data Structures | |
| struct | sysdata_el |
Variables | |
| int | sn_ioif_inited |
| int | sn_acpi_rev |
| struct sn_pcibus_provider * | sn_pci_provider [PCIIO_ASIC_MAX_TYPES] |
| arch_initcall | ( | sn_io_early_init | ) |
Definition at line 403 of file io_common.c.
| EXPORT_SYMBOL | ( | sn_pci_unfixup_slot | ) |
| EXPORT_SYMBOL | ( | sn_bus_store_sysdata | ) |
| EXPORT_SYMBOL | ( | sn_bus_free_sysdata | ) |
| EXPORT_SYMBOL | ( | sn_generate_path | ) |
| EXPORT_SYMBOL_GPL | ( | sn_acpi_rev | ) |
| fs_initcall | ( | sn_io_late_init | ) |
Definition at line 384 of file io_common.c.
Definition at line 364 of file io_common.c.
Definition at line 351 of file io_common.c.
| void sn_common_bus_fixup | ( | struct pci_bus * | bus, |
| struct pcibus_bussoft * | prom_bussoft_ptr | ||
| ) |
Definition at line 278 of file io_common.c.
| void __init sn_common_hubdev_init | ( | struct hubdev_info * | hubdev | ) |
Definition at line 156 of file io_common.c.
Definition at line 411 of file io_common.c.
Definition at line 494 of file io_acpi_init.c.
Definition at line 517 of file io_common.c.
| void sn_pci_fixup_slot | ( | struct pci_dev * | dev, |
| struct pcidev_info * | pcidev_info, | ||
| struct sn_irq_info * | sn_irq_info | ||
| ) |
Definition at line 227 of file io_common.c.
Definition at line 215 of file io_common.c.
|
read |
Definition at line 106 of file io_common.c.
| int sn_acpi_rev |
Definition at line 48 of file io_common.c.
| int sn_ioif_inited |
Definition at line 46 of file io_common.c.
| struct sn_pcibus_provider* sn_pci_provider[PCIIO_ASIC_MAX_TYPES] |
Definition at line 51 of file io_common.c.
1.8.2