Linux Kernel
3.7.1
|
#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 |
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.
Definition at line 403 of file s5p-time.c.