/Linux-v4.19/include/linux/ |
D | regmap.h | 343 struct regmap_config { struct 344 const char *name; 346 int reg_bits; 347 int reg_stride; 348 int pad_bits; 349 int val_bits; 351 bool (*writeable_reg)(struct device *dev, unsigned int reg); 352 bool (*readable_reg)(struct device *dev, unsigned int reg); 353 bool (*volatile_reg)(struct device *dev, unsigned int reg); 354 bool (*precious_reg)(struct device *dev, unsigned int reg); [all …]
|
/Linux-v4.19/drivers/iio/pressure/ |
D | bmp280-i2c.c | 13 const struct regmap_config *regmap_config; in bmp280_i2c_probe() local
|
D | bmp280-spi.c | 50 const struct regmap_config *regmap_config; in bmp280_spi_probe() local
|
/Linux-v4.19/drivers/mfd/ |
D | arizona-i2c.c | 30 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
|
D | arizona-spi.c | 30 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
|
D | intel_soc_pmic_core.h | 26 const struct regmap_config *regmap_config; member
|
D | wm8994-core.c | 332 struct regmap_config *regmap_config; in wm8994_device_init() local
|
/Linux-v4.19/drivers/media/tuners/ |
D | tua9001.c | 186 static const struct regmap_config regmap_config = { in tua9001_probe() local
|
D | tda18212.c | 198 static const struct regmap_config regmap_config = { in tda18212_probe() local
|
D | fc2580.c | 530 static const struct regmap_config regmap_config = { in fc2580_probe() local
|
D | e4000.c | 633 static const struct regmap_config regmap_config = { in e4000_probe() local
|
D | m88rs6000t.c | 593 static const struct regmap_config regmap_config = { in m88rs6000t_probe() local
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | m88ds3103_priv.h | 35 struct regmap_config regmap_config; member
|
D | mn88473.c | 625 static const struct regmap_config regmap_config = { in mn88473_probe() local
|
D | mn88472.c | 592 static const struct regmap_config regmap_config = { in mn88472_probe() local
|
D | ts2020.c | 33 struct regmap_config regmap_config; member
|
D | tda10071.c | 1167 static const struct regmap_config regmap_config = { in tda10071_probe() local
|
/Linux-v4.19/drivers/regulator/ |
D | pv88080-regulator.c | 63 const struct pv88080_compatible_regmap *regmap_config; member 433 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
|
D | act8865-regulator.c | 490 const struct regmap_config *regmap_config; in act8865_pmic_probe() local
|
/Linux-v4.19/drivers/misc/eeprom/ |
D | at24.c | 561 struct regmap_config *regmap_config) in at24_make_dummy_client() 616 struct regmap_config regmap_config = { }; in at24_probe() local
|
/Linux-v4.19/drivers/soc/imx/ |
D | gpcv2.c | 277 static const struct regmap_config regmap_config = { in builtin_platform_driver() local
|
/Linux-v4.19/sound/soc/codecs/ |
D | tas5720.c | 575 const struct regmap_config *regmap_config; in tas5720_probe() local
|
D | tas571x.c | 45 const struct regmap_config *regmap_config; member
|
/Linux-v4.19/drivers/leds/ |
D | leds-is31fl319x.c | 310 static struct regmap_config regmap_config = { variable
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-pcf85363.c | 314 static const struct regmap_config regmap_config = { variable
|