|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/errno.h>#include <linux/init.h>#include <linux/module.h>#include <linux/types.h>#include <linux/rtc.h>#include <linux/bcd.h>#include <linux/platform_device.h>#include <linux/interrupt.h>#include <linux/mfd/tps65910.h>Go to the source code of this file.
Data Structures | |
| struct | tps65910_rtc |
Macros | |
| #define | NUM_TIME_REGS (TPS65910_YEARS - TPS65910_SECONDS + 1) |
| #define | DEV_PM_OPS NULL |
Functions | |
| module_platform_driver (tps65910_rtc_driver) | |
| MODULE_ALIAS ("platform:rtc-tps65910") | |
| MODULE_AUTHOR ("Venu Byravarasu <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define DEV_PM_OPS NULL |
Definition at line 333 of file rtc-tps65910.c.
| #define NUM_TIME_REGS (TPS65910_YEARS - TPS65910_SECONDS + 1) |
Definition at line 35 of file rtc-tps65910.c.
| MODULE_ALIAS | ( | "platform:rtc-tps65910" | ) |
| MODULE_AUTHOR | ( | "Venu Byravarasu <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | tps65910_rtc_driver | ) |
1.8.2