Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/
Dregmap.h352 struct regmap_config { struct
353 const char *name;
355 int reg_bits;
356 int reg_stride;
357 int pad_bits;
358 int val_bits;
360 bool (*writeable_reg)(struct device *dev, unsigned int reg);
361 bool (*readable_reg)(struct device *dev, unsigned int reg);
362 bool (*volatile_reg)(struct device *dev, unsigned int reg);
363 bool (*precious_reg)(struct device *dev, unsigned int reg);
[all …]
/Linux-v5.4/drivers/iio/pressure/
Dbmp280-i2c.c14 const struct regmap_config *regmap_config; in bmp280_i2c_probe() local
Dbmp280-spi.c51 const struct regmap_config *regmap_config; in bmp280_spi_probe() local
/Linux-v5.4/drivers/mfd/
Darizona-spi.c27 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
Dintel_soc_pmic_core.h18 const struct regmap_config *regmap_config; member
Darizona-i2c.c27 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
Dwm8994-core.c318 struct regmap_config *regmap_config; in wm8994_device_init() local
/Linux-v5.4/drivers/regulator/
Dpv88080-regulator.c48 const struct pv88080_compatible_regmap *regmap_config; member
388 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
/Linux-v5.4/drivers/media/tuners/
Dtua9001.c177 static const struct regmap_config regmap_config = { in tua9001_probe() local
Dtda18212.c185 static const struct regmap_config regmap_config = { in tda18212_probe() local
Dfc2580.c517 static const struct regmap_config regmap_config = { in fc2580_probe() local
De4000.c620 static const struct regmap_config regmap_config = { in e4000_probe() local
Dm88rs6000t.c584 static const struct regmap_config regmap_config = { in m88rs6000t_probe() local
/Linux-v5.4/drivers/media/dvb-frontends/
Dm88ds3103_priv.h26 struct regmap_config regmap_config; member
Dmn88473.c616 static const struct regmap_config regmap_config = { in mn88473_probe() local
Dmn88472.c583 static const struct regmap_config regmap_config = { in mn88472_probe() local
Daf9033.c1058 static const struct regmap_config regmap_config = { in af9033_probe() local
/Linux-v5.4/drivers/rtc/
Drtc-sd3078.c160 static const struct regmap_config regmap_config = { variable
/Linux-v5.4/drivers/misc/eeprom/
Dat24.c510 struct regmap_config *regmap_config) in at24_make_dummy_client()
559 struct regmap_config regmap_config = { }; in at24_probe() local
/Linux-v5.4/sound/soc/codecs/
Dtas5720.c640 const struct regmap_config *regmap_config; in tas5720_probe() local
Dtas571x.c41 const struct regmap_config *regmap_config; member
/Linux-v5.4/drivers/phy/lantiq/
Dphy-lantiq-vrx200-pcie.c395 static const struct regmap_config regmap_config = { in ltq_vrx200_pcie_phy_probe() local
/Linux-v5.4/drivers/leds/
Dleds-is31fl319x.c306 static struct regmap_config regmap_config = { variable
/Linux-v5.4/drivers/soc/imx/
Dgpcv2.c555 struct regmap_config regmap_config = { in builtin_platform_driver() local
/Linux-v5.4/drivers/power/supply/
Ducs1002_power.c496 const struct regmap_config regmap_config = { in ucs1002_probe() local

12