Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/include/linux/
H A Dregmap.h348 struct regmap_config { struct
349 const char *name;
351 int reg_bits;
352 int reg_stride;
353 int pad_bits;
354 int val_bits;
356 bool (*writeable_reg)(struct device *dev, unsigned int reg);
357 bool (*readable_reg)(struct device *dev, unsigned int reg);
358 bool (*volatile_reg)(struct device *dev, unsigned int reg);
359 bool (*precious_reg)(struct device *dev, unsigned int reg);
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dbmp280-i2c.c12 const struct regmap_config *regmap_config; in bmp280_i2c_probe() local
H A Dbmp280-spi.c51 const struct regmap_config *regmap_config; in bmp280_spi_probe() local
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dintel_soc_pmic_core.h18 const struct regmap_config *regmap_config; member
H A Darizona-i2c.c27 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
H A Darizona-spi.c27 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
H A Dwm8994-core.c318 struct regmap_config *regmap_config; in wm8994_device_init() local
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dpv88080-regulator.c48 const struct pv88080_compatible_regmap *regmap_config; member
382 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtua9001.c177 static const struct regmap_config regmap_config = { in tua9001_probe() local
H A Dtda18212.c185 static const struct regmap_config regmap_config = { in tda18212_probe() local
H A Dfc2580.c517 static const struct regmap_config regmap_config = { in fc2580_probe() local
H A De4000.c620 static const struct regmap_config regmap_config = { in e4000_probe() local
H A Dm88rs6000t.c584 static const struct regmap_config regmap_config = { in m88rs6000t_probe() local
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-sd3078.c160 static const struct regmap_config regmap_config = { variable
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dm88ds3103_priv.h33 struct regmap_config regmap_config; member
H A Dmn88473.c616 static const struct regmap_config regmap_config = { in mn88473_probe() local
H A Dmn88472.c583 static const struct regmap_config regmap_config = { in mn88472_probe() local
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Dat24.c541 struct regmap_config *regmap_config) in at24_make_dummy_client()
590 struct regmap_config regmap_config = { }; in at24_probe() local
/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra210_ahub.h113 const struct regmap_config *regmap_config; member
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Damlogic_thermal.c94 const struct regmap_config *regmap_config; member
H A Dqoriq_thermal.c270 const struct regmap_config regmap_config = { in qoriq_tmu_probe() local
/OK3568_Linux_fs/kernel/drivers/misc/
H A Drk803.c208 struct regmap_config regmap_config = { }; in rk803_probe() local
/OK3568_Linux_fs/kernel/drivers/phy/lantiq/
H A Dphy-lantiq-vrx200-pcie.c396 static const struct regmap_config regmap_config = { in ltq_vrx200_pcie_phy_probe() local
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-is31fl319x.c310 static struct regmap_config regmap_config = { variable
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtas5720.c641 const struct regmap_config *regmap_config; in tas5720_probe() local

123