Linux Kernel
3.7.1
|
#include <linux/err.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
Go to the source code of this file.
Data Structures | |
struct | syscon |
Functions | |
struct regmap * | syscon_node_to_regmap (struct device_node *np) |
EXPORT_SYMBOL_GPL (syscon_node_to_regmap) | |
struct regmap * | syscon_regmap_lookup_by_compatible (const char *s) |
EXPORT_SYMBOL_GPL (syscon_regmap_lookup_by_compatible) | |
struct regmap * | syscon_regmap_lookup_by_phandle (struct device_node *np, const char *property) |
EXPORT_SYMBOL_GPL (syscon_regmap_lookup_by_phandle) | |
postcore_initcall (syscon_init) | |
module_exit (syscon_exit) | |
MODULE_AUTHOR ("Dong Aisheng <[email protected]>") | |
MODULE_DESCRIPTION ("System Control driver") | |
MODULE_LICENSE ("GPL v2") | |
EXPORT_SYMBOL_GPL | ( | syscon_node_to_regmap | ) |
EXPORT_SYMBOL_GPL | ( | syscon_regmap_lookup_by_compatible | ) |
EXPORT_SYMBOL_GPL | ( | syscon_regmap_lookup_by_phandle | ) |
MODULE_AUTHOR | ( | "Dong Aisheng <[email protected]>" | ) |
module_exit | ( | syscon_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
postcore_initcall | ( | syscon_init | ) |
|
read |