Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dlochnagar-regulator.c171 .of_parse_cb = lochnagar_micbias_of_parse,
186 .of_parse_cb = lochnagar_micbias_of_parse,
Dtps65086-regulator.c34 .of_parse_cb = tps65086_of_parse_cb, \
58 .of_parse_cb = tps65086_of_parse_cb, \
Dbd718x7-regulator.c499 .of_parse_cb = buck1_set_hw_dvs_levels,
523 .of_parse_cb = buck2_set_hw_dvs_levels,
795 .of_parse_cb = buck1_set_hw_dvs_levels,
819 .of_parse_cb = buck2_set_hw_dvs_levels,
843 .of_parse_cb = buck3_set_hw_dvs_levels,
867 .of_parse_cb = buck4_set_hw_dvs_levels,
Dmax77686-regulator.c340 .of_parse_cb = max77686_of_parse_cb, \
413 .of_parse_cb = max77686_of_parse_cb, \
Dof_regulator.c448 if (desc->of_parse_cb) { in regulator_of_get_init_data()
451 ret = desc->of_parse_cb(child, desc, config); in regulator_of_get_init_data()
Dtps65132-regulator.c180 .of_parse_cb = tps65132_of_parse_cb, \
Dltc3676.c200 .of_parse_cb = ltc3676_of_parse_cb, \
Dtps6507x-regulator.c418 tps->desc[i].of_parse_cb = tps6507x_pmic_of_parse_cb; in tps6507x_pmic_probe()
Dmax77620-regulator.c675 .of_parse_cb = max77620_of_parse_cb, \
707 .of_parse_cb = max77620_of_parse_cb, \
Dltc3589.c226 .of_parse_cb = ltc3589_of_parse_cb, \
Dslg51000-regulator.c222 .of_parse_cb = slg51000_of_parse_cb, \
Dqcom_rpm-regulator.c977 vreg->desc.of_parse_cb = rpm_reg_of_parse; in rpm_reg_probe()
Dqcom_spmi-regulator.c2028 vreg->desc.of_parse_cb = spmi_regulator_of_parse; in qcom_spmi_regulator_probe()
/Linux-v5.4/include/linux/regulator/
Ddriver.h332 int (*of_parse_cb)(struct device_node *, member