Lines Matching full:bd71828
3 // bd71828-regulator.c ROHM BD71828GW-DS1 regulator driver
11 #include <linux/mfd/rohm-bd71828.h>
118 * On BD71828 the ramp delay level control reg is at offset +2 to in bd71828_set_ramp_delay()
752 struct rohm_regmap_dev *bd71828; in bd71828_probe() local
758 bd71828 = dev_get_drvdata(pdev->dev.parent); in bd71828_probe()
759 if (!bd71828) { in bd71828_probe()
764 config.regmap = bd71828->regmap; in bd71828_probe()
780 ret = regmap_update_bits(bd71828->regmap, in bd71828_probe()
797 .name = "bd71828-pmic"
805 MODULE_DESCRIPTION("BD71828 voltage regulator driver");
807 MODULE_ALIAS("platform:bd71828-pmic");