| /Linux-v6.1/include/linux/ |
| D | regmap.h | 370 struct regmap_config { struct 371 const char *name; 373 int reg_bits; 374 int reg_stride; 375 int reg_downshift; 376 unsigned int reg_base; 377 int pad_bits; 378 int val_bits; 380 bool (*writeable_reg)(struct device *dev, unsigned int reg); 381 bool (*readable_reg)(struct device *dev, unsigned int reg); [all …]
|
| /Linux-v6.1/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-v6.1/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 | simple-mfd-i2c.c | 35 const struct regmap_config *regmap_config; in simple_mfd_i2c_probe() local
|
| D | arizona-i2c.c | 28 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
|
| D | arizona-spi.c | 193 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 | ntxec.c | 131 static const struct regmap_config regmap_config = { variable
|
| D | rohm-bd71828.c | 474 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
|
| D | ocelot-spi.c | 188 struct regmap_config regmap_config; in ocelot_spi_init_regmap() local
|
| D | intel_soc_pmic_crc.c | 147 const struct regmap_config *regmap_config; member
|
| D | wm8994-core.c | 318 struct regmap_config *regmap_config; in wm8994_device_init() local
|
| /Linux-v6.1/sound/soc/codecs/ |
| D | cs35l41-spi.c | 32 const struct regmap_config *regmap_config = &cs35l41_regmap_spi; in cs35l41_spi_probe() local
|
| D | cs35l41-i2c.c | 37 const struct regmap_config *regmap_config = &cs35l41_regmap_i2c; in cs35l41_i2c_probe() local
|
| /Linux-v6.1/drivers/net/dsa/microchip/ |
| D | ksz_spi.c | 42 const struct regmap_config *regmap_config; in ksz_spi_probe() local
|
| /Linux-v6.1/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-v6.1/drivers/rtc/ |
| D | rtc-isl12022.c | 138 static const struct regmap_config regmap_config = { variable
|
| D | rtc-sd3078.c | 160 static const struct regmap_config regmap_config = { variable
|
| /Linux-v6.1/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-v6.1/drivers/hwspinlock/ |
| D | qcom_hwspinlock.c | 25 const struct regmap_config *regmap_config; member
|
| /Linux-v6.1/drivers/media/dvb-frontends/ |
| D | m88ds3103_priv.h | 33 struct regmap_config regmap_config; member
|
| /Linux-v6.1/drivers/misc/eeprom/ |
| D | at24.c | 540 struct regmap_config *regmap_config) in at24_make_dummy_client() 586 struct regmap_config regmap_config = { }; in at24_probe() local
|