/openbmc/linux/include/linux/ |
H A D | regmap.h | 388 struct regmap_config { struct 389 const char *name; 391 int reg_bits; 392 int reg_stride; 393 int reg_shift; 394 unsigned int reg_base; 395 int pad_bits; 396 int val_bits; 398 bool (*writeable_reg)(struct device *dev, unsigned int reg); 399 bool (*readable_reg)(struct device *dev, unsigned int reg); [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | simple-mfd-i2c.h | 27 const struct regmap_config *regmap_config; member
|
H A D | hi6421-spmi-pmic.c | 22 static const struct regmap_config regmap_config = { variable
|
H A D | simple-mfd-i2c.c | 35 const struct regmap_config *regmap_config; in simple_mfd_i2c_probe() local
|
H A D | arizona-i2c.c | 28 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
|
H A D | arizona-spi.c | 196 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
|
H A D | bd9571mwv.c | 209 const struct regmap_config *regmap_config; in bd9571mwv_probe() local
|
H A D | rohm-bd71828.c | 472 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
|
H A D | ntxec.c | 131 static const struct regmap_config regmap_config = { variable
|
H A D | ocelot-spi.c | 189 struct regmap_config regmap_config; in ocelot_spi_init_regmap() local
|
H A D | intel_soc_pmic_crc.c | 147 const struct regmap_config *regmap_config; member
|
H A D | wm8994-core.c | 307 struct regmap_config *regmap_config; in wm8994_device_init() local
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l56-spi.c | 19 const struct regmap_config *regmap_config = &cs35l56_regmap_spi; in cs35l56_spi_probe() local
|
H A D | cs35l56-i2c.c | 22 const struct regmap_config *regmap_config = &cs35l56_regmap_i2c; in cs35l56_i2c_probe() local
|
H A D | cs35l41-spi.c | 32 const struct regmap_config *regmap_config = &cs35l41_regmap_spi; in cs35l41_spi_probe() local
|
H A D | cs35l41-i2c.c | 37 const struct regmap_config *regmap_config = &cs35l41_regmap_i2c; in cs35l41_i2c_probe() local
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_spi.c | 42 const struct regmap_config *regmap_config; in ksz_spi_probe() local
|
/openbmc/linux/drivers/regulator/ |
H A 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
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tua9001.c | 176 static const struct regmap_config regmap_config = { in tua9001_probe() local
|
H A D | tda18212.c | 184 static const struct regmap_config regmap_config = { in tda18212_probe() local
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-sd3078.c | 160 static const struct regmap_config regmap_config = { variable
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530-mdio.c | 146 static struct regmap_config *regmap_config; in mt7530_probe() local
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | m88ds3103_priv.h | 33 struct regmap_config regmap_config; member
|
H A D | mn88473.c | 615 static const struct regmap_config regmap_config = { in mn88473_probe() local
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | qcom_hwspinlock.c | 25 const struct regmap_config *regmap_config; member
|