Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dsp_wdt_setting Struct Reference

#include <wdt.h>

Data Fields

void __iomemreg_base
 
struct shmsm_wdt
 
struct tasklet_struct wdt3_tasklet
 
struct clkfclk
 
struct clkiclk
 

Detailed Description

struct dsp_wdt_setting - the basic dsp_wdt_setting structure : pointer to the base of the wdt registers : pointer to flags in shared memory tasklet to manage wdt event handle to wdt3 functional clock handle to wdt3 interface clock

This struct is used in the function to manage wdt3.

Definition at line 36 of file wdt.h.

Field Documentation

struct clk* fclk

Definition at line 40 of file wdt.h.

struct clk* iclk

Definition at line 41 of file wdt.h.

void __iomem* reg_base

Definition at line 37 of file wdt.h.

struct shm* sm_wdt

Definition at line 38 of file wdt.h.

struct tasklet_struct wdt3_tasklet

Definition at line 39 of file wdt.h.


The documentation for this struct was generated from the following file: