Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/regulator/
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-v4.19/drivers/regulator/
Dpfuze100-regulator.c410 static struct of_regulator_match pfuze100_matches[] = {
429 static struct of_regulator_match pfuze200_matches[] = {
448 static struct of_regulator_match pfuze3000_matches[] = {
466 static struct of_regulator_match pfuze3001_matches[] = {
480 static struct of_regulator_match *pfuze_matches;
504 ret = of_regulator_match(dev, parent, pfuze3001_matches, in pfuze_parse_regulators_dt()
509 ret = of_regulator_match(dev, parent, pfuze3000_matches, in pfuze_parse_regulators_dt()
514 ret = of_regulator_match(dev, parent, pfuze200_matches, in pfuze_parse_regulators_dt()
521 ret = of_regulator_match(dev, parent, pfuze100_matches, in pfuze_parse_regulators_dt()
Dof_regulator.c273 struct of_regulator_match *matches;
304 int of_regulator_match(struct device *dev, struct device_node *node, in of_regulator_match() function
305 struct of_regulator_match *matches, in of_regulator_match()
329 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
340 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
365 EXPORT_SYMBOL_GPL(of_regulator_match);
Dbcm590xx-regulator.c285 static struct of_regulator_match bcm590xx_matches[] = {
317 struct of_regulator_match **bcm590xx_reg_matches) in bcm590xx_parse_dt_reg_data()
322 struct of_regulator_match *matches = bcm590xx_matches; in bcm590xx_parse_dt_reg_data()
343 ret = of_regulator_match(&pdev->dev, regulators, matches, count); in bcm590xx_parse_dt_reg_data()
372 struct of_regulator_match *bcm590xx_reg_matches = NULL; in bcm590xx_probe()
Dtps6507x-regulator.c362 static struct of_regulator_match tps6507x_matches[] = {
372 struct of_regulator_match **tps6507x_reg_matches) in tps6507x_parse_dt_reg_data()
377 struct of_regulator_match *matches; in tps6507x_parse_dt_reg_data()
395 ret = of_regulator_match(&pdev->dev, regulators, matches, count); in tps6507x_parse_dt_reg_data()
433 struct of_regulator_match *tps6507x_reg_matches = NULL; in tps6507x_pmic_probe()
Dtps65090-regulator.c304 static struct of_regulator_match tps65090_matches[] = {
321 struct of_regulator_match **tps65090_reg_matches) in tps65090_parse_dt_reg_data()
346 ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches, in tps65090_parse_dt_reg_data()
402 struct of_regulator_match **tps65090_reg_matches) in tps65090_parse_dt_reg_data()
418 struct of_regulator_match *tps65090_reg_matches = NULL; in tps65090_regulator_probe()
Dact8865-regulator.c351 static struct of_regulator_match act8846_matches[] = {
366 static struct of_regulator_match act8865_matches[] = {
376 static struct of_regulator_match act8600_matches[] = {
396 struct of_regulator_match *matches; in act8865_pdata_from_dt()
422 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt()
Das3711-regulator.c169 static struct of_regulator_match
191 struct of_regulator_match *match; in as3711_regulator_parse_dt()
199 ret = of_regulator_match(dev->parent, regulators, in as3711_regulator_parse_dt()
Dtps6586x-regulator.c378 static struct of_regulator_match tps6586x_matches[] = {
398 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt()
414 err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num); in tps6586x_parse_regulator_dt()
444 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt()
458 struct of_regulator_match *tps6586x_reg_matches = NULL; in tps6586x_regulator_probe()
Ds2mpa01.c23 struct of_regulator_match rdata[S2MPA01_REGULATOR_MAX];
341 struct of_regulator_match *rdata; in s2mpa01_pmic_probe()
362 of_regulator_match(&pdev->dev, reg_np, rdata, in s2mpa01_pmic_probe()
Dtps65910-regulator.c969 static struct of_regulator_match tps65910_matches[] = {
986 static struct of_regulator_match tps65911_matches[] = {
1004 struct of_regulator_match **tps65910_reg_matches) in tps65910_parse_dt_reg_data()
1009 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data()
1040 ret = of_regulator_match(&pdev->dev, regulators, matches, count); in tps65910_parse_dt_reg_data()
1069 struct of_regulator_match **tps65910_reg_matches) in tps65910_parse_dt_reg_data()
1084 struct of_regulator_match *tps65910_reg_matches = NULL; in tps65910_probe()
Dpbias-regulator.c116 static struct of_regulator_match pbias_matches[] = {
171 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()
Dda9063-regulator.c643 static struct of_regulator_match da9063_matches[] = {
668 struct of_regulator_match **da9063_reg_matches) in da9063_parse_regulators_dt()
686 num = of_regulator_match(&pdev->dev, node, da9063_matches, in da9063_parse_regulators_dt()
723 struct of_regulator_match **da9063_reg_matches) in da9063_parse_regulators_dt()
734 struct of_regulator_match *da9063_reg_matches = NULL; in da9063_regulator_probe()
Dmax1586.c166 struct of_regulator_match rmatch[ARRAY_SIZE(max1586_reg)] = { }; in of_get_max1586_platform_data()
185 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data()
Dmax14577-regulator.c159 static struct of_regulator_match max14577_regulator_matches[] = {
164 static struct of_regulator_match max77836_regulator_matches[] = {
Dmax8925-regulator.c191 static struct of_regulator_match max8925_regulator_matches[] = {
262 rcount = of_regulator_match(&pdev->dev, np, in max8925_regulator_dt_init()
Dab8500.c1539 static struct of_regulator_match ab8500_regulator_match[] = {
1552 static struct of_regulator_match ab8505_regulator_match[] = {
1573 struct of_regulator_match *match;
1639 struct of_regulator_match *match; in ab8500_regulator_probe()
1649 err = of_regulator_match(&pdev->dev, np, in ab8500_regulator_probe()
Dmax8907-regulator.c192 static struct of_regulator_match max8907_matches[] = {
239 ret = of_regulator_match(&pdev->dev, regulators, max8907_matches, in max8907_regulator_parse_dt()
Dlp872x.c857 static struct of_regulator_match lp8720_matches[] = {
866 static struct of_regulator_match lp8725_matches[] = {
883 struct of_regulator_match *match; in lp872x_populate_pdata_from_dt()
924 count = of_regulator_match(dev, np, match, num_matches); in lp872x_populate_pdata_from_dt()
Dda9211-regulator.c257 static struct of_regulator_match da9211_matches[] = {
275 num = of_regulator_match(dev, node, da9211_matches, in da9211_parse_regulators_dt()
Ddb8500-prcmu.c450 static struct of_regulator_match db8500_regulator_matches[] = {
499 err = of_regulator_match(&pdev->dev, np, in db8500_regulator_probe()
Dmax8660.c338 struct of_regulator_match rmatch[ARRAY_SIZE(max8660_reg)] = { }; in max8660_pdata_from_dt()
349 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt()
Dhi6421-regulator.c87 static struct of_regulator_match hi6421_regulator_match[] = {
602 ret = of_regulator_match(dev, np, in hi6421_regulator_probe()
Dltc3589.c242 static struct of_regulator_match ltc3589_matches[LTC3589_NUM_REGULATORS] = {
265 ret = of_regulator_match(dev, node, ltc3589_matches, in ltc3589_parse_regulators_dt()
Dab3100.c553 static struct of_regulator_match ab3100_regulator_matches[] = {
683 err = of_regulator_match(&pdev->dev, np, in ab3100_regulators_probe()

12