Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
time.c File Reference
#include <linux/timex.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <asm/hardware/ioc.h>
#include <asm/mach/time.h>

Go to the source code of this file.

Functions

unsigned long ioc_timer_gettimeoffset (void)
 
void __init ioctime_init (void)
 

Variables

struct sys_timer ioc_timer
 

Function Documentation

unsigned long ioc_timer_gettimeoffset ( void  )

Definition at line 27 of file time.c.

void __init ioctime_init ( void  )

Definition at line 62 of file time.c.

Variable Documentation

struct sys_timer ioc_timer
Initial value:
= {
.init = ioc_timer_init,
}

Definition at line 91 of file time.c.