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

Go to the source code of this file.

Macros

#define ARRAY_AND_SIZE(x)   (x), ARRAY_SIZE(x)
 

Functions

void timer_init (int irq)
 
void __init icu_init_irq (void)
 
void __init mmp_map_io (void)
 
void mmp_restart (char, const char *)
 
void __init pxa168_clk_init (void)
 
void __init pxa910_clk_init (void)
 
void __init mmp2_clk_init (void)
 

Macro Definition Documentation

#define ARRAY_AND_SIZE (   x)    (x), ARRAY_SIZE(x)

Definition at line 1 of file common.h.

Function Documentation

void __init icu_init_irq ( void  )

Definition at line 197 of file irq.c.

void __init mmp2_clk_init ( void  )

Definition at line 108 of file clock-mmp2.c.

void __init mmp_map_io ( void  )

Definition at line 42 of file common.c.

void mmp_restart ( char  ,
const char  
)

Definition at line 50 of file common.c.

void __init pxa168_clk_init ( void  )

Definition at line 88 of file clock-pxa168.c.

void __init pxa910_clk_init ( void  )

Definition at line 64 of file clock-pxa910.c.

void timer_init ( int  irq)

Definition at line 195 of file time.c.