Linux Kernel
3.7.1
|
#include <wdt.h>
Data Fields | |
void __iomem * | reg_base |
struct shm * | sm_wdt |
struct tasklet_struct | wdt3_tasklet |
struct clk * | fclk |
struct clk * | iclk |
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.
struct tasklet_struct wdt3_tasklet |