|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/mtd/physmap.h>#include <linux/mmc/host.h>#include <linux/delay.h>#include <linux/i2c/twl.h>#include <linux/regulator/machine.h>#include <linux/err.h>#include <linux/clk.h>#include <linux/io.h>#include <linux/gpio.h>#include <mach/hardware.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include "common.h"#include <plat/gpmc.h>#include <plat/usb.h>#include "gpmc-smc91x.h"#include <video/omapdss.h>#include <video/omap-panel-generic-dpi.h>#include "mux.h"#include "hsmmc.h"#include "common-board-devices.h"Go to the source code of this file.
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap243x_map_io | |
| init_early = omap2430_init_early | |
| init_irq = omap2_init_irq | |
| handle_irq = omap2_intc_handle_irq | |
| init_machine = omap_2430sdp_init | |
| init_late = omap2430_init_late | |
| timer = &omap2_timer | |
| restart = omap_prcm_restart | |
| atag_offset = 0x100 |
Definition at line 281 of file board-2430sdp.c.
| handle_irq = omap2_intc_handle_irq |
Definition at line 286 of file board-2430sdp.c.
| init_early = omap2430_init_early |
Definition at line 284 of file board-2430sdp.c.
| init_irq = omap2_init_irq |
Definition at line 285 of file board-2430sdp.c.
| init_late = omap2430_init_late |
Definition at line 288 of file board-2430sdp.c.
| init_machine = omap_2430sdp_init |
Definition at line 287 of file board-2430sdp.c.
| map_io = omap243x_map_io |
Definition at line 283 of file board-2430sdp.c.
| reserve = omap_reserve |
Definition at line 282 of file board-2430sdp.c.
| restart = omap_prcm_restart |
Definition at line 290 of file board-2430sdp.c.
| timer = &omap2_timer |
Definition at line 289 of file board-2430sdp.c.
1.8.2