Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
common.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/module.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/sched.h>
#include <linux/dma-mapping.h>
#include <linux/serial_core.h>
#include <asm/proc-fns.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
#include <mach/map.h>
#include <mach/regs-clock.h>
#include <plat/cpu.h>
#include <plat/clock.h>
#include <plat/devs.h>
#include <plat/sdhci.h>
#include <plat/adc-core.h>
#include <plat/ata-core.h>
#include <plat/fb-core.h>
#include <plat/fimc-core.h>
#include <plat/iic-core.h>
#include <plat/keypad-core.h>
#include <plat/tv-core.h>
#include <plat/spi-core.h>
#include <plat/regs-serial.h>
#include "common.h"

Go to the source code of this file.

Functions

void s5pv210_restart (char mode, const char *cmd)
 
void __init s5pv210_init_io (struct map_desc *mach_desc, int size)
 
void __init s5pv210_map_io (void)
 
void __init s5pv210_init_clocks (int xtal)
 
void __init s5pv210_init_irq (void)
 
 core_initcall (s5pv210_core_init)
 
int __init s5pv210_init (void)
 
void __init s5pv210_init_uarts (struct s3c2410_uartcfg *cfg, int no)
 

Variables

struct bus_type s5pv210_subsys
 

Function Documentation

core_initcall ( s5pv210_core_init  )
int __init s5pv210_init ( void  )

Definition at line 242 of file common.c.

void __init s5pv210_init_clocks ( int  xtal)

Definition at line 204 of file common.c.

void __init s5pv210_init_io ( struct map_desc mach_desc,
int  size 
)

Definition at line 157 of file common.c.

void __init s5pv210_init_irq ( void  )

Definition at line 214 of file common.c.

void __init s5pv210_init_uarts ( struct s3c2410_uartcfg cfg,
int  no 
)

Definition at line 250 of file common.c.

void __init s5pv210_map_io ( void  )

Definition at line 170 of file common.c.

void s5pv210_restart ( char  mode,
const char cmd 
)

Definition at line 146 of file common.c.

Variable Documentation

struct bus_type s5pv210_subsys
Initial value:
= {
.name = "s5pv210-core",
.dev_name = "s5pv210-core",
}

Definition at line 227 of file common.c.