|
Linux Kernel
3.7.1
|
#include <linux/seq_file.h>#include <linux/uaccess.h>#include <linux/fs.h>#include <linux/module.h>#include <linux/debugfs.h>#include <linux/platform_device.h>#include <linux/mfd/abx500.h>#include <linux/mfd/abx500/ab8500.h>Go to the source code of this file.
Data Structures | |
| struct | ab8500_reg_range |
| struct | ab8500_prcmu_ranges |
Macros | |
| #define | AB8500_NAME_STRING "ab8500" |
| #define | AB8500_NUM_BANKS 22 |
| #define | AB8500_REV_REG 0x80 |
Functions | |
| subsys_initcall (ab8500_debug_init) | |
| module_exit (ab8500_debug_exit) | |
| MODULE_AUTHOR ("Mattias WALLIN <[email protected]") | |
| MODULE_DESCRIPTION ("AB8500 DEBUG") | |
| MODULE_LICENSE ("GPL v2") | |
| #define AB8500_NAME_STRING "ab8500" |
Definition at line 45 of file ab8500-debugfs.c.
| #define AB8500_NUM_BANKS 22 |
Definition at line 46 of file ab8500-debugfs.c.
| #define AB8500_REV_REG 0x80 |
Definition at line 48 of file ab8500-debugfs.c.
| MODULE_AUTHOR | ( | ) |
| MODULE_DESCRIPTION | ( | "AB8500 DEBUG" | ) |
| module_exit | ( | ab8500_debug_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | ab8500_debug_init | ) |
1.8.2