of_regulator_match
static struct of_regulator_match ab8500_regulator_match[] = {
static struct of_regulator_match ab8505_regulator_match[] = {
struct of_regulator_match *match;
struct of_regulator_match *match;
err = of_regulator_match(&pdev->dev, np,
static struct of_regulator_match
struct of_regulator_match *match;
ret = of_regulator_match(dev->parent, regulators,
static struct of_regulator_match as3722_regulator_matches[] = {
ret = of_regulator_match(&pdev->dev, np, as3722_regulator_matches,
static struct of_regulator_match da9063_matches[] = {
struct of_regulator_match **da9063_reg_matches)
num = of_regulator_match(&pdev->dev, node, da9063_matches,
struct of_regulator_match *da9063_reg_matches = NULL;
static struct of_regulator_match da9121_matches[] = {
static struct of_regulator_match da9211_matches[] = {
num = of_regulator_match(dev, node, da9211_matches,
static struct of_regulator_match lp8720_matches[] = {
static struct of_regulator_match lp8725_matches[] = {
struct of_regulator_match *match;
count = of_regulator_match(dev, np, match, num_matches);
struct of_regulator_match rmatch[ARRAY_SIZE(max1586_reg)] = { };
matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
struct of_regulator_match *matches;
ret = of_regulator_match(chip->dev, node, matches,
struct of_regulator_match rmatch[ARRAY_SIZE(max8660_reg)] = { };
matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
static struct of_regulator_match max8907_matches[] = {
ret = of_regulator_match(&pdev->dev, regulators, max8907_matches,
struct of_regulator_match *matches;
struct of_regulator_match *matches,
struct of_regulator_match *match = &matches[i];
struct of_regulator_match *match = &matches[i];
struct of_regulator_match *match = &matches[i];
EXPORT_SYMBOL_GPL(of_regulator_match);
static struct of_regulator_match palmas_matches[] = {
static struct of_regulator_match tps65917_matches[] = {
ret = of_regulator_match(dev, regulators, ddata->palmas_matches,
struct of_regulator_match *match;
static struct of_regulator_match pbias_matches[] = {
count = of_regulator_match(&pdev->dev, np, pbias_matches,
static struct of_regulator_match pfuze100_matches[] = {
static struct of_regulator_match pfuze200_matches[] = {
static struct of_regulator_match pfuze3000_matches[] = {
static struct of_regulator_match pfuze3001_matches[] = {
static struct of_regulator_match *pfuze_matches;
ret = of_regulator_match(dev, parent, pfuze3001_matches,
ret = of_regulator_match(dev, parent, pfuze3000_matches,
ret = of_regulator_match(dev, parent, pfuze200_matches,
ret = of_regulator_match(dev, parent, pfuze100_matches,
struct of_regulator_match *match)
static struct of_regulator_match rt5120_regu_match[RT5120_MAX_REGULATOR] = {
ret = of_regulator_match(priv->dev, reg_node, rt5120_regu_match,
struct of_regulator_match *match)
static struct of_regulator_match rt5190a_regulator_match[] = {
struct of_regulator_match *match;
ret = of_regulator_match(priv->dev, regulator_np,
struct of_regulator_match *match = rt5190a_regulator_match + i;
static struct of_regulator_match stpmic1_matches[] = {
struct of_regulator_match *match,
ret = of_regulator_match(&pdev->dev, pdev->dev.of_node, stpmic1_matches,
static struct of_regulator_match tps65090_matches[] = {
struct of_regulator_match **tps65090_reg_matches)
ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches,
struct of_regulator_match **tps65090_reg_matches)
struct of_regulator_match *tps65090_reg_matches = NULL;
static struct of_regulator_match tps6586x_matches[] = {
struct of_regulator_match **tps6586x_reg_matches)
err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num);
struct of_regulator_match **tps6586x_reg_matches)
struct of_regulator_match *tps6586x_reg_matches = NULL;
struct of_regulator_match *matches;
ret = of_regulator_match(&pdev->dev, regulators, matches, count);
struct of_regulator_match **tps65910_reg_matches)
struct of_regulator_match *tps65910_reg_matches = NULL;
static struct of_regulator_match tps65910_matches[] = {
static struct of_regulator_match tps65911_matches[] = {
struct of_regulator_match **tps65910_reg_matches)
struct of_regulator_match *palmas_matches;
extern int of_regulator_match(struct device *dev, struct device_node *node,
struct of_regulator_match *matches,
struct of_regulator_match *matches,