Searched refs:regmap_sec (Results 1 – 3 of 3) sorted by relevance
122 bcm590xx->regmap_sec = devm_regmap_init_i2c(bcm590xx->i2c_sec, in bcm590xx_i2c_probe()124 if (IS_ERR(bcm590xx->regmap_sec)) { in bcm590xx_i2c_probe()125 ret = PTR_ERR(bcm590xx->regmap_sec); in bcm590xx_i2c_probe()
45 struct regmap *regmap_sec; member
1145 config.regmap = bcm590xx->regmap_sec; in bcm590xx_probe()