Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cevt-r4k.h File Reference
#include <linux/clockchips.h>
#include <asm/time.h>

Go to the source code of this file.

Functions

 DECLARE_PER_CPU (struct clock_event_device, mips_clockevent_device)
 
void mips_event_handler (struct clock_event_device *dev)
 
int c0_compare_int_usable (void)
 
void mips_set_clock_mode (enum clock_event_mode, struct clock_event_device *)
 
irqreturn_t c0_compare_interrupt (int, void *)
 

Variables

struct irqaction c0_compare_irqaction
 
int cp0_timer_irq_installed
 

Function Documentation

int c0_compare_int_usable ( void  )

Definition at line 116 of file cevt-r4k.c.

irqreturn_t c0_compare_interrupt ( int  ,
void  
)

Definition at line 53 of file cevt-r4k.c.

DECLARE_PER_CPU ( struct clock_event_device  ,
mips_clockevent_device   
)
void mips_event_handler ( struct clock_event_device *  dev)

Definition at line 93 of file cevt-r4k.c.

void mips_set_clock_mode ( enum  clock_event_mode,
struct clock_event_device *   
)

Definition at line 42 of file cevt-r4k.c.

Variable Documentation

struct irqaction c0_compare_irqaction

Definition at line 86 of file cevt-r4k.c.

int cp0_timer_irq_installed

Definition at line 49 of file cevt-r4k.c.