Symbol: of_regulator_match
drivers/regulator/ab8500.c
1606
static struct of_regulator_match ab8500_regulator_match[] = {
drivers/regulator/ab8500.c
1619
static struct of_regulator_match ab8505_regulator_match[] = {
drivers/regulator/ab8500.c
1640
struct of_regulator_match *match;
drivers/regulator/ab8500.c
1706
struct of_regulator_match *match;
drivers/regulator/ab8500.c
1716
err = of_regulator_match(&pdev->dev, np,
drivers/regulator/as3711-regulator.c
156
static struct of_regulator_match
drivers/regulator/as3711-regulator.c
178
struct of_regulator_match *match;
drivers/regulator/as3711-regulator.c
186
ret = of_regulator_match(dev->parent, regulators,
drivers/regulator/as3722-regulator.c
564
static struct of_regulator_match as3722_regulator_matches[] = {
drivers/regulator/as3722-regulator.c
601
ret = of_regulator_match(&pdev->dev, np, as3722_regulator_matches,
drivers/regulator/da9063-regulator.c
809
static struct of_regulator_match da9063_matches[] = {
drivers/regulator/da9063-regulator.c
834
struct of_regulator_match **da9063_reg_matches)
drivers/regulator/da9063-regulator.c
852
num = of_regulator_match(&pdev->dev, node, da9063_matches,
drivers/regulator/da9063-regulator.c
890
struct of_regulator_match *da9063_reg_matches = NULL;
drivers/regulator/da9121-regulator.c
371
static struct of_regulator_match da9121_matches[] = {
drivers/regulator/da9211-regulator.c
273
static struct of_regulator_match da9211_matches[] = {
drivers/regulator/da9211-regulator.c
297
num = of_regulator_match(dev, node, da9211_matches,
drivers/regulator/lp872x.c
798
static struct of_regulator_match lp8720_matches[] = {
drivers/regulator/lp872x.c
807
static struct of_regulator_match lp8725_matches[] = {
drivers/regulator/lp872x.c
824
struct of_regulator_match *match;
drivers/regulator/lp872x.c
861
count = of_regulator_match(dev, np, match, num_matches);
drivers/regulator/max1586.c
153
struct of_regulator_match rmatch[ARRAY_SIZE(max1586_reg)] = { };
drivers/regulator/max1586.c
172
matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
drivers/regulator/max20086-regulator.c
136
struct of_regulator_match *matches;
drivers/regulator/max20086-regulator.c
155
ret = of_regulator_match(chip->dev, node, matches,
drivers/regulator/max8660.c
325
struct of_regulator_match rmatch[ARRAY_SIZE(max8660_reg)] = { };
drivers/regulator/max8660.c
336
matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
drivers/regulator/max8907-regulator.c
189
static struct of_regulator_match max8907_matches[] = {
drivers/regulator/max8907-regulator.c
236
ret = of_regulator_match(&pdev->dev, regulators, max8907_matches,
drivers/regulator/of_regulator.c
370
struct of_regulator_match *matches;
drivers/regulator/of_regulator.c
402
struct of_regulator_match *matches,
drivers/regulator/of_regulator.c
426
struct of_regulator_match *match = &matches[i];
drivers/regulator/of_regulator.c
437
struct of_regulator_match *match = &matches[i];
drivers/regulator/of_regulator.c
464
struct of_regulator_match *match = &matches[i];
drivers/regulator/of_regulator.c
474
EXPORT_SYMBOL_GPL(of_regulator_match);
drivers/regulator/palmas-regulator.c
1388
static struct of_regulator_match palmas_matches[] = {
drivers/regulator/palmas-regulator.c
1418
static struct of_regulator_match tps65917_matches[] = {
drivers/regulator/palmas-regulator.c
1480
ret = of_regulator_match(dev, regulators, ddata->palmas_matches,
drivers/regulator/palmas-regulator.c
1489
struct of_regulator_match *match;
drivers/regulator/pbias-regulator.c
106
static struct of_regulator_match pbias_matches[] = {
drivers/regulator/pbias-regulator.c
160
count = of_regulator_match(&pdev->dev, np, pbias_matches,
drivers/regulator/pfuze100-regulator.c
436
static struct of_regulator_match pfuze100_matches[] = {
drivers/regulator/pfuze100-regulator.c
456
static struct of_regulator_match pfuze200_matches[] = {
drivers/regulator/pfuze100-regulator.c
475
static struct of_regulator_match pfuze3000_matches[] = {
drivers/regulator/pfuze100-regulator.c
493
static struct of_regulator_match pfuze3001_matches[] = {
drivers/regulator/pfuze100-regulator.c
507
static struct of_regulator_match *pfuze_matches;
drivers/regulator/pfuze100-regulator.c
532
ret = of_regulator_match(dev, parent, pfuze3001_matches,
drivers/regulator/pfuze100-regulator.c
537
ret = of_regulator_match(dev, parent, pfuze3000_matches,
drivers/regulator/pfuze100-regulator.c
542
ret = of_regulator_match(dev, parent, pfuze200_matches,
drivers/regulator/pfuze100-regulator.c
549
ret = of_regulator_match(dev, parent, pfuze100_matches,
drivers/regulator/rt5120-regulator.c
264
struct of_regulator_match *match)
drivers/regulator/rt5120-regulator.c
281
static struct of_regulator_match rt5120_regu_match[RT5120_MAX_REGULATOR] = {
drivers/regulator/rt5120-regulator.c
308
ret = of_regulator_match(priv->dev, reg_node, rt5120_regu_match,
drivers/regulator/rt5190a-regulator.c
219
struct of_regulator_match *match)
drivers/regulator/rt5190a-regulator.c
312
static struct of_regulator_match rt5190a_regulator_match[] = {
drivers/regulator/rt5190a-regulator.c
324
struct of_regulator_match *match;
drivers/regulator/rt5190a-regulator.c
342
ret = of_regulator_match(priv->dev, regulator_np,
drivers/regulator/rt5190a-regulator.c
472
struct of_regulator_match *match = rt5190a_regulator_match + i;
drivers/regulator/stpmic1_regulator.c
538
static struct of_regulator_match stpmic1_matches[] = {
drivers/regulator/stpmic1_regulator.c
556
struct of_regulator_match *match,
drivers/regulator/stpmic1_regulator.c
611
ret = of_regulator_match(&pdev->dev, pdev->dev.of_node, stpmic1_matches,
drivers/regulator/tps65090-regulator.c
294
static struct of_regulator_match tps65090_matches[] = {
drivers/regulator/tps65090-regulator.c
311
struct of_regulator_match **tps65090_reg_matches)
drivers/regulator/tps65090-regulator.c
336
ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches,
drivers/regulator/tps65090-regulator.c
398
struct of_regulator_match **tps65090_reg_matches)
drivers/regulator/tps65090-regulator.c
414
struct of_regulator_match *tps65090_reg_matches = NULL;
drivers/regulator/tps6586x-regulator.c
375
static struct of_regulator_match tps6586x_matches[] = {
drivers/regulator/tps6586x-regulator.c
395
struct of_regulator_match **tps6586x_reg_matches)
drivers/regulator/tps6586x-regulator.c
411
err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num);
drivers/regulator/tps6586x-regulator.c
441
struct of_regulator_match **tps6586x_reg_matches)
drivers/regulator/tps6586x-regulator.c
455
struct of_regulator_match *tps6586x_reg_matches = NULL;
drivers/regulator/tps65910-regulator.c
1004
struct of_regulator_match *matches;
drivers/regulator/tps65910-regulator.c
1035
ret = of_regulator_match(&pdev->dev, regulators, matches, count);
drivers/regulator/tps65910-regulator.c
1064
struct of_regulator_match **tps65910_reg_matches)
drivers/regulator/tps65910-regulator.c
1079
struct of_regulator_match *tps65910_reg_matches = NULL;
drivers/regulator/tps65910-regulator.c
964
static struct of_regulator_match tps65910_matches[] = {
drivers/regulator/tps65910-regulator.c
981
static struct of_regulator_match tps65911_matches[] = {
drivers/regulator/tps65910-regulator.c
999
struct of_regulator_match **tps65910_reg_matches)
include/linux/mfd/palmas.h
117
struct of_regulator_match *palmas_matches;
include/linux/regulator/of_regulator.h
25
extern int of_regulator_match(struct device *dev, struct device_node *node,
include/linux/regulator/of_regulator.h
26
struct of_regulator_match *matches,
include/linux/regulator/of_regulator.h
39
struct of_regulator_match *matches,