Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
s3c2416.c File Reference
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <linux/gpio.h>
#include <linux/platform_device.h>
#include <linux/serial_core.h>
#include <linux/device.h>
#include <linux/syscore_ops.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
#include <mach/hardware.h>
#include <asm/proc-fns.h>
#include <asm/irq.h>
#include <asm/system_misc.h>
#include <mach/regs-s3c2443-clock.h>
#include <plat/gpio-core.h>
#include <plat/gpio-cfg.h>
#include <plat/gpio-cfg-helpers.h>
#include <plat/s3c2416.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/sdhci.h>
#include <plat/pm.h>
#include <plat/iic-core.h>
#include <plat/fb-core.h>
#include <plat/nand-core.h>
#include <plat/adc-core.h>
#include <plat/rtc-core.h>
#include <plat/spi-core.h>

Go to the source code of this file.

Functions

void s3c2416_restart (char mode, const char *cmd)
 
int __init s3c2416_init (void)
 
void __init s3c2416_init_uarts (struct s3c2410_uartcfg *cfg, int no)
 
void __init s3c2416_map_io (void)
 
 core_initcall (s3c2416_core_init)
 

Variables

struct bus_type s3c2416_subsys
 

Function Documentation

core_initcall ( s3c2416_core_init  )
int __init s3c2416_init ( void  )

Definition at line 89 of file s3c2416.c.

void __init s3c2416_init_uarts ( struct s3c2410_uartcfg cfg,
int  no 
)

Definition at line 115 of file s3c2416.c.

void __init s3c2416_map_io ( void  )

Definition at line 128 of file s3c2416.c.

void s3c2416_restart ( char  mode,
const char cmd 
)

Definition at line 81 of file s3c2416.c.

Variable Documentation

struct bus_type s3c2416_subsys
Initial value:
= {
.name = "s3c2416-core",
.dev_name = "s3c2416-core",
}

Definition at line 72 of file s3c2416.c.