Home
last modified time | relevance | path

Searched refs:of_regulator_match (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c301 struct of_regulator_match *matches;
316 * of_regulator_match - extract multiple regulator init data from device tree.
333 int of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, in of_regulator_match() function
357 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
369 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
392 EXPORT_SYMBOL_GPL(of_regulator_match); variable
/device/soc/rockchip/common/vendor/drivers/regulator/
H A Dxz3216.c240 static struct of_regulator_match xz3216_reg_matches[] = {
260 count = of_regulator_match(xz3216->dev, regs, xz3216_reg_matches, XZ3216_NUM_REGULATORS); in xz3216_parse_dt()

Completed in 4 milliseconds