Linux Kernel
3.7.1
|
#include <linux/err.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/mfd/abx500.h>
#include <linux/mfd/abx500/ab8500.h>
#include <linux/mfd/abx500/ab8500-sysctrl.h>
Go to the source code of this file.
Functions | |
int | ab8500_sysctrl_read (u16 reg, u8 *value) |
int | ab8500_sysctrl_write (u16 reg, u8 mask, u8 value) |
subsys_initcall (ab8500_sysctrl_init) | |
MODULE_AUTHOR ("Mattias Nilsson <[email protected]") | |
MODULE_DESCRIPTION ("AB8500 system control driver") | |
MODULE_LICENSE ("GPL v2") | |
Definition at line 22 of file ab8500-sysctrl.c.
Definition at line 37 of file ab8500-sysctrl.c.
MODULE_AUTHOR | ( | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
subsys_initcall | ( | ab8500_sysctrl_init | ) |