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

Go to the source code of this file.

Functions

void msm_map_common_io (void)
 
void msm_map_msm7x30_io (void)
 
void msm_map_msm8x60_io (void)
 
void msm_map_msm8960_io (void)
 
void msm_map_qsd8x50_io (void)
 
void __iomem__msm_ioremap_caller (unsigned long phys_addr, size_t size, unsigned int mtype, void *caller)
 
void msm_cpu_die (unsigned int cpu)
 

Variables

struct sys_timer msm7x01_timer
 
struct sys_timer msm7x30_timer
 
struct sys_timer msm_dt_timer
 
struct sys_timer qsd8x50_timer
 
struct smp_operations msm_smp_ops
 

Function Documentation

void __iomem* __msm_ioremap_caller ( unsigned long  phys_addr,
size_t  size,
unsigned int  mtype,
void caller 
)

Definition at line 175 of file io.c.

void msm_cpu_die ( unsigned int  cpu)

Definition at line 65 of file hotplug.c.

void msm_map_common_io ( void  )
void msm_map_msm7x30_io ( void  )
void msm_map_msm8960_io ( void  )
void msm_map_msm8x60_io ( void  )
void msm_map_qsd8x50_io ( void  )

Variable Documentation

struct sys_timer msm7x01_timer

Definition at line 333 of file timer.c.

struct sys_timer msm7x30_timer

Definition at line 344 of file timer.c.

struct sys_timer msm_dt_timer
struct smp_operations msm_smp_ops
struct sys_timer qsd8x50_timer

Definition at line 355 of file timer.c.