Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dqcom-labibb-regulator.c769 struct regmap *reg_regmap; in qcom_labibb_regulator_probe() local
773 reg_regmap = dev_get_regmap(pdev->dev.parent, NULL); in qcom_labibb_regulator_probe()
774 if (!reg_regmap) { in qcom_labibb_regulator_probe()
790 ret = regmap_read(reg_regmap, reg_data->base + REG_PERPH_TYPE, in qcom_labibb_regulator_probe()
837 vreg->regmap = reg_regmap; in qcom_labibb_regulator_probe()