Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dtps65086-regulator.c34 .of_parse_cb = tps65086_of_parse_cb, \
58 .of_parse_cb = tps65086_of_parse_cb, \
Dmax77686-regulator.c332 .of_parse_cb = max77686_of_parse_cb, \
405 .of_parse_cb = max77686_of_parse_cb, \
Dof_regulator.c411 if (desc->of_parse_cb) { in regulator_of_get_init_data()
412 if (desc->of_parse_cb(child, desc, config)) { in regulator_of_get_init_data()
Dtps65132-regulator.c183 .of_parse_cb = tps65132_of_parse_cb, \
Dmax77620-regulator.c678 .of_parse_cb = max77620_of_parse_cb, \
709 .of_parse_cb = max77620_of_parse_cb, \
Dltc3676.c209 .of_parse_cb = ltc3676_of_parse_cb, \
Dqcom_rpm-regulator.c985 vreg->desc.of_parse_cb = rpm_reg_of_parse; in rpm_reg_probe()
Dqcom_spmi-regulator.c1816 vreg->desc.of_parse_cb = spmi_regulator_of_parse; in qcom_spmi_regulator_probe()
/linux-4.19.296/include/linux/regulator/
Ddriver.h322 int (*of_parse_cb)(struct device_node *, member