|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/clkdev.h>#include <asm/system_info.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <asm/setup.h>#include <mach/board.h>#include <mach/hardware.h>#include <mach/msm_iomap.h>#include "devices.h"#include "board-trout.h"#include "common.h"Go to the source code of this file.
Functions | |
| int | trout_init_mmc (unsigned int) |
Variables | |
| atag_offset = 0x100 | |
| fixup = trout_fixup | |
| map_io = trout_map_io | |
| init_early = trout_init_early | |
| init_irq = trout_init_irq | |
| init_machine = trout_init | |
| init_late = trout_init_late | |
| timer = &msm7x01_timer | |
| int trout_init_mmc | ( | unsigned | int | ) |
Definition at line 168 of file board-trout-mmc.c.
| atag_offset = 0x100 |
Definition at line 106 of file board-trout.c.
| fixup = trout_fixup |
Definition at line 107 of file board-trout.c.
| init_early = trout_init_early |
Definition at line 109 of file board-trout.c.
| init_irq = trout_init_irq |
Definition at line 110 of file board-trout.c.
| init_late = trout_init_late |
Definition at line 112 of file board-trout.c.
| init_machine = trout_init |
Definition at line 111 of file board-trout.c.
| map_io = trout_map_io |
Definition at line 108 of file board-trout.c.
Definition at line 113 of file board-trout.c.
1.8.2