Home
last modified time | relevance | path

Searched refs:regmap_sec (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dbcm590xx.c76 bcm590xx->regmap_sec = devm_regmap_init_i2c(bcm590xx->i2c_sec, in bcm590xx_i2c_probe()
78 if (IS_ERR(bcm590xx->regmap_sec)) { in bcm590xx_i2c_probe()
79 ret = PTR_ERR(bcm590xx->regmap_sec); in bcm590xx_i2c_probe()
/linux-4.1.27/include/linux/mfd/
Dbcm590xx.h30 struct regmap *regmap_sec; member
/linux-4.1.27/drivers/regulator/
Dbcm590xx-regulator.c433 config.regmap = bcm590xx->regmap_sec; in bcm590xx_probe()