Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions | Variables
s5p-time.h File Reference

Go to the source code of this file.

Data Structures

struct  s5p_timer_source
 

Macros

#define __ASM_PLAT_S5P_TIME_H   __FILE__
 
#define S5PTIMER_MIN_RANGE   4
 
#define TCNT_MAX   0xffffffff
 
#define NON_PERIODIC   0
 
#define PERIODIC   1
 

Enumerations

enum  s5p_timer_mode {
  S5P_PWM0, S5P_PWM1, S5P_PWM2, S5P_PWM3,
  S5P_PWM4
}
 

Functions

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

Variables

struct sys_timer s5p_timer
 

Macro Definition Documentation

#define __ASM_PLAT_S5P_TIME_H   __FILE__

Definition at line 14 of file s5p-time.h.

#define NON_PERIODIC   0

Definition at line 34 of file s5p-time.h.

#define PERIODIC   1

Definition at line 35 of file s5p-time.h.

#define S5PTIMER_MIN_RANGE   4

Definition at line 31 of file s5p-time.h.

#define TCNT_MAX   0xffffffff

Definition at line 33 of file s5p-time.h.

Enumeration Type Documentation

Enumerator:
S5P_PWM0 
S5P_PWM1 
S5P_PWM2 
S5P_PWM3 
S5P_PWM4 

Definition at line 17 of file s5p-time.h.

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

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