| /linux-4.4.14/include/linux/ | 
| D | regmap.h | 201 struct regmap_config {  struct202 	const char *name;
 204 	int reg_bits;
 205 	int reg_stride;
 206 	int pad_bits;
 207 	int val_bits;
 209 	bool (*writeable_reg)(struct device *dev, unsigned int reg);
 210 	bool (*readable_reg)(struct device *dev, unsigned int reg);
 211 	bool (*volatile_reg)(struct device *dev, unsigned int reg);
 212 	bool (*precious_reg)(struct device *dev, unsigned int reg);
 [all …]
 
 | 
| /linux-4.4.14/drivers/mfd/ | 
| D | intel_soc_pmic_core.h | 26 	const struct regmap_config *regmap_config;  member
 | 
| 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 | wm8994-core.c | 328 	struct regmap_config *regmap_config;  in wm8994_device_init()  local
 | 
| D | lm3533-core.c | 582 static const struct regmap_config regmap_config = {  variable
 | 
| D | sta2x11-mfd.c | 313 	struct regmap_config *regmap_config = sta2x11_mfd_regmap_configs[index];  in sta2x11_mfd_platform_probe()  local
 | 
| /linux-4.4.14/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 | it913x.c | 396 	static const struct regmap_config regmap_config = {  in it913x_probe()  local
 | 
| D | fc2580.c | 540 	static const struct regmap_config regmap_config = {  in fc2580_probe()  local
 | 
| D | e4000.c | 643 	static const struct regmap_config regmap_config = {  in e4000_probe()  local
 | 
| D | m88rs6000t.c | 594 	static const struct regmap_config regmap_config = {  in m88rs6000t_probe()  local
 | 
| /linux-4.4.14/drivers/media/dvb-frontends/ | 
| D | m88ds3103_priv.h | 36 	struct regmap_config regmap_config;  member
 | 
| D | tda10071.c | 1167 	static const struct regmap_config regmap_config = {  in tda10071_probe()  local
 | 
| D | ts2020.c | 33 	struct regmap_config regmap_config;  member
 | 
| D | rtl2830.c | 827 	static const struct regmap_config regmap_config = {  in rtl2830_probe()  local
 | 
| D | rtl2832_priv.h | 37 	struct regmap_config regmap_config;  member
 | 
| /linux-4.4.14/drivers/staging/media/mn88473/ | 
| D | mn88473.c | 389 	static const struct regmap_config regmap_config = {  in mn88473_probe()  local
 | 
| /linux-4.4.14/drivers/staging/media/mn88472/ | 
| D | mn88472.c | 444 	static const struct regmap_config regmap_config = {  in mn88472_probe()  local
 | 
| /linux-4.4.14/sound/soc/codecs/ | 
| D | tas571x.c | 38 	const struct regmap_config	*regmap_config;  member
 | 
| D | ak4642.c | 143 	const struct regmap_config *regmap_config;  member
 | 
| D | tlv320aic31xx.c | 1235 	const struct regmap_config *regmap_config;  in aic31xx_i2c_probe()  local
 |