Linux Kernel
3.7.1
|
#include <linux/fb.h>
#include <linux/gpio.h>
#include <linux/gpio_keys.h>
#include <linux/init.h>
#include <linux/input.h>
#include <linux/leds.h>
#include <linux/platform_device.h>
#include <asm/hardware/vic.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <video/samsung_fimd.h>
#include <mach/map.h>
#include <mach/regs-gpio.h>
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/fb.h>
#include <plat/gpio-cfg.h>
#include "common.h"
#include "mach-smartq.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x100 | |
init_irq = s3c6410_init_irq | |
handle_irq = vic_handle_irq | |
map_io = smartq_map_io | |
init_machine = smartq5_machine_init | |
init_late = s3c64xx_init_late | |
timer = &s3c24xx_timer | |
restart = s3c64xx_restart | |
atag_offset = 0x100 |
Definition at line 154 of file mach-smartq5.c.
handle_irq = vic_handle_irq |
Definition at line 156 of file mach-smartq5.c.
init_irq = s3c6410_init_irq |
Definition at line 155 of file mach-smartq5.c.
init_late = s3c64xx_init_late |
Definition at line 159 of file mach-smartq5.c.
init_machine = smartq5_machine_init |
Definition at line 158 of file mach-smartq5.c.
map_io = smartq_map_io |
Definition at line 157 of file mach-smartq5.c.
restart = s3c64xx_restart |
Definition at line 161 of file mach-smartq5.c.
Definition at line 160 of file mach-smartq5.c.