Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
wm8350-regmap.c File Reference
#include <linux/mfd/wm8350/core.h>

Go to the source code of this file.

Data Structures

struct  wm8350_reg_access
 

Variables

struct regmap_config wm8350_regmap
 

Variable Documentation

struct regmap_config wm8350_regmap
Initial value:
= {
.reg_bits = 8,
.val_bits = 16,
.cache_type = REGCACHE_RBTREE,
.max_register = WM8350_MAX_REGISTER,
.readable_reg = wm8350_readable,
.writeable_reg = wm8350_writeable,
.volatile_reg = wm8350_volatile,
.precious_reg = wm8350_precious,
}

Definition at line 328 of file wm8350-regmap.c.