|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/i2c.h>#include <linux/mv643xx_eth.h>#include <linux/ata_platform.h>#include <linux/gpio_keys.h>#include <linux/input.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/kirkwood.h>#include "common.h"#include "mpp.h"#include "tsx1x-common.h"Go to the source code of this file.
Functions | |
| subsys_initcall (ts219_pci_init) | |
Variables | |
| atag_offset = 0x100 | |
| init_machine = qnap_ts219_init | |
| map_io = kirkwood_map_io | |
| init_early = kirkwood_init_early | |
| init_irq = kirkwood_init_irq | |
| timer = &kirkwood_timer | |
| restart = kirkwood_restart | |
| subsys_initcall | ( | ts219_pci_init | ) |
| atag_offset = 0x100 |
Definition at line 135 of file ts219-setup.c.
| init_early = kirkwood_init_early |
Definition at line 138 of file ts219-setup.c.
| init_irq = kirkwood_init_irq |
Definition at line 139 of file ts219-setup.c.
| init_machine = qnap_ts219_init |
Definition at line 136 of file ts219-setup.c.
| map_io = kirkwood_map_io |
Definition at line 137 of file ts219-setup.c.
| restart = kirkwood_restart |
Definition at line 141 of file ts219-setup.c.
Definition at line 140 of file ts219-setup.c.
1.8.2