/kernel/linux/linux-5.10/drivers/mfd/ |
D | madera.h | 24 extern const struct regmap_config cs47l15_16bit_spi_regmap; 25 extern const struct regmap_config cs47l15_32bit_spi_regmap; 26 extern const struct regmap_config cs47l15_16bit_i2c_regmap; 27 extern const struct regmap_config cs47l15_32bit_i2c_regmap; 30 extern const struct regmap_config cs47l35_16bit_spi_regmap; 31 extern const struct regmap_config cs47l35_32bit_spi_regmap; 32 extern const struct regmap_config cs47l35_16bit_i2c_regmap; 33 extern const struct regmap_config cs47l35_32bit_i2c_regmap; 36 extern const struct regmap_config cs47l85_16bit_spi_regmap; 37 extern const struct regmap_config cs47l85_32bit_spi_regmap; [all …]
|
D | arizona.h | 17 extern const struct regmap_config wm5102_i2c_regmap; 18 extern const struct regmap_config wm5102_spi_regmap; 20 extern const struct regmap_config wm5110_i2c_regmap; 21 extern const struct regmap_config wm5110_spi_regmap; 23 extern const struct regmap_config cs47l24_spi_regmap; 25 extern const struct regmap_config wm8997_i2c_regmap; 27 extern const struct regmap_config wm8998_i2c_regmap;
|
D | arizona-i2c.c | 27 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local 39 regmap_config = &wm5102_i2c_regmap; in arizona_i2c_probe() 44 regmap_config = &wm5110_i2c_regmap; in arizona_i2c_probe() 48 regmap_config = &wm8997_i2c_regmap; in arizona_i2c_probe() 53 regmap_config = &wm8998_i2c_regmap; in arizona_i2c_probe() 60 if (!regmap_config) { in arizona_i2c_probe() 70 arizona->regmap = devm_regmap_init_i2c(i2c, regmap_config); in arizona_i2c_probe()
|
D | arizona-spi.c | 27 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local 39 regmap_config = &wm5102_spi_regmap; in arizona_spi_probe() 44 regmap_config = &wm5110_spi_regmap; in arizona_spi_probe() 49 regmap_config = &cs47l24_spi_regmap; in arizona_spi_probe() 56 if (!regmap_config) { in arizona_spi_probe() 66 arizona->regmap = devm_regmap_init_spi(spi, regmap_config); in arizona_spi_probe()
|
D | wm8994.h | 15 extern struct regmap_config wm1811_regmap_config; 16 extern struct regmap_config wm8994_regmap_config; 17 extern struct regmap_config wm8958_regmap_config; 18 extern struct regmap_config wm8994_base_regmap_config;
|
D | sec-core.c | 175 static const struct regmap_config sec_regmap_config = { 180 static const struct regmap_config s2mpa01_regmap_config = { 189 static const struct regmap_config s2mps11_regmap_config = { 198 static const struct regmap_config s2mps13_regmap_config = { 207 static const struct regmap_config s2mps14_regmap_config = { 216 static const struct regmap_config s2mps15_regmap_config = { 225 static const struct regmap_config s2mpu02_regmap_config = { 234 static const struct regmap_config s5m8763_regmap_config = { 243 static const struct regmap_config s5m8767_regmap_config = { 341 const struct regmap_config *regmap; in sec_pmic_probe()
|
D | sta2x11-mfd.c | 176 static struct regmap_config sta2x11_sctl_regmap_config = { 197 static struct regmap_config sta2x11_scr_regmap_config = { 236 static struct regmap_config sta2x11_apbreg_regmap_config = { 275 static struct regmap_config sta2x11_apb_soc_regs_regmap_config = { 286 static struct regmap_config * 303 struct regmap_config *regmap_config = sta2x11_mfd_regmap_configs[index]; in sta2x11_mfd_platform_probe() local 309 if (!regmap_config) in sta2x11_mfd_platform_probe() 324 regmap_config->lock_arg = &mfd->lock; in sta2x11_mfd_platform_probe() 329 regmap_config->cache_type = REGCACHE_NONE; in sta2x11_mfd_platform_probe() 331 regmap_config); in sta2x11_mfd_platform_probe()
|
D | intel_soc_pmic_core.h | 18 const struct regmap_config *regmap_config; member
|
D | intel_soc_pmic_crc.c | 99 static const struct regmap_config crystal_cove_regmap_config = { 130 .regmap_config = &crystal_cove_regmap_config, 138 .regmap_config = &crystal_cove_regmap_config,
|
D | wm97xx-core.c | 93 static const struct regmap_config wm9705_regmap_config = { 161 static const struct regmap_config wm9712_regmap_config = { 232 static const struct regmap_config wm9713_regmap_config = { 254 const struct regmap_config *config; in wm97xx_ac97_probe()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | pv88080-regulator.c | 48 const struct pv88080_compatible_regmap *regmap_config; member 81 static const struct regmap_config pv88080_regmap_config = { 382 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local 457 chip->regmap_config = &pv88080_aa_regs; in pv88080_i2c_probe() 460 chip->regmap_config = &pv88080_ba_regs; in pv88080_i2c_probe() 464 regmap_config = chip->regmap_config; in pv88080_i2c_probe() 474 = regmap_config->buck_regmap[i].buck_limit_reg; in pv88080_i2c_probe() 476 = regmap_config->buck_regmap[i].buck_limit_mask; in pv88080_i2c_probe() 478 = regmap_config->buck_regmap[i].buck_mode_reg; in pv88080_i2c_probe() 480 = regmap_config->buck_regmap[i].buck_vdac_range_reg; in pv88080_i2c_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
D | bmp280-i2c.c | 12 const struct regmap_config *regmap_config; in bmp280_i2c_probe() local 16 regmap_config = &bmp180_regmap_config; in bmp280_i2c_probe() 20 regmap_config = &bmp280_regmap_config; in bmp280_i2c_probe() 26 regmap = devm_regmap_init_i2c(client, regmap_config); in bmp280_i2c_probe()
|
D | bmp280-spi.c | 51 const struct regmap_config *regmap_config; in bmp280_spi_probe() local 63 regmap_config = &bmp180_regmap_config; in bmp280_spi_probe() 67 regmap_config = &bmp280_regmap_config; in bmp280_spi_probe() 76 regmap_config); in bmp280_spi_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | regmap.h | 347 struct regmap_config { struct 529 const struct regmap_config *config, 533 const struct regmap_config *config, 537 const struct regmap_config *config, 541 const struct regmap_config *config, 545 const struct regmap_config *config, 549 const struct regmap_config *config, 553 const struct regmap_config *config, 557 const struct regmap_config *config, 562 const struct regmap_config *config, [all …]
|
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/ |
D | st_sensors_i2c.c | 21 static const struct regmap_config st_sensors_i2c_regmap_config = { 26 static const struct regmap_config st_sensors_i2c_regmap_multiread_bit_config = { 43 const struct regmap_config *config; in st_sensors_i2c_configure()
|
D | st_sensors_spi.c | 22 static const struct regmap_config st_sensors_spi_regmap_config = { 27 static const struct regmap_config st_sensors_spi_regmap_multiread_bit_config = { 87 const struct regmap_config *config; in st_sensors_spi_configure()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | amlogic_thermal.c | 94 const struct regmap_config *regmap_config; member 201 static const struct regmap_config amlogic_thermal_regmap_config_g12a = { 218 .regmap_config = &amlogic_thermal_regmap_config_g12a, 224 .regmap_config = &amlogic_thermal_regmap_config_g12a, 262 pdata->data->regmap_config); in amlogic_thermal_probe()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | ak4642.c | 139 const struct regmap_config *regmap_config; member 565 static const struct regmap_config ak4642_regmap = { 574 static const struct regmap_config ak4643_regmap = { 583 static const struct regmap_config ak4648_regmap = { 593 .regmap_config = &ak4642_regmap, 597 .regmap_config = &ak4643_regmap, 601 .regmap_config = &ak4648_regmap, 671 regmap = devm_regmap_init_i2c(i2c, drvdata->regmap_config); in ak4642_i2c_probe()
|
D | tas571x.c | 41 const struct regmap_config *regmap_config; member 425 static const struct regmap_config tas5711_regmap_config = { 443 .regmap_config = &tas5711_regmap_config, 530 static const struct regmap_config tas5707_regmap_config = { 548 .regmap_config = &tas5707_regmap_config, 637 static const struct regmap_config tas5717_regmap_config = { 656 .regmap_config = &tas5717_regmap_config, 708 static const struct regmap_config tas5721_regmap_config = { 727 .regmap_config = &tas5721_regmap_config, 823 priv->chip->regmap_config); in tas571x_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
D | regmap-slimbus.c | 33 const struct regmap_config *config) in regmap_get_slimbus() 42 const struct regmap_config *config, in __regmap_init_slimbus() 57 const struct regmap_config *config, in __devm_regmap_init_slimbus()
|
D | regmap-sdw.c | 38 static int regmap_sdw_config_check(const struct regmap_config *config) in regmap_sdw_config_check() 55 const struct regmap_config *config, in __regmap_init_sdw() 71 const struct regmap_config *config, in __devm_regmap_init_sdw()
|
D | regmap-sccb.c | 89 const struct regmap_config *config) in regmap_get_sccb_bus() 99 const struct regmap_config *config, in __regmap_init_sccb() 114 const struct regmap_config *config, in __devm_regmap_init_sccb()
|
D | regmap-spmi.c | 86 const struct regmap_config *config, in __regmap_init_spmi_base() 96 const struct regmap_config *config, in __devm_regmap_init_spmi_base() 206 const struct regmap_config *config, in __regmap_init_spmi_ext() 216 const struct regmap_config *config, in __devm_regmap_init_spmi_ext()
|
/kernel/linux/linux-5.10/include/linux/rtc/ |
D | sirfsoc_rtciobrg.h | 11 struct regmap_config; 19 const struct regmap_config *config);
|
/kernel/linux/linux-5.10/drivers/pinctrl/ti/ |
D | pinctrl-ti-iodelay.c | 82 struct regmap_config *regmap_config; member 402 if (offset > r->regmap_config->max_register) { in ti_iodelay_offset_to_pin() 404 offset, r->regmap_config->max_register); in ti_iodelay_offset_to_pin() 408 index = (offset - r->reg_start_offset) / r->regmap_config->reg_stride; in ti_iodelay_offset_to_pin() 644 offset = selector * r->regmap_config->reg_stride; in ti_iodelay_pin_to_offset() 670 regmap_read(iod->regmap, offset + r->regmap_config->reg_stride, &oen); in ti_iodelay_pin_dbg_show() 671 regmap_read(iod->regmap, offset + r->regmap_config->reg_stride * 2, in ti_iodelay_pin_dbg_show() 749 nr_pins = ti_iodelay_offset_to_pin(iod, r->regmap_config->max_register); in ti_iodelay_alloc_pins() 769 static struct regmap_config dra7_iodelay_regmap_config = { 803 .regmap_config = &dra7_iodelay_regmap_config, [all …]
|