Home
last modified time | relevance | path

Searched refs:of_regulator_match (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/regulator/
H A Dof_regulator.h12 struct of_regulator_match { struct
25 extern int of_regulator_match(struct device *dev, struct device_node *node, argument
26 struct of_regulator_match *matches,
37 static inline int of_regulator_match(struct device *dev, in of_regulator_match() function
39 struct of_regulator_match *matches, in of_regulator_match()
/linux/drivers/regulator/
H A Dtps65090-regulator.c294 static struct of_regulator_match tps65090_matches[] = {
311 struct of_regulator_match **tps65090_reg_matches) in tps65090_parse_dt_reg_data()
336 ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches, in tps65090_parse_dt_reg_data()
398 struct of_regulator_match **tps65090_reg_matches) in tps65090_parse_dt_reg_data()
414 struct of_regulator_match *tps65090_reg_matches = NULL; in tps65090_regulator_probe()
H A Drt5190a-regulator.c219 struct of_regulator_match *match) in rt5190a_of_parse_cb()
312 static struct of_regulator_match rt5190a_regulator_match[] = {
324 struct of_regulator_match *match; in rt5190a_parse_regulator_dt_data()
342 ret = of_regulator_match(priv->dev, regulator_np, in rt5190a_parse_regulator_dt_data()
472 struct of_regulator_match *match = rt5190a_regulator_match + i; in rt5190a_probe()
H A Dof_regulator.c370 struct of_regulator_match *matches;
401 int of_regulator_match(struct device *dev, struct device_node *node, in of_regulator_match() function
402 struct of_regulator_match *matches, in of_regulator_match()
426 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
437 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
464 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
474 EXPORT_SYMBOL_GPL(of_regulator_match);
H A Das3711-regulator.c156 static struct of_regulator_match
178 struct of_regulator_match *match; in as3711_regulator_parse_dt()
186 ret = of_regulator_match(dev->parent, regulators, in as3711_regulator_parse_dt()
H A Dtps6586x-regulator.c375 static struct of_regulator_match tps6586x_matches[] = {
395 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt()
411 err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num); in tps6586x_parse_regulator_dt()
441 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt()
455 struct of_regulator_match *tps6586x_reg_matches = NULL; in tps6586x_regulator_probe()
H A Dpbias-regulator.c106 static struct of_regulator_match pbias_matches[] = {
160 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()
H A Dtps65910-regulator.c964 static struct of_regulator_match tps65910_matches[] = {
981 static struct of_regulator_match tps65911_matches[] = {
999 struct of_regulator_match **tps65910_reg_matches) in tps65910_parse_dt_reg_data()
1004 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data()
1035 ret = of_regulator_match(&pdev->dev, regulators, matches, count); in tps65910_parse_dt_reg_data()
1064 struct of_regulator_match **tps65910_reg_matches) in tps65910_parse_dt_reg_data()
1079 struct of_regulator_match *tps65910_reg_matches = NULL; in tps65910_probe()
H A Dstpmic1_regulator.c538 static struct of_regulator_match stpmic1_matches[] = {
556 struct of_regulator_match *match, in stpmic1_regulator_register()
611 ret = of_regulator_match(&pdev->dev, pdev->dev.of_node, stpmic1_matches, in stpmic1_regulator_probe()
H A Dmax8907-regulator.c189 static struct of_regulator_match max8907_matches[] = {
236 ret = of_regulator_match(&pdev->dev, regulators, max8907_matches, in max8907_regulator_parse_dt()
H A Dmax8660.c325 struct of_regulator_match rmatch[ARRAY_SIZE(max8660_reg)] = { }; in max8660_pdata_from_dt()
336 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt()
H A Dda9121-regulator.c371 static struct of_regulator_match da9121_matches[] = {
/linux/include/linux/mfd/
H A Dpalmas.h117 struct of_regulator_match *palmas_matches;