Home
last modified time | relevance | path

Searched refs:bcm590xx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mfd/
A Dbcm590xx.c44 struct bcm590xx *bcm590xx; in bcm590xx_i2c_probe() local
47 bcm590xx = devm_kzalloc(&i2c_pri->dev, sizeof(*bcm590xx), GFP_KERNEL); in bcm590xx_i2c_probe()
48 if (!bcm590xx) in bcm590xx_i2c_probe()
52 bcm590xx->dev = &i2c_pri->dev; in bcm590xx_i2c_probe()
53 bcm590xx->i2c_pri = i2c_pri; in bcm590xx_i2c_probe()
57 if (IS_ERR(bcm590xx->regmap_pri)) { in bcm590xx_i2c_probe()
66 if (IS_ERR(bcm590xx->i2c_sec)) { in bcm590xx_i2c_probe()
68 return PTR_ERR(bcm590xx->i2c_sec); in bcm590xx_i2c_probe()
70 i2c_set_clientdata(bcm590xx->i2c_sec, bcm590xx); in bcm590xx_i2c_probe()
72 bcm590xx->regmap_sec = devm_regmap_init_i2c(bcm590xx->i2c_sec, in bcm590xx_i2c_probe()
[all …]
A DMakefile14 obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o
/linux/drivers/regulator/
A Dbcm590xx-regulator.c196 struct bcm590xx *mfd;
277 struct bcm590xx *bcm590xx = dev_get_drvdata(pdev->dev.parent); in bcm590xx_probe() local
288 pmu->mfd = bcm590xx; in bcm590xx_probe()
334 config.dev = bcm590xx->dev; in bcm590xx_probe()
337 config.regmap = bcm590xx->regmap_sec; in bcm590xx_probe()
339 config.regmap = bcm590xx->regmap_pri; in bcm590xx_probe()
344 dev_err(bcm590xx->dev, in bcm590xx_probe()
A DMakefile31 obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o
/linux/include/linux/mfd/
A Dbcm590xx.h20 struct bcm590xx { struct

Completed in 7 milliseconds