Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
syscon.h File Reference

Go to the source code of this file.

Functions

struct regmapsyscon_node_to_regmap (struct device_node *np)
 
struct regmapsyscon_regmap_lookup_by_compatible (const char *s)
 
struct regmapsyscon_regmap_lookup_by_phandle (struct device_node *np, const char *property)
 

Function Documentation

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.