Home
last modified time | relevance | path

Searched refs:regmap_config (Results 1 – 200 of 397) sorted by relevance

12

/linux-4.4.14/drivers/mfd/
Darizona-i2c.c30 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
42 regmap_config = &wm5102_i2c_regmap; in arizona_i2c_probe()
47 regmap_config = &wm5110_i2c_regmap; in arizona_i2c_probe()
51 regmap_config = &wm8997_i2c_regmap; in arizona_i2c_probe()
56 regmap_config = &wm8998_i2c_regmap; in arizona_i2c_probe()
63 if (!regmap_config) { in arizona_i2c_probe()
73 arizona->regmap = devm_regmap_init_i2c(i2c, regmap_config); in arizona_i2c_probe()
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;
30 extern const struct regmap_config wm8998_i2c_regmap;
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;
Darizona-spi.c30 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
42 regmap_config = &wm5102_spi_regmap; in arizona_spi_probe()
47 regmap_config = &wm5110_spi_regmap; in arizona_spi_probe()
54 if (!regmap_config) { in arizona_spi_probe()
64 arizona->regmap = devm_regmap_init_spi(spi, regmap_config); in arizona_spi_probe()
Dsec-core.c185 static const struct regmap_config sec_regmap_config = {
190 static const struct regmap_config s2mpa01_regmap_config = {
199 static const struct regmap_config s2mps11_regmap_config = {
208 static const struct regmap_config s2mps13_regmap_config = {
217 static const struct regmap_config s2mps14_regmap_config = {
226 static const struct regmap_config s2mpu02_regmap_config = {
235 static const struct regmap_config s5m8763_regmap_config = {
244 static const struct regmap_config s5m8767_regmap_config = {
342 const struct regmap_config *regmap; in sec_pmic_probe()
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]; in sta2x11_mfd_platform_probe() local
319 if (!regmap_config) in sta2x11_mfd_platform_probe()
334 regmap_config->lock_arg = &mfd->lock; in sta2x11_mfd_platform_probe()
339 regmap_config->cache_type = REGCACHE_NONE; in sta2x11_mfd_platform_probe()
341 regmap_config); in sta2x11_mfd_platform_probe()
Dintel_soc_pmic_core.h26 const struct regmap_config *regmap_config; member
Dwm8994-core.c328 struct regmap_config *regmap_config; in wm8994_device_init() local
501 regmap_config = &wm1811_regmap_config; in wm8994_device_init()
504 regmap_config = &wm8994_regmap_config; in wm8994_device_init()
507 regmap_config = &wm8958_regmap_config; in wm8994_device_init()
514 ret = regmap_reinit_cache(wm8994->regmap, regmap_config); in wm8994_device_init()
Dintel_soc_pmic_crc.c117 static const struct regmap_config crystal_cove_regmap_config = {
162 .regmap_config = &crystal_cove_regmap_config,
Dbcm590xx.c31 static const struct regmap_config bcm590xx_regmap_config_pri = {
38 static const struct regmap_config bcm590xx_regmap_config_sec = {
Dwm8994-regmap.c1242 struct regmap_config wm1811_regmap_config = {
1257 struct regmap_config wm8994_regmap_config = {
1272 struct regmap_config wm8958_regmap_config = {
1287 struct regmap_config wm8994_base_regmap_config = {
Dmax77686.c114 static const struct regmap_config max77686_regmap_config = {
119 static const struct regmap_config max77686_rtc_regmap_config = {
124 static const struct regmap_config max77802_regmap_config = {
215 const struct regmap_config *config; in max77686_i2c_probe()
Dsyscon.c39 static struct regmap_config syscon_regmap_config = {
51 struct regmap_config syscon_config = syscon_regmap_config; in of_syscon_register()
Dmax77693.c62 static const struct regmap_config max77693_regmap_config = {
120 static const struct regmap_config max77693_regmap_muic_config = {
157 static const struct regmap_config max77693_regmap_haptic_config = {
Dmax77843.c44 static const struct regmap_config max77843_charger_regmap_config = {
50 static const struct regmap_config max77843_regmap_config = {
Dwm8350-regmap.c328 const struct regmap_config wm8350_regmap = {
Dhi6421-pmic-core.c38 static const struct regmap_config hi6421_regmap_config = {
Dda9052-spi.c26 struct regmap_config config; in da9052_spi_probe()
Dsky81452.c30 static const struct regmap_config sky81452_config = {
Daxp20x.c212 static const struct regmap_config axp152_regmap_config = {
221 static const struct regmap_config axp20x_regmap_config = {
230 static const struct regmap_config axp22x_regmap_config = {
239 static const struct regmap_config axp288_regmap_config = {
Dmc13xxx-i2c.c49 static const struct regmap_config mc13xxx_regmap_i2c_config = {
Dsmsc-ece1099.c27 static const struct regmap_config smsc_regmap_config = {
Dmax8907.c63 static const struct regmap_config max8907_regmap_gen_config = {
108 static const struct regmap_config max8907_regmap_rtc_config = {
Drn5t618.c42 static const struct regmap_config rn5t618_regmap_config = {
Dlm3533-core.c582 static const struct regmap_config regmap_config = { variable
604 lm3533->regmap = devm_regmap_init_i2c(i2c, &regmap_config); in lm3533_i2c_probe()
Dlp3943.c102 static const struct regmap_config lp3943_regmap_config = {
Drt5033.c56 static const struct regmap_config rt5033_regmap_config = {
Datmel-hlcdc.c72 static const struct regmap_config atmel_hlcdc_regmap_config = {
D88pm80x.c47 const struct regmap_config pm80x_regmap_config = {
Dtps6105x.c28 static struct regmap_config tps6105x_regmap_config = {
Dqcom-spmi-pmic.c114 static const struct regmap_config spmi_regmap_config = {
Ddavinci_voicecodec.c36 static const struct regmap_config davinci_vc_regmap = {
Dintel_soc_pmic_core.c85 pmic->regmap = devm_regmap_init_i2c(i2c, config->regmap_config); in intel_soc_pmic_i2c_probe()
Dsi476x-prop.c221 static const struct regmap_config si476x_regmap_config = {
Dmc13xxx-spi.c51 static const struct regmap_config mc13xxx_regmap_spi_config = {
Dmax14577.c187 static const struct regmap_config max14577_muic_regmap_config = {
194 static const struct regmap_config max77836_pmic_regmap_config = {
Dwm8400-core.c139 static const struct regmap_config wm8400_regmap_config = {
Das3711.c105 static const struct regmap_config as3711_regmap_config = {
Dtps65090.c161 static const struct regmap_config tps65090_regmap_config = {
Dtwl-core.c309 static const struct regmap_config twl4030_regmap_config[4] = {
372 static const struct regmap_config twl6030_regmap_config[3] = {
1089 const struct regmap_config *twl_regmap_config; in twl_probe()
Drk808.c60 static const struct regmap_config rk808_regmap_config = {
Dlp8788.c167 static const struct regmap_config lp8788_regmap_config = {
Dtps65217.c152 static const struct regmap_config tps65217_regmap_config = {
Dtps65218.c138 static const struct regmap_config tps65218_regmap_config = {
Dda9063-i2c.c199 static struct regmap_config da9063_regmap_config = {
Dstw481x.c170 static const struct regmap_config stw481x_regmap_config = {
Dda9055-core.c248 const struct regmap_config da9055_regmap_config = {
Dretu-mfd.c225 static const struct regmap_config retu_config = {
Drc5t583.c240 static const struct regmap_config rc5t583_regmap_config = {
Dwm5102-tables.c1925 const struct regmap_config wm5102_spi_regmap = {
1942 const struct regmap_config wm5102_i2c_regmap = {
Dda9052-core.c531 const struct regmap_config da9052_regmap_config = {
Dpcf50633-core.c186 static const struct regmap_config pcf50633_regmap_config = {
Dti_am335x_tscadc.c44 static const struct regmap_config tscadc_regmap_config = {
Das3722.c321 static const struct regmap_config as3722_regmap_config = {
/linux-4.4.14/include/linux/
Dregmap.h201 struct regmap_config { struct
362 const struct regmap_config *config,
366 const struct regmap_config *config,
370 const struct regmap_config *config,
374 const struct regmap_config *config,
378 const struct regmap_config *config,
383 const struct regmap_config *config,
387 const struct regmap_config *config,
394 const struct regmap_config *config,
398 const struct regmap_config *config,
[all …]
Dsunxi-rsb.h87 const struct regmap_config *config,
/linux-4.4.14/sound/soc/codecs/
Dak4642.c143 const struct regmap_config *regmap_config; member
557 static const struct regmap_config ak4642_regmap = {
566 static const struct regmap_config ak4643_regmap = {
575 static const struct regmap_config ak4648_regmap = {
585 .regmap_config = &ak4642_regmap,
589 .regmap_config = &ak4643_regmap,
593 .regmap_config = &ak4648_regmap,
665 regmap = devm_regmap_init_i2c(i2c, drvdata->regmap_config); in ak4642_i2c_probe()
Dtas571x.c38 const struct regmap_config *regmap_config; member
254 static const struct regmap_config tas5711_regmap_config = {
270 .regmap_config = &tas5711_regmap_config,
308 static const struct regmap_config tas5717_regmap_config = {
325 .regmap_config = &tas5717_regmap_config,
420 priv->chip->regmap_config); in tas571x_i2c_probe()
Dtlv320aic23.h16 struct regmap_config;
18 extern const struct regmap_config tlv320aic23_regmap;
Dcs4271.h7 extern const struct regmap_config cs4271_regmap_config;
Dadau1761.h21 extern const struct regmap_config adau1761_regmap_config;
Dadau1781.h21 extern const struct regmap_config adau1781_regmap_config;
Dadau1977.h26 extern const struct regmap_config adau1977_regmap_config;
Dadav80x.h16 extern const struct regmap_config adav80x_regmap_config;
Dadav801.c25 struct regmap_config config; in adav80x_spi_probe()
Dcs4271-spi.c25 struct regmap_config config; in cs4271_spi_probe()
Dcs42l51-i2c.c29 struct regmap_config config; in cs42l51_i2c_probe()
Dak4613.c140 static const struct regmap_config ak4613_regmap_cfg = {
439 const struct regmap_config *regmap_cfg; in ak4613_i2c_probe()
451 regmap_cfg = (const struct regmap_config *)id->driver_data; in ak4613_i2c_probe()
Dcs4271-i2c.c26 struct regmap_config config; in cs4271_i2c_probe()
Dadau1781-i2c.c21 struct regmap_config config; in adau1781_i2c_probe()
Dad193x-i2c.c27 struct regmap_config config; in ad193x_i2c_probe()
Dadau1977-i2c.c21 struct regmap_config config; in adau1977_i2c_probe()
Dadau1761-i2c.c21 struct regmap_config config; in adau1761_i2c_probe()
Dwm8804.h67 extern const struct regmap_config wm8804_regmap_config;
Dad193x-spi.c20 struct regmap_config config; in ad193x_spi_probe()
Dpcm512x-i2c.c27 struct regmap_config config = pcm512x_regmap; in pcm512x_i2c_probe()
Dadau1781-spi.c34 struct regmap_config config; in adau1781_spi_probe()
Dadau1977-spi.c34 struct regmap_config config; in adau1977_spi_probe()
Dadau1761-spi.c34 struct regmap_config config; in adau1761_spi_probe()
Dssm2602.h40 extern const struct regmap_config ssm2602_regmap_config;
Dad193x.h22 extern const struct regmap_config ad193x_regmap_config;
Dsti-sas.c93 const struct regmap_config *regmap;
424 static const struct regmap_config stih407_sas_regmap = {
437 static const struct regmap_config stih416_sas_regmap = {
Dlm4857.c112 static const struct regmap_config lm4857_regmap_config = {
Dcs42l51.h23 extern const struct regmap_config cs42l51_regmap;
Dmax9877.c132 static const struct regmap_config max9877_regmap = {
Dtlv320aic31xx.c133 static const struct regmap_config aic31xx_i2c_regmap = {
1235 const struct regmap_config *regmap_config; in aic31xx_i2c_probe() local
1240 regmap_config = &aic31xx_i2c_regmap; in aic31xx_i2c_probe()
1246 aic31xx->regmap = devm_regmap_init_i2c(i2c, regmap_config); in aic31xx_i2c_probe()
Des8328.h12 extern const struct regmap_config es8328_regmap_config;
Dmax9768.c164 static const struct regmap_config max9768_i2c_regmap_config = {
Dpcm512x.h265 extern const struct regmap_config pcm512x_regmap;
Dpcm1792a.c203 static const struct regmap_config pcm1792a_regmap = {
Dad1980.c94 static const struct regmap_config ad1980_regmap_config = {
Dcs42xx8.h24 extern const struct regmap_config cs42xx8_regmap_config;
Dwm8728.c232 static const struct regmap_config wm8728_regmap = {
Dtfa9879.c243 static const struct regmap_config tfa9879_regmap = {
Dmax9850.c61 static const struct regmap_config max9850_regmap = {
Djz4740.c309 static const struct regmap_config jz4740_codec_regmap_config = {
Dpcm1681.c281 static const struct regmap_config pcm1681_regmap = {
Dsta529.c324 static const struct regmap_config sta529_regmap = {
Dcs4349.c268 static const struct regmap_config cs4349_regmap = {
Dak4104.c254 static const struct regmap_config ak4104_regmap = {
Dts3a227e.c257 static const struct regmap_config ts3a227e_regmap_config = {
Dad1836.c354 static const struct regmap_config ad1836_regmap_config = {
Dak4535.c381 static const struct regmap_config ak4535_regmap = {
Dad193x.c421 const struct regmap_config ad193x_regmap_config = {
Dwm8711.c389 static const struct regmap_config wm8711_regmap = {
Dtlv320aic26.c332 static const struct regmap_config aic26_regmap = {
Dssm4567.c432 static const struct regmap_config ssm4567_regmap_config = {
Dadau1781.c465 const struct regmap_config adau1781_regmap_config = {
Dak4671.c623 static const struct regmap_config ak4671_regmap = {
Dda7210.c1198 static const struct regmap_config da7210_regmap_config_i2c = {
1291 static const struct regmap_config da7210_regmap_config_spi = {
/linux-4.4.14/include/linux/rtc/
Dsirfsoc_rtciobrg.h12 struct regmap_config;
20 const struct regmap_config *config);
/linux-4.4.14/drivers/base/regmap/
Dregmap-spmi.c95 const struct regmap_config *config, in __regmap_init_spmi_base()
105 const struct regmap_config *config, in __devm_regmap_init_spmi_base()
215 const struct regmap_config *config, in __regmap_init_spmi_ext()
225 const struct regmap_config *config, in __devm_regmap_init_spmi_ext()
Dregmap-ac97.c82 const struct regmap_config *config, in __regmap_init_ac97()
92 const struct regmap_config *config, in __devm_regmap_init_ac97()
Dregmap-mmio.c221 const struct regmap_config *config) in regmap_mmio_gen_context()
301 const struct regmap_config *config, in __regmap_init_mmio_clk()
319 const struct regmap_config *config, in __devm_regmap_init_mmio_clk()
Dregmap-spi.c117 const struct regmap_config *config, in __regmap_init_spi()
127 const struct regmap_config *config, in __devm_regmap_init_spi()
Dregmap-i2c.c258 const struct regmap_config *config) in regmap_get_i2c_bus()
286 const struct regmap_config *config, in __regmap_init_i2c()
301 const struct regmap_config *config, in __devm_regmap_init_i2c()
Dinternal.h220 int regcache_init(struct regmap *map, const struct regmap_config *config);
252 const struct regmap_config *config);
Dregmap.c435 const struct regmap_config *config) in regmap_attach_dev()
457 const struct regmap_config *config) in regmap_get_reg_endian()
482 const struct regmap_config *config) in regmap_get_val_endian()
525 const struct regmap_config *config, in __regmap_init()
926 const struct regmap_config *config, in __devm_regmap_init()
1053 int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config) in regmap_reinit_cache()
/linux-4.4.14/drivers/media/dvb-frontends/
Dm88ds3103_priv.h36 struct regmap_config regmap_config; member
Dts2020.c33 struct regmap_config regmap_config; member
582 dev->regmap_config.reg_bits = 8, in ts2020_probe()
583 dev->regmap_config.val_bits = 8, in ts2020_probe()
584 dev->regmap_config.lock = ts2020_regmap_lock, in ts2020_probe()
585 dev->regmap_config.unlock = ts2020_regmap_unlock, in ts2020_probe()
586 dev->regmap_config.lock_arg = dev, in ts2020_probe()
587 dev->regmap = regmap_init_i2c(client, &dev->regmap_config); in ts2020_probe()
Drtl2832.c1242 dev->regmap_config.reg_bits = 8, in rtl2832_probe()
1243 dev->regmap_config.val_bits = 8, in rtl2832_probe()
1244 dev->regmap_config.lock = rtl2832_regmap_lock, in rtl2832_probe()
1245 dev->regmap_config.unlock = rtl2832_regmap_unlock, in rtl2832_probe()
1246 dev->regmap_config.lock_arg = dev, in rtl2832_probe()
1247 dev->regmap_config.volatile_reg = rtl2832_volatile_reg, in rtl2832_probe()
1248 dev->regmap_config.max_register = 5 * 0x100, in rtl2832_probe()
1249 dev->regmap_config.ranges = regmap_range_cfg, in rtl2832_probe()
1250 dev->regmap_config.num_ranges = ARRAY_SIZE(regmap_range_cfg), in rtl2832_probe()
1251 dev->regmap_config.cache_type = REGCACHE_NONE, in rtl2832_probe()
[all …]
Drtl2832_priv.h37 struct regmap_config regmap_config; member
Drtl2830.c827 static const struct regmap_config regmap_config = { in rtl2830_probe() local
856 &regmap_config); in rtl2830_probe()
Dm88ds3103.c1409 dev->regmap_config.reg_bits = 8, in m88ds3103_probe()
1410 dev->regmap_config.val_bits = 8, in m88ds3103_probe()
1411 dev->regmap_config.lock_arg = dev, in m88ds3103_probe()
1412 dev->regmap = devm_regmap_init_i2c(client, &dev->regmap_config); in m88ds3103_probe()
Dtda10071.c1167 static const struct regmap_config regmap_config = { in tda10071_probe() local
1186 dev->regmap = devm_regmap_init_i2c(client, &regmap_config); in tda10071_probe()
/linux-4.4.14/drivers/clk/qcom/
Dcommon.h17 struct regmap_config;
26 const struct regmap_config *config;
Dlcc-ipq806x.c416 static const struct regmap_config lcc_ipq806x_regmap_config = {
/linux-4.4.14/drivers/media/tuners/
Dtua9001.c186 static const struct regmap_config regmap_config = { in tua9001_probe() local
199 dev->regmap = devm_regmap_init_i2c(client, &regmap_config); in tua9001_probe()
Dtda18212.c198 static const struct regmap_config regmap_config = { in tda18212_probe() local
212 dev->regmap = devm_regmap_init_i2c(client, &regmap_config); in tda18212_probe()
Dit913x.c396 static const struct regmap_config regmap_config = { in it913x_probe() local
412 dev->regmap = regmap_init_i2c(client, &regmap_config); in it913x_probe()
Dfc2580.c540 static const struct regmap_config regmap_config = { in fc2580_probe() local
556 dev->regmap = devm_regmap_init_i2c(client, &regmap_config); in fc2580_probe()
De4000.c643 static const struct regmap_config regmap_config = { in e4000_probe() local
657 dev->regmap = devm_regmap_init_i2c(client, &regmap_config); in e4000_probe()
Dm88rs6000t.c594 static const struct regmap_config regmap_config = { in m88rs6000t_probe() local
635 dev->regmap = devm_regmap_init_i2c(client, &regmap_config); in m88rs6000t_probe()
/linux-4.4.14/drivers/staging/media/mn88472/
Dmn88472.c444 static const struct regmap_config regmap_config = { in mn88472_probe() local
469 dev->regmap[0] = regmap_init_i2c(dev->client[0], &regmap_config); in mn88472_probe()
492 dev->regmap[1] = regmap_init_i2c(dev->client[1], &regmap_config); in mn88472_probe()
506 dev->regmap[2] = regmap_init_i2c(dev->client[2], &regmap_config); in mn88472_probe()
/linux-4.4.14/drivers/staging/media/mn88473/
Dmn88473.c389 static const struct regmap_config regmap_config = { in mn88473_probe() local
415 dev->regmap[0] = regmap_init_i2c(dev->client[0], &regmap_config); in mn88473_probe()
438 dev->regmap[1] = regmap_init_i2c(dev->client[1], &regmap_config); in mn88473_probe()
452 dev->regmap[2] = regmap_init_i2c(dev->client[2], &regmap_config); in mn88473_probe()
/linux-4.4.14/drivers/misc/
Dbmp085.h27 extern struct regmap_config bmp085_regmap_config;
Dvexpress-syscfg.c133 static struct regmap_config vexpress_syscfg_regmap_config = {
/linux-4.4.14/drivers/hwmon/
Dads7828.c103 static const struct regmap_config ads2828_regmap_config = {
108 static const struct regmap_config ads2830_regmap_config = {
Dltc4260.c153 static const struct regmap_config ltc4260_regmap_config = {
Dtmp103.c119 static const struct regmap_config tmp103_regmap_config = {
Dltc4222.c189 static const struct regmap_config ltc4222_regmap_config = {
Dina2xx.c88 static struct regmap_config ina2xx_regmap_config = {
/linux-4.4.14/drivers/iio/gyro/
Dbmg160_spi.c8 static const struct regmap_config bmg160_regmap_spi_conf = {
Dbmg160_i2c.c9 static const struct regmap_config bmg160_regmap_i2c_conf = {
/linux-4.4.14/drivers/input/touchscreen/
Dtsc200x-core.h70 extern const struct regmap_config tsc200x_regmap_config;
/linux-4.4.14/drivers/iio/accel/
Dbmc150-accel-spi.c28 static const struct regmap_config bmc150_spi_regmap_conf = {
Dbmc150-accel-i2c.c31 static const struct regmap_config bmc150_i2c_regmap_conf = {
/linux-4.4.14/drivers/nvmem/
Dqfprom.c20 static struct regmap_config qfprom_regmap_config = {
Dimx-ocotp.c75 static struct regmap_config imx_ocotp_regmap_config = {
Dsunxi_sid.c92 static struct regmap_config sunxi_sid_regmap_config = {
Drockchip-efuse.c104 static struct regmap_config rockchip_efuse_regmap_config = {
Dmxs-ocotp.c161 static struct regmap_config mxs_ocotp_config = {
Dvf610-ocotp.c222 static struct regmap_config ocotp_regmap_config = {
/linux-4.4.14/include/linux/mfd/da9055/
Dcore.h92 extern const struct regmap_config da9055_regmap_config;
/linux-4.4.14/drivers/staging/iio/magnetometer/
Dhmc5843_spi.c45 static const struct regmap_config hmc5843_spi_regmap_config = {
Dhmc5843_i2c.c48 static const struct regmap_config hmc5843_i2c_regmap_config = {
/linux-4.4.14/arch/arm/mach-prima2/
Drtciobrg.c139 const struct regmap_config *config) in devm_regmap_init_iobg()
/linux-4.4.14/drivers/regulator/
Dmt6311-regulator.c29 static const struct regmap_config mt6311_regmap_config = {
Disl9305.c132 static const struct regmap_config isl9305_regmap = {
Dda9210-regulator.c40 static const struct regmap_config da9210_regmap_config = {
Dmax8649.c146 static const struct regmap_config max8649_regmap_config = {
Dtps65023-regulator.c224 static const struct regmap_config tps65023_regmap_config = {
Dtps51632-regulator.c206 static const struct regmap_config tps51632_regmap_config = {
Dfan53555.c300 static const struct regmap_config fan53555_regmap_config = {
/linux-4.4.14/drivers/leds/
Dleds-lp8860.c325 static const struct regmap_config lp8860_regmap_config = {
363 static const struct regmap_config lp8860_eeprom_regmap_config = {
Dleds-tlc591xx.c196 static const struct regmap_config tlc591xx_regmap = {
/linux-4.4.14/drivers/staging/iio/light/
Disl29018.c646 static const struct regmap_config isl29018_regmap_config = {
656 static const struct regmap_config isl29035_regmap_config = {
669 const struct regmap_config *regmap_cfg;
/linux-4.4.14/drivers/power/
Drt5033_battery.c104 static const struct regmap_config rt5033_battery_regmap_config = {
/linux-4.4.14/include/linux/mfd/da9052/
Dda9052.h214 extern const struct regmap_config da9052_regmap_config;
/linux-4.4.14/sound/soc/tegra/
Dtegra20_das.c124 static const struct regmap_config tegra20_das_regmap_config = {
Dtegra20_spdif.c253 static const struct regmap_config tegra20_spdif_regmap_config = {
Dtegra30_ahub.c464 static const struct regmap_config tegra30_ahub_apbif_regmap_config = {
485 static const struct regmap_config tegra30_ahub_ahub_regmap_config = {
Dtegra20_i2s.c327 static const struct regmap_config tegra20_i2s_regmap_config = {
Dtegra20_ac97.c299 static const struct regmap_config tegra20_ac97_regmap_config = {
/linux-4.4.14/drivers/thermal/st/
Dst_thermal_memmap.c117 static const struct regmap_config st_416mpe_regmap_config = {
/linux-4.4.14/drivers/net/ethernet/microchip/
Dencx24j600-regmap.c465 static struct regmap_config regcfg = {
487 static struct regmap_config phycfg = {
/linux-4.4.14/drivers/rtc/
Drtc-s5m.c100 static const struct regmap_config s5m_rtc_regmap_config = {
107 static const struct regmap_config s2mps14_rtc_regmap_config = {
669 const struct regmap_config *regmap_cfg; in s5m_rtc_probe()
Drtc-sirfsoc.c300 const struct regmap_config sysrtc_regmap_config = {
Drtc-snvs.c227 static const struct regmap_config snvs_rtc_config = {
/linux-4.4.14/arch/arm/mach-rockchip/
Dplatsmp.c206 static const struct regmap_config rockchip_pmu_regmap_config = {
/linux-4.4.14/sound/soc/adi/
Daxi-spdif.c173 static const struct regmap_config axi_spdif_regmap_config = {
Daxi-i2s.c174 static const struct regmap_config axi_i2s_regmap_config = {
/linux-4.4.14/include/linux/mfd/wm831x/
Dcore.h428 extern struct regmap_config wm831x_regmap_config;
/linux-4.4.14/drivers/input/misc/
Ddrv2665.c157 static const struct regmap_config drv2665_regmap_config = {
/linux-4.4.14/drivers/bus/
Dsunxi-rsb.c435 const struct regmap_config *config) in regmap_sunxi_rsb_init_ctx()
459 const struct regmap_config *config, in __devm_regmap_init_sunxi_rsb()
/linux-4.4.14/include/linux/mfd/
Daxp20x.h405 const struct regmap_config *regmap_cfg;
D88pm80x.h326 extern const struct regmap_config pm80x_regmap_config;
/linux-4.4.14/sound/soc/rockchip/
Drockchip_spdif.c264 static const struct regmap_config rk_spdif_regmap_config = {
/linux-4.4.14/drivers/clk/
Dclk-si514.c294 static const struct regmap_config si514_regmap_config = {
/linux-4.4.14/drivers/pwm/
Dpwm-pca9685.c292 static const struct regmap_config pca9685_regmap_i2c_config = {
Dpwm-sti.c293 static const struct regmap_config sti_pwm_regmap_config = {
/linux-4.4.14/drivers/iio/light/
Djsa1212.c311 static const struct regmap_config jsa1212_regmap_config = {
/linux-4.4.14/drivers/media/i2c/
Dlm3646.c268 static const struct regmap_config lm3646_regmap = {
/linux-4.4.14/drivers/pinctrl/berlin/
Dberlin-bg4ct.c466 struct regmap_config *rmconfig; in berlin4ct_pinctrl_probe()
/linux-4.4.14/drivers/iio/pressure/
Dbmp280.c129 static const struct regmap_config bmp280_regmap_config = {
/linux-4.4.14/drivers/usb/misc/
Dusb3503.c164 static const struct regmap_config usb3503_regmap_config = {
/linux-4.4.14/include/linux/mfd/wm8350/
Dcore.h589 extern const struct regmap_config wm8350_regmap;
/linux-4.4.14/drivers/watchdog/
Dimx2_wdt.c218 static const struct regmap_config imx2_wdt_regmap_config = {
/linux-4.4.14/sound/hda/
Dhdac_regmap.c328 static const struct regmap_config hda_regmap_cfg = {
/linux-4.4.14/drivers/spi/
Dspi-meson-spifc.c88 static const struct regmap_config spifc_regmap_config = {

12