Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
common.h File Reference
#include <plat/i2c.h>
#include <plat/omap_hwmod.h>

Go to the source code of this file.

Functions

int __init omap_init_clocksource_32k (void __iomem *vbase)
 
void __init omap_check_revision (void)
 
void omap_reserve (void)
 
int omap_dss_reset (struct omap_hwmod *)
 
void omap_sram_init (void)
 

Function Documentation

void __init omap_check_revision ( void  )

Definition at line 127 of file id.c.

int omap_dss_reset ( struct omap_hwmod )

Definition at line 477 of file display.c.

int __init omap_init_clocksource_32k ( void __iomem vbase)

omap_init_clocksource_32k - setup and register counter 32k as a kernel clocksource : base addr of counter_32k module : size of counter_32k to map

Returns 0 upon success or negative error code upon failure.

Definition at line 89 of file counter_32k.c.

void omap_reserve ( void  )

Definition at line 26 of file common.c.

void omap_sram_init ( void  )

Definition at line 389 of file sram.c.