Searched defs:regmap_config (Results 1 – 2 of 2) sorted by relevance
75 struct regmap_config { struct76 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 …]
368 struct regmap_config *regmap_config; in wm8994_device_init() local