Lines Matching refs:reg_data
768 const struct labibb_regulator_data *reg_data; in qcom_labibb_regulator_probe() local
783 for (reg_data = match->data; reg_data->name; reg_data++) { in qcom_labibb_regulator_probe()
790 ret = regmap_read(reg_regmap, reg_data->base + REG_PERPH_TYPE, in qcom_labibb_regulator_probe()
800 WARN_ON(type != reg_data->type)) in qcom_labibb_regulator_probe()
810 reg_data->name); in qcom_labibb_regulator_probe()
815 reg_data->name); in qcom_labibb_regulator_probe()
839 vreg->base = reg_data->base; in qcom_labibb_regulator_probe()
840 vreg->type = reg_data->type; in qcom_labibb_regulator_probe()
865 memcpy(&vreg->desc, reg_data->desc, sizeof(vreg->desc)); in qcom_labibb_regulator_probe()
866 vreg->desc.of_match = reg_data->name; in qcom_labibb_regulator_probe()
867 vreg->desc.name = reg_data->name; in qcom_labibb_regulator_probe()
878 reg_data->name, ret); in qcom_labibb_regulator_probe()