Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/watchdog.h>
#include <linux/uaccess.h>
#include <linux/mfd/wm8350/core.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
module_param (nowayout, bool, 0) | |
MODULE_PARM_DESC (nowayout,"Watchdog cannot be stopped once started (default="__MODULE_STRING(WATCHDOG_NOWAYOUT)")") | |
module_platform_driver (wm8350_wdt_driver) | |
MODULE_AUTHOR ("Mark Brown") | |
MODULE_DESCRIPTION ("WM8350 Watchdog") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:wm8350-wdt") | |
Definition at line 11 of file wm8350_wdt.c.
MODULE_ALIAS | ( | "platform:wm8350-wdt" | ) |
MODULE_AUTHOR | ( | "Mark Brown" | ) |
MODULE_DESCRIPTION | ( | "WM8350 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 | ( | wm8350_wdt_driver | ) |
unsigned int time |
Definition at line 31 of file wm8350_wdt.c.
u16 val |
Definition at line 32 of file wm8350_wdt.c.