Searched refs:regmap_config (Results 1 - 25 of 1350) sorted by relevance

1234567891011>>

/linux-master/drivers/mfd/
H A Dwm8994.h15 extern struct regmap_config wm1811_regmap_config;
16 extern struct regmap_config wm8994_regmap_config;
17 extern struct regmap_config wm8958_regmap_config;
18 extern struct regmap_config wm8994_base_regmap_config;
H A Dmadera.h24 extern const struct regmap_config cs47l15_16bit_spi_regmap;
25 extern const struct regmap_config cs47l15_32bit_spi_regmap;
26 extern const struct regmap_config cs47l15_16bit_i2c_regmap;
27 extern const struct regmap_config cs47l15_32bit_i2c_regmap;
30 extern const struct regmap_config cs47l35_16bit_spi_regmap;
31 extern const struct regmap_config cs47l35_32bit_spi_regmap;
32 extern const struct regmap_config cs47l35_16bit_i2c_regmap;
33 extern const struct regmap_config cs47l35_32bit_i2c_regmap;
36 extern const struct regmap_config cs47l85_16bit_spi_regmap;
37 extern const struct regmap_config cs47l85_32bit_spi_regma
[all...]
H A Dsimple-mfd-i2c.h27 const struct regmap_config *regmap_config; member in struct:simple_mfd_data
H A Darizona.h17 extern const struct regmap_config wm5102_i2c_regmap;
18 extern const struct regmap_config wm5102_spi_regmap;
20 extern const struct regmap_config wm5110_i2c_regmap;
21 extern const struct regmap_config wm5110_spi_regmap;
23 extern const struct regmap_config cs47l24_spi_regmap;
25 extern const struct regmap_config wm8997_i2c_regmap;
27 extern const struct regmap_config wm8998_i2c_regmap;
H A Dsimple-mfd-i2c.c27 static const struct regmap_config regmap_config_8r_8v = {
35 const struct regmap_config *regmap_config; local
41 /* If no regmap_config is specified, use the default 8reg and 8val bits */
42 if (!simple_mfd_data || !simple_mfd_data->regmap_config)
43 regmap_config = &regmap_config_8r_8v;
45 regmap_config = simple_mfd_data->regmap_config;
47 regmap = devm_regmap_init_i2c(i2c, regmap_config);
H A Darizona-i2c.c26 const struct regmap_config *regmap_config = NULL; local
34 regmap_config = &wm5102_i2c_regmap;
39 regmap_config = &wm5110_i2c_regmap;
43 regmap_config = &wm8997_i2c_regmap;
48 regmap_config = &wm8998_i2c_regmap;
55 if (!regmap_config) {
65 arizona->regmap = devm_regmap_init_i2c(i2c, regmap_config);
/linux-master/drivers/iio/accel/
H A Dfxls8962af.h19 extern const struct regmap_config fxls8962af_i2c_regmap_conf;
20 extern const struct regmap_config fxls8962af_spi_regmap_conf;
H A Dmma7455.h10 extern const struct regmap_config mma7455_core_regmap;
H A Dbmi088-accel.h18 extern const struct regmap_config bmi088_regmap_conf;
/linux-master/sound/soc/codecs/
H A Dcs4271.h8 extern const struct regmap_config cs4271_regmap_config;
H A Dpcm179x.h14 extern const struct regmap_config pcm179x_regmap_config;
H A Dadau1781.h20 extern const struct regmap_config adau1781_regmap_config;
H A Dadau1761.h20 extern const struct regmap_config adau1761_regmap_config;
H A Dadau1372.h19 extern const struct regmap_config adau1372_regmap_config;
H A Dpcm1789.h12 extern const struct regmap_config pcm1789_regmap_config;
H A Dadav80x.h15 extern const struct regmap_config adav80x_regmap_config;
H A Dadau1977.h25 extern const struct regmap_config adau1977_regmap_config;
/linux-master/drivers/iio/imu/
H A Dfxos8700.h5 extern const struct regmap_config fxos8700_regmap_config;
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.h5 extern const struct regmap_config bmc150_magn_regmap_config;
/linux-master/drivers/iio/imu/bno055/
H A Dbno055.h11 extern const struct regmap_config bno055_regmap_config;
/linux-master/drivers/pinctrl/
H A Dpinctrl-mcp23s08.h26 const struct regmap_config *regmap;
56 extern const struct regmap_config mcp23x08_regmap;
57 extern const struct regmap_config mcp23x17_regmap;
/linux-master/drivers/net/dsa/
H A Dmt7530-mdio.c86 struct regmap_config *mt7531_pcs_config[2] = {};
93 sizeof(struct regmap_config),
143 static struct regmap_config *regmap_config; local
196 regmap_config = devm_kzalloc(&mdiodev->dev, sizeof(*regmap_config),
198 if (!regmap_config)
201 regmap_config->reg_bits = 16;
202 regmap_config->val_bits = 32;
203 regmap_config
[all...]
/linux-master/include/linux/mfd/atc260x/
H A Dcore.h53 struct regmap_config;
55 int atc260x_match_device(struct atc260x *atc260x, struct regmap_config *regmap_cfg);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_spi.c42 const struct regmap_config *regmap_config; local
45 struct regmap_config rc;
58 regmap_config = ksz8863_regmap_config;
62 regmap_config = ksz8795_regmap_config;
64 regmap_config = ksz9477_regmap_config;
67 rc = regmap_config[i];
76 regmap_config[i].val_bits);
/linux-master/drivers/iio/imu/bmi160/
H A Dbmi160.h22 extern const struct regmap_config bmi160_regmap_config;

Completed in 177 milliseconds

1234567891011>>