Searched refs:regmap_config (Results 1 - 25 of 145) sorted by relevance

123456

/drivers/mfd/
H A Dwm8994.h20 extern struct regmap_config wm1811_regmap_config;
21 extern struct regmap_config wm8994_regmap_config;
22 extern struct regmap_config wm8958_regmap_config;
23 extern struct regmap_config wm8994_base_regmap_config;
H A Dintel_soc_pmic_core.h26 struct regmap_config *regmap_config; member in struct:intel_soc_pmic_config
H A Darizona.h22 extern const struct regmap_config wm5102_i2c_regmap;
23 extern const struct regmap_config wm5102_spi_regmap;
25 extern const struct regmap_config wm5110_i2c_regmap;
26 extern const struct regmap_config wm5110_spi_regmap;
28 extern const struct regmap_config wm8997_i2c_regmap;
H A Darizona-i2c.c30 const struct regmap_config *regmap_config; local
42 regmap_config = &wm5102_i2c_regmap;
47 regmap_config = &wm5110_i2c_regmap;
52 regmap_config = &wm8997_i2c_regmap;
65 arizona->regmap = devm_regmap_init_i2c(i2c, regmap_config);
H A Darizona-spi.c30 const struct regmap_config *regmap_config; local
42 regmap_config = &wm5102_spi_regmap;
47 regmap_config = &wm5110_spi_regmap;
60 arizona->regmap = devm_regmap_init_spi(spi, regmap_config);
H A Dqcom-spmi-pmic.c20 static const struct regmap_config spmi_regmap_config = {
H A Dsec-core.c174 static const struct regmap_config sec_regmap_config = {
179 static const struct regmap_config s2mpa01_regmap_config = {
188 static const struct regmap_config s2mps11_regmap_config = {
197 static const struct regmap_config s2mps14_regmap_config = {
206 static const struct regmap_config s2mpu02_regmap_config = {
215 static const struct regmap_config s5m8763_regmap_config = {
224 static const struct regmap_config s5m8767_regmap_config = {
288 const struct regmap_config *regmap;
H A Dbcm590xx.c31 static const struct regmap_config bcm590xx_regmap_config_pri = {
38 static const struct regmap_config bcm590xx_regmap_config_sec = {
H A Dintel_soc_pmic_crc.c111 static struct regmap_config crystal_cove_regmap_config = {
156 .regmap_config = &crystal_cove_regmap_config,
H A Dsta2x11-mfd.c186 static struct regmap_config sta2x11_sctl_regmap_config = {
207 static struct regmap_config sta2x11_scr_regmap_config = {
246 static struct regmap_config sta2x11_apbreg_regmap_config = {
285 static struct regmap_config sta2x11_apb_soc_regs_regmap_config = {
296 static struct regmap_config *
313 struct regmap_config *regmap_config = sta2x11_mfd_regmap_configs[index]; local
319 if (!regmap_config)
334 regmap_config->lock_arg = &mfd->lock;
339 regmap_config
[all...]
H A Dda9052-spi.c26 struct regmap_config config;
H A Dhi6421-pmic-core.c38 static struct regmap_config hi6421_regmap_config = {
H A Dmax77686.c114 static struct regmap_config max77686_regmap_config = {
119 static struct regmap_config max77686_rtc_regmap_config = {
124 static struct regmap_config max77802_regmap_config = {
229 const struct regmap_config *config;
H A Dmc13xxx-i2c.c49 static struct regmap_config mc13xxx_regmap_i2c_config = {
H A Drn5t618.c42 static const struct regmap_config rn5t618_regmap_config = {
H A Dwm8994-core.c328 struct regmap_config *regmap_config; local
501 regmap_config = &wm1811_regmap_config;
504 regmap_config = &wm8994_regmap_config;
507 regmap_config = &wm8958_regmap_config;
514 ret = regmap_reinit_cache(wm8994->regmap, regmap_config);
/drivers/misc/
H A Dbmp085.h27 extern struct regmap_config bmp085_regmap_config;
/drivers/clk/qcom/
H A Dcommon.h17 struct regmap_config;
24 const struct regmap_config *config;
/drivers/base/regmap/
H A Dregmap-spmi.c103 const struct regmap_config *config)
119 const struct regmap_config *config)
234 const struct regmap_config *config)
250 const struct regmap_config *config)
H A Dregmap-spi.c126 const struct regmap_config *config)
143 const struct regmap_config *config)
H A Dregmap-i2c.c176 const struct regmap_config *config)
202 const struct regmap_config *config)
224 const struct regmap_config *config)
H A Dregmap-mmio.c221 const struct regmap_config *config)
312 const struct regmap_config *config)
338 const struct regmap_config *config)
/drivers/staging/iio/magnetometer/
H A Dhmc5843_i2c.c48 static struct regmap_config hmc5843_i2c_regmap_config = {
H A Dhmc5843_spi.c45 static struct regmap_config hmc5843_spi_regmap_config = {
/drivers/media/tuners/
H A Dtda18212.c198 static const struct regmap_config regmap_config = { local
212 dev->regmap = devm_regmap_init_i2c(client, &regmap_config);

Completed in 239 milliseconds

123456