Home
last modified time | relevance | path

Searched defs:regmap_config (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dregmap.h75 struct regmap_config { struct
76 int reg_bits;
77 int val_bits;
79 bool (*writeable_reg)(struct device *dev, unsigned int reg);
80 bool (*readable_reg)(struct device *dev, unsigned int reg);
81 bool (*volatile_reg)(struct device *dev, unsigned int reg);
82 bool (*precious_reg)(struct device *dev, unsigned int reg);
84 unsigned int max_register;
85 const struct reg_default *reg_defaults;
86 unsigned int num_reg_defaults;
[all …]
/linux-3.3/drivers/mfd/
Dwm8994-core.c368 struct regmap_config *regmap_config; in wm8994_device_init() local