Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dof_regulator.c311 if (desc->of_parse_cb) { in regulator_of_get_init_data()
312 if (desc->of_parse_cb(child, desc, config)) { in regulator_of_get_init_data()
Dmax77686.c344 .of_parse_cb = max77686_of_parse_cb, \
417 .of_parse_cb = max77686_of_parse_cb, \
Dqcom_rpm-regulator.c914 vreg->desc.of_parse_cb = rpm_reg_of_parse; in rpm_reg_probe()
/linux-4.1.27/include/linux/regulator/
Ddriver.h267 int (*of_parse_cb)(struct device_node *, member