/linux-6.14.4/include/linux/ |
D | regmap.h | 399 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-6.14.4/drivers/mfd/ |
D | simple-mfd-i2c.h | 27 const struct regmap_config *regmap_config; member
|
D | hi6421-spmi-pmic.c | 22 static const struct regmap_config regmap_config = { variable
|
D | arizona-i2c.c | 26 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
|
D | simple-mfd-i2c.c | 35 const struct regmap_config *regmap_config; in simple_mfd_i2c_probe() local
|
D | adp5585.c | 115 const struct regmap_config *regmap_config; in adp5585_i2c_probe() local
|
D | arizona-spi.c | 194 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
|
D | bd9571mwv.c | 209 const struct regmap_config *regmap_config; in bd9571mwv_probe() local
|
D | ntxec.c | 131 static const struct regmap_config regmap_config = { variable
|
D | ocelot-spi.c | 186 struct regmap_config regmap_config; in ocelot_spi_init_regmap() local
|
D | rohm-bd71828.c | 493 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
|
D | intel_soc_pmic_crc.c | 149 const struct regmap_config *regmap_config; member
|
/linux-6.14.4/sound/soc/codecs/ |
D | cs35l56-spi.c | 19 const struct regmap_config *regmap_config = &cs35l56_regmap_spi; in cs35l56_spi_probe() local
|
D | cs35l56-i2c.c | 22 const struct regmap_config *regmap_config = &cs35l56_regmap_i2c; in cs35l56_i2c_probe() local
|
D | cs35l41-i2c.c | 37 const struct regmap_config *regmap_config = &cs35l41_regmap_i2c; in cs35l41_i2c_probe() local
|
D | cs35l41-spi.c | 32 const struct regmap_config *regmap_config = &cs35l41_regmap_spi; in cs35l41_spi_probe() local
|
/linux-6.14.4/drivers/reset/amlogic/ |
D | reset-meson.c | 63 static const struct regmap_config regmap_config = { variable
|
/linux-6.14.4/drivers/net/dsa/microchip/ |
D | ksz_spi.c | 42 const struct regmap_config *regmap_config; in ksz_spi_probe() local
|
/linux-6.14.4/drivers/regulator/ |
D | pv88080-regulator.c | 44 const struct pv88080_compatible_regmap *regmap_config; member 367 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
|
/linux-6.14.4/drivers/input/touchscreen/ |
D | goodix_berlin_spi.c | 126 struct regmap_config regmap_config; in goodix_berlin_spi_probe() local
|
/linux-6.14.4/drivers/media/tuners/ |
D | tua9001.c | 176 static const struct regmap_config regmap_config = { in tua9001_probe() local
|
D | tda18212.c | 184 static const struct regmap_config regmap_config = { in tda18212_probe() local
|
/linux-6.14.4/include/linux/mfd/ |
D | upboard-fpga.h | 39 const struct regmap_config *regmap_config; member
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-sd3078.c | 160 static const struct regmap_config regmap_config = { variable
|
/linux-6.14.4/drivers/net/dsa/ |
D | mt7530-mdio.c | 142 static struct regmap_config *regmap_config; in mt7530_probe() local
|