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

Go to the source code of this file.

Data Structures

struct  dsp_wdt_setting
 

Macros

#define OMAP3_WDT3_ISR_OFFSET   0x0018
 

Functions

int dsp_wdt_init (void)
 
void dsp_wdt_exit (void)
 
void dsp_wdt_enable (bool enable)
 
void dsp_wdt_sm_set (void *data)
 

Macro Definition Documentation

#define OMAP3_WDT3_ISR_OFFSET   0x0018

Definition at line 22 of file wdt.h.

Function Documentation

void dsp_wdt_enable ( bool  enable)

dsp_wdt_enable() - enable/disable wdt3 : bool value to enable/disable wdt3

This function enables or disables wdt3 base on value.

Definition at line 112 of file wdt.c.

void dsp_wdt_exit ( void  )

dsp_wdt_exit() - initialize wdt3 module.

This function frees all resources allocated for wdt3 module.

Definition at line 93 of file wdt.c.

int dsp_wdt_init ( void  )

dsp_wdt_init() - initialize wdt3 module.

This function initialize to wdt3 module, so that other wdt3 function can be used.

Definition at line 52 of file wdt.c.

void dsp_wdt_sm_set ( void data)

dsp_wdt_sm_set() - store pointer to the share memory : pointer to dspbridge share memory

This function is used to pass a valid pointer to share memory, so that the flags can be set in order DSP side can read them.

Definition at line 86 of file wdt.c.