Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
Dqcom-labibb-regulator.c100 struct regmap *reg_regmap; in qcom_labibb_regulator_probe() local
104 reg_regmap = dev_get_regmap(pdev->dev.parent, NULL); in qcom_labibb_regulator_probe()
105 if (!reg_regmap) { in qcom_labibb_regulator_probe()
119 ret = regmap_read(reg_regmap, reg_data->base + REG_PERPH_TYPE, in qcom_labibb_regulator_probe()
137 vreg->regmap = reg_regmap; in qcom_labibb_regulator_probe()