|
Linux Kernel
3.7.1
|
Data Fields | |
| struct mutex | lock |
| int | regval |
| int | flags |
| void __iomem * | control_reg |
| void __iomem * | feed_reg |
| struct platform_device * | pdev |
struct ts72xx_wdt - watchdog control structure : lock that protects this structure : watchdog timeout value suitable for control register : flags controlling watchdog device state : watchdog control register : watchdog feed register : back pointer to platform dev
Definition at line 50 of file ts72xx_wdt.c.
Definition at line 58 of file ts72xx_wdt.c.
Definition at line 59 of file ts72xx_wdt.c.
| int flags |
Definition at line 56 of file ts72xx_wdt.c.
Definition at line 51 of file ts72xx_wdt.c.
| struct platform_device* pdev |
Definition at line 61 of file ts72xx_wdt.c.
Definition at line 52 of file ts72xx_wdt.c.
1.8.2