Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
syscon.c File Reference
#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 regmapsyscon_node_to_regmap (struct device_node *np)
 
 EXPORT_SYMBOL_GPL (syscon_node_to_regmap)
 
struct regmapsyscon_regmap_lookup_by_compatible (const char *s)
 
 EXPORT_SYMBOL_GPL (syscon_regmap_lookup_by_compatible)
 
struct regmapsyscon_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")
 

Function Documentation

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_DESCRIPTION ( "System Control driver )
module_exit ( syscon_exit  )
MODULE_LICENSE ( "GPL v2 )
postcore_initcall ( syscon_init  )
struct regmap* syscon_node_to_regmap ( struct device_node np)
read

Definition at line 40 of file syscon.c.

struct regmap* syscon_regmap_lookup_by_compatible ( const char s)
read

Definition at line 56 of file syscon.c.

struct regmap* syscon_regmap_lookup_by_phandle ( struct device_node np,
const char property 
)
read

Definition at line 72 of file syscon.c.