Home
last modified time | relevance | path

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

1234

/Linux-v6.1/include/linux/
Dregmap.h370 struct regmap_config { struct
371 const char *name;
373 int reg_bits;
374 int reg_stride;
375 int reg_downshift;
376 unsigned int reg_base;
377 int pad_bits;
378 int val_bits;
380 bool (*writeable_reg)(struct device *dev, unsigned int reg);
381 bool (*readable_reg)(struct device *dev, unsigned int reg);
[all …]
/Linux-v6.1/drivers/iio/pressure/
Dbmp280-i2c.c12 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-v6.1/drivers/mfd/
Dsimple-mfd-i2c.h27 const struct regmap_config *regmap_config; member
Dhi6421-spmi-pmic.c22 static const struct regmap_config regmap_config = { variable
Dsimple-mfd-i2c.c35 const struct regmap_config *regmap_config; in simple_mfd_i2c_probe() local
Darizona-i2c.c28 const struct regmap_config *regmap_config = NULL; in arizona_i2c_probe() local
Darizona-spi.c193 const struct regmap_config *regmap_config = NULL; in arizona_spi_probe() local
Dbd9571mwv.c210 const struct regmap_config *regmap_config; in bd9571mwv_probe() local
Dntxec.c131 static const struct regmap_config regmap_config = { variable
Drohm-bd71828.c474 const struct regmap_config *regmap_config; in bd71828_i2c_probe() local
Docelot-spi.c188 struct regmap_config regmap_config; in ocelot_spi_init_regmap() local
Dintel_soc_pmic_crc.c147 const struct regmap_config *regmap_config; member
Dwm8994-core.c318 struct regmap_config *regmap_config; in wm8994_device_init() local
/Linux-v6.1/sound/soc/codecs/
Dcs35l41-spi.c32 const struct regmap_config *regmap_config = &cs35l41_regmap_spi; in cs35l41_spi_probe() local
Dcs35l41-i2c.c37 const struct regmap_config *regmap_config = &cs35l41_regmap_i2c; in cs35l41_i2c_probe() local
/Linux-v6.1/drivers/net/dsa/microchip/
Dksz_spi.c42 const struct regmap_config *regmap_config; in ksz_spi_probe() local
/Linux-v6.1/drivers/regulator/
Dpv88080-regulator.c48 const struct pv88080_compatible_regmap *regmap_config; member
382 const struct pv88080_compatible_regmap *regmap_config; in pv88080_i2c_probe() local
/Linux-v6.1/drivers/rtc/
Drtc-isl12022.c138 static const struct regmap_config regmap_config = { variable
Drtc-sd3078.c160 static const struct regmap_config regmap_config = { variable
/Linux-v6.1/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
/Linux-v6.1/drivers/hwspinlock/
Dqcom_hwspinlock.c25 const struct regmap_config *regmap_config; member
/Linux-v6.1/drivers/media/dvb-frontends/
Dm88ds3103_priv.h33 struct regmap_config regmap_config; member
/Linux-v6.1/drivers/misc/eeprom/
Dat24.c540 struct regmap_config *regmap_config) in at24_make_dummy_client()
586 struct regmap_config regmap_config = { }; in at24_probe() local

1234