Home
last modified time | relevance | path

Searched refs:bd71837 (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/mfd/
Drohm-bd718x7.c92 struct bd71837 *bd71837; in bd71837_i2c_probe() local
96 bd71837 = devm_kzalloc(&i2c->dev, sizeof(struct bd71837), GFP_KERNEL); in bd71837_i2c_probe()
98 if (!bd71837) in bd71837_i2c_probe()
101 bd71837->chip_irq = i2c->irq; in bd71837_i2c_probe()
103 if (!bd71837->chip_irq) { in bd71837_i2c_probe()
108 bd71837->dev = &i2c->dev; in bd71837_i2c_probe()
109 dev_set_drvdata(&i2c->dev, bd71837); in bd71837_i2c_probe()
111 bd71837->regmap = devm_regmap_init_i2c(i2c, &bd71837_regmap_config); in bd71837_i2c_probe()
112 if (IS_ERR(bd71837->regmap)) { in bd71837_i2c_probe()
114 return PTR_ERR(bd71837->regmap); in bd71837_i2c_probe()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Drohm,bd71837-pmic.txt13 - compatible : Should be "rohm,bd71837".
21 Please see ../regulator/rohm,bd71837-regulator.txt
37 compatible = "rohm,bd71837";
44 clock-output-names = "bd71837-32k-out";
/Linux-v4.19/include/linux/mfd/
Drohm-bd718x7.h347 struct bd71837 { struct
/Linux-v4.19/drivers/regulator/
Dbd71837-regulator.c20 struct bd71837 *mfd;
37 struct bd71837 *mfd = pmic->mfd; in bd71837_buck1234_set_ramp_delay()
DMakefile30 obj-$(CONFIG_REGULATOR_BD718XX) += bd71837-regulator.o
DKconfig192 will be called bd71837-regulator.
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Drohm,bd71837-regulator.txt8 Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.txt