/Linux-v5.15/include/linux/ |
D | regmap.h | 353 struct regmap_config { struct 354 const char *name; 356 int reg_bits; 357 int reg_stride; 358 int pad_bits; 359 int val_bits; 361 bool (*writeable_reg)(struct device *dev, unsigned int reg); 362 bool (*readable_reg)(struct device *dev, unsigned int reg); 363 bool (*volatile_reg)(struct device *dev, unsigned int reg); 364 bool (*precious_reg)(struct device *dev, unsigned int reg); [all …]
|
/Linux-v5.15/drivers/mfd/ |
D | simple-mfd-i2c.h | 27 const struct regmap_config *regmap_config; member
|
D | simple-mfd-i2c.c | 35 const struct regmap_config *regmap_config; in simple_mfd_i2c_probe() local
|
D | hi6421-spmi-pmic.c | 23 static const struct regmap_config regmap_config = { variable
|
D | intel_soc_pmic_core.h | 18 const struct regmap_config *regmap_config; member
|
D | arizona-i2c.c | 28 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
|
D | arizona-spi.c | 148 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
|
D | bd9571mwv.c | 210 const struct regmap_config *regmap_config; in bd9571mwv_probe() local
|
D | rohm-bd71828.c | 474 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
|
D | ntxec.c | 131 static const struct regmap_config regmap_config = { variable
|
D | wm8994-core.c | 318 struct regmap_config *regmap_config; in wm8994_device_init() local
|
/Linux-v5.15/drivers/iio/pressure/ |
D | bmp280-i2c.c | 12 const struct regmap_config *regmap_config; in bmp280_i2c_probe() local
|
D | bmp280-spi.c | 51 const struct regmap_config *regmap_config; in bmp280_spi_probe() local
|
/Linux-v5.15/drivers/net/dsa/microchip/ |
D | ksz8795_spi.c | 36 const struct regmap_config *regmap_config; in ksz8795_spi_probe() local
|
/Linux-v5.15/drivers/regulator/ |
D | pv88080-regulator.c | 48 const struct pv88080_compatible_regmap *regmap_config; member 382 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
|
/Linux-v5.15/drivers/media/tuners/ |
D | tua9001.c | 177 static const struct regmap_config regmap_config = { in tua9001_probe() local
|
D | tda18212.c | 185 static const struct regmap_config regmap_config = { in tda18212_probe() local
|
/Linux-v5.15/drivers/rtc/ |
D | rtc-sd3078.c | 160 static const struct regmap_config regmap_config = { variable
|
/Linux-v5.15/drivers/media/dvb-frontends/ |
D | m88ds3103_priv.h | 33 struct regmap_config regmap_config; member
|
D | mn88473.c | 616 static const struct regmap_config regmap_config = { in mn88473_probe() local
|
D | mn88472.c | 583 static const struct regmap_config regmap_config = { in mn88472_probe() local
|
/Linux-v5.15/drivers/misc/eeprom/ |
D | at24.c | 541 struct regmap_config *regmap_config) in at24_make_dummy_client() 590 struct regmap_config regmap_config = { }; in at24_probe() local
|
/Linux-v5.15/sound/soc/tegra/ |
D | tegra210_ahub.h | 113 const struct regmap_config *regmap_config; member
|
/Linux-v5.15/drivers/thermal/ |
D | amlogic_thermal.c | 95 const struct regmap_config *regmap_config; member
|
D | qoriq_thermal.c | 270 const struct regmap_config regmap_config = { in qoriq_tmu_probe() local
|