Home
last modified time | relevance | path

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

1234

/Linux-v6.6/include/linux/
Dregmap.h388 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 …]
/Linux-v6.6/drivers/mfd/
Dsimple-mfd-i2c.h27 const struct regmap_config *regmap_config; member
Dhi6421-spmi-pmic.c22 static const struct regmap_config regmap_config = { variable
Dsimple-mfd-i2c.c35 const struct regmap_config *regmap_config; in simple_mfd_i2c_probe() local
Darizona-i2c.c28 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
Darizona-spi.c193 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
Dbd9571mwv.c209 const struct regmap_config *regmap_config; in bd9571mwv_probe() local
Dntxec.c131 static const struct regmap_config regmap_config = { variable
Drohm-bd71828.c472 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
Docelot-spi.c189 struct regmap_config regmap_config; in ocelot_spi_init_regmap() local
Dintel_soc_pmic_crc.c147 const struct regmap_config *regmap_config; member
Dwm8994-core.c307 struct regmap_config *regmap_config; in wm8994_device_init() local
/Linux-v6.6/sound/soc/codecs/
Dcs35l56-spi.c19 const struct regmap_config *regmap_config = &cs35l56_regmap_spi; in cs35l56_spi_probe() local
Dcs35l56-i2c.c22 const struct regmap_config *regmap_config = &cs35l56_regmap_i2c; in cs35l56_i2c_probe() local
Dcs35l41-spi.c32 const struct regmap_config *regmap_config = &cs35l41_regmap_spi; in cs35l41_spi_probe() local
Dcs35l41-i2c.c37 const struct regmap_config *regmap_config = &cs35l41_regmap_i2c; in cs35l41_i2c_probe() local
/Linux-v6.6/drivers/net/dsa/microchip/
Dksz_spi.c42 const struct regmap_config *regmap_config; in ksz_spi_probe() local
/Linux-v6.6/drivers/regulator/
Dpv88080-regulator.c48 const struct pv88080_compatible_regmap *regmap_config; member
382 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
/Linux-v6.6/drivers/media/tuners/
Dtua9001.c176 static const struct regmap_config regmap_config = { in tua9001_probe() local
Dtda18212.c184 static const struct regmap_config regmap_config = { in tda18212_probe() local
/Linux-v6.6/drivers/rtc/
Drtc-sd3078.c160 static const struct regmap_config regmap_config = { variable
/Linux-v6.6/drivers/net/dsa/
Dmt7530-mdio.c146 static struct regmap_config *regmap_config; in mt7530_probe() local
/Linux-v6.6/drivers/hwspinlock/
Dqcom_hwspinlock.c25 const struct regmap_config *regmap_config; member
/Linux-v6.6/drivers/media/dvb-frontends/
Dm88ds3103_priv.h33 struct regmap_config regmap_config; member
Dmn88473.c615 static const struct regmap_config regmap_config = { in mn88473_probe() local

1234