Searched defs:regmap_config (Results 1 – 17 of 17) sorted by relevance
186 struct regmap_config { struct187 const char *name;189 int reg_bits;190 int reg_stride;191 int pad_bits;192 int val_bits;194 bool (*writeable_reg)(struct device *dev, unsigned int reg);195 bool (*readable_reg)(struct device *dev, unsigned int reg);196 bool (*volatile_reg)(struct device *dev, unsigned int reg);197 bool (*precious_reg)(struct device *dev, unsigned int reg);[all …]
30 const struct regmap_config *regmap_config; in arizona_i2c_probe() local
30 const struct regmap_config *regmap_config; in arizona_spi_probe() local
26 const struct regmap_config *regmap_config; member
328 struct regmap_config *regmap_config; in wm8994_device_init() local
586 static const struct regmap_config regmap_config = { variable
313 struct regmap_config *regmap_config = sta2x11_mfd_regmap_configs[index]; in sta2x11_mfd_platform_probe() local
198 static const struct regmap_config regmap_config = { in tda18212_probe() local
396 static const struct regmap_config regmap_config = { in it913x_probe() local
483 static const struct regmap_config regmap_config = { in e4000_probe() local
594 static const struct regmap_config regmap_config = { in m88rs6000t_probe() local
389 static const struct regmap_config regmap_config = { in mn88473_probe() local
444 static const struct regmap_config regmap_config = { in mn88472_probe() local
144 const struct regmap_config *regmap_config; member
1236 const struct regmap_config *regmap_config; in aic31xx_i2c_probe() local
827 static const struct regmap_config regmap_config = { in rtl2830_probe() local
37 struct regmap_config regmap_config; member