Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sparc64_tick_ops Struct Reference

#include <timer_64.h>

Data Fields

unsigned long long(* get_tick )(void)
 
int(* add_compare )(unsigned long)
 
unsigned long softint_mask
 
void(* disable_irq )(void)
 
void(* init_tick )(void)
 
unsigned long(* add_tick )(unsigned long)
 
charname
 

Detailed Description

Definition at line 12 of file timer_64.h.

Field Documentation

int(* add_compare)(unsigned long)

Definition at line 14 of file timer_64.h.

unsigned long(* add_tick)(unsigned long)

Definition at line 19 of file timer_64.h.

void(* disable_irq)(void)

Definition at line 16 of file timer_64.h.

unsigned long long(* get_tick)(void)

Definition at line 13 of file timer_64.h.

void(* init_tick)(void)

Definition at line 18 of file timer_64.h.

char* name

Definition at line 21 of file timer_64.h.

unsigned long softint_mask

Definition at line 15 of file timer_64.h.


The documentation for this struct was generated from the following file: