Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
s5p-time.c File Reference
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/clockchips.h>
#include <linux/platform_device.h>
#include <asm/smp_twd.h>
#include <asm/mach/time.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/sched_clock.h>
#include <mach/map.h>
#include <plat/devs.h>
#include <plat/regs-timer.h>
#include <plat/s5p-time.h>

Go to the source code of this file.

Functions

void __init s5p_set_timer_source (enum s5p_timer_mode event, enum s5p_timer_mode source)
 

Variables

struct sys_timer s5p_timer
 

Function Documentation

void __init s5p_set_timer_source ( enum s5p_timer_mode  event,
enum s5p_timer_mode  source 
)

Definition at line 225 of file s5p-time.c.

Variable Documentation

struct sys_timer s5p_timer
Initial value:
= {
.init = s5p_timer_init,
}

Definition at line 403 of file s5p-time.c.