Searched refs:bd71837 (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | rohm-bd718x7.c | 92 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/ |
D | rohm,bd71837-pmic.txt | 13 - 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/ |
D | rohm-bd718x7.h | 347 struct bd71837 { struct
|
/Linux-v4.19/drivers/regulator/ |
D | bd71837-regulator.c | 20 struct bd71837 *mfd; 37 struct bd71837 *mfd = pmic->mfd; in bd71837_buck1234_set_ramp_delay()
|
D | Makefile | 30 obj-$(CONFIG_REGULATOR_BD718XX) += bd71837-regulator.o
|
D | Kconfig | 192 will be called bd71837-regulator.
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd71837-regulator.txt | 8 Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.txt
|