Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dregmap.h343 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/
Dbmp280-i2c.c13 const struct regmap_config *regmap_config; in bmp280_i2c_probe() local
Dbmp280-spi.c50 const struct regmap_config *regmap_config; in bmp280_spi_probe() local
/Linux-v4.19/drivers/mfd/
Darizona-i2c.c30 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
Darizona-spi.c30 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
Dintel_soc_pmic_core.h26 const struct regmap_config *regmap_config; member
Dwm8994-core.c332 struct regmap_config *regmap_config; in wm8994_device_init() local
/Linux-v4.19/drivers/media/tuners/
Dtua9001.c186 static const struct regmap_config regmap_config = { in tua9001_probe() local
Dtda18212.c198 static const struct regmap_config regmap_config = { in tda18212_probe() local
Dfc2580.c530 static const struct regmap_config regmap_config = { in fc2580_probe() local
De4000.c633 static const struct regmap_config regmap_config = { in e4000_probe() local
Dm88rs6000t.c593 static const struct regmap_config regmap_config = { in m88rs6000t_probe() local
/Linux-v4.19/drivers/media/dvb-frontends/
Dm88ds3103_priv.h35 struct regmap_config regmap_config; member
Dmn88473.c625 static const struct regmap_config regmap_config = { in mn88473_probe() local
Dmn88472.c592 static const struct regmap_config regmap_config = { in mn88472_probe() local
Dts2020.c33 struct regmap_config regmap_config; member
Dtda10071.c1167 static const struct regmap_config regmap_config = { in tda10071_probe() local
/Linux-v4.19/drivers/regulator/
Dpv88080-regulator.c63 const struct pv88080_compatible_regmap *regmap_config; member
433 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
Dact8865-regulator.c490 const struct regmap_config *regmap_config; in act8865_pmic_probe() local
/Linux-v4.19/drivers/misc/eeprom/
Dat24.c561 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/
Dgpcv2.c277 static const struct regmap_config regmap_config = { in builtin_platform_driver() local
/Linux-v4.19/sound/soc/codecs/
Dtas5720.c575 const struct regmap_config *regmap_config; in tas5720_probe() local
Dtas571x.c45 const struct regmap_config *regmap_config; member
/Linux-v4.19/drivers/leds/
Dleds-is31fl319x.c310 static struct regmap_config regmap_config = { variable
/Linux-v4.19/drivers/rtc/
Drtc-pcf85363.c314 static const struct regmap_config regmap_config = { variable

12