Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/watchdog.h>
#include <linux/uaccess.h>
#include <linux/gpio.h>
#include <linux/mfd/wm831x/core.h>
#include <linux/mfd/wm831x/pdata.h>
#include <linux/mfd/wm831x/watchdog.h>
Go to the source code of this file.
Data Structures | |
struct | wm831x_wdt_drvdata |
Functions | |
module_param (nowayout, bool, 0) | |
MODULE_PARM_DESC (nowayout,"Watchdog cannot be stopped once started (default="__MODULE_STRING(WATCHDOG_NOWAYOUT)")") | |
module_platform_driver (wm831x_wdt_driver) | |
MODULE_AUTHOR ("Mark Brown") | |
MODULE_DESCRIPTION ("WM831x Watchdog") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:wm831x-watchdog") | |
MODULE_ALIAS | ( | "platform:wm831x-watchdog" | ) |
MODULE_AUTHOR | ( | "Mark Brown" | ) |
MODULE_DESCRIPTION | ( | "WM831x Watchdog" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | nowayout | , |
bool | , | ||
0 | |||
) |
MODULE_PARM_DESC | ( | nowayout | , |
"Watchdog cannot be stopped once started (default="__MODULE_STRING(WATCHDOG_NOWAYOUT)")" | |||
) |
module_platform_driver | ( | wm831x_wdt_driver | ) |
unsigned int time |
Definition at line 42 of file wm831x_wdt.c.
u16 val |
Definition at line 43 of file wm831x_wdt.c.