Home
last modified time | relevance | path

Searched defs:regmap_config (Results 1 – 25 of 77) sorted by relevance

1234

/linux/include/linux/
H A Dregmap.h399 struct regmap_config { struct
400 const char *name;
402 int reg_bits;
403 int reg_stride;
404 int reg_shift;
405 unsigned int reg_base;
406 int pad_bits;
407 int val_bits;
409 bool (*writeable_reg)(struct device *dev, unsigned int reg);
410 bool (*readable_reg)(struct device *dev, unsigned int reg);
[all …]
/linux/drivers/mfd/
H A Dsimple-mfd-i2c.h27 const struct regmap_config *regmap_config; member
H A Dhi6421-spmi-pmic.c22 static const struct regmap_config regmap_config = { variable
H A Darizona-i2c.c26 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
H A Dadp5585.c115 const struct regmap_config *regmap_config; in adp5585_i2c_probe() local
H A Darizona-spi.c194 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
H A Dbd9571mwv.c209 const struct regmap_config *regmap_config; in bd9571mwv_probe() local
H A Dntxec.c131 static const struct regmap_config regmap_config = { variable
H A Docelot-spi.c186 struct regmap_config regmap_config; in ocelot_spi_init_regmap() local
H A Drohm-bd71828.c493 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
H A Dwm8994-core.c306 struct regmap_config *regmap_config; in wm8994_device_init() local
/linux/sound/soc/codecs/
H A Dcs35l56-spi.c19 const struct regmap_config *regmap_config = &cs35l56_regmap_spi; in cs35l56_spi_probe() local
H A Dcs35l41-i2c.c37 const struct regmap_config *regmap_config = &cs35l41_regmap_i2c; in cs35l41_i2c_probe() local
H A Dcs35l56-i2c.c23 const struct regmap_config *regmap_config; in cs35l56_i2c_probe() local
/linux/drivers/reset/amlogic/
H A Dreset-meson.c63 static const struct regmap_config regmap_config = { variable
/linux/drivers/regulator/
H A Dpv88080-regulator.c44 const struct pv88080_compatible_regmap *regmap_config; member
367 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
/linux/drivers/power/reset/
H A Dtdx-ec-poweroff.c52 static const struct regmap_config regmap_config = { variable
/linux/drivers/media/tuners/
H A Dtua9001.c176 static const struct regmap_config regmap_config = { in tua9001_probe() local
H A Dtda18212.c184 static const struct regmap_config regmap_config = { in tda18212_probe() local
/linux/drivers/rtc/
H A Drtc-sd3078.c148 static const struct regmap_config regmap_config = { variable
/linux/drivers/net/dsa/
H A Dmt7530-mdio.c142 static struct regmap_config *regmap_config; in mt7530_probe() local
/linux/drivers/media/dvb-frontends/
H A Dm88ds3103_priv.h33 struct regmap_config regmap_config; member
H A Dmn88473.c615 static const struct regmap_config regmap_config = { in mn88473_probe() local
/linux/drivers/reset/
H A Dreset-microchip-sparx5.c75 struct regmap_config regmap_config = mchp_lan966x_syscon_regmap_config; in mchp_lan966x_syscon_to_regmap() local
/linux/drivers/hwspinlock/
H A Dqcom_hwspinlock.c25 const struct regmap_config *regmap_config; member

1234