Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dpbias-regulator.c106 static struct of_regulator_match pbias_matches[] = { variable
112 #define PBIAS_NUM_REGS ARRAY_SIZE(pbias_matches)
160 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()
190 if (!pbias_matches[idx].init_data || in pbias_regulator_probe()
191 !pbias_matches[idx].of_node) in pbias_regulator_probe()
194 info = pbias_matches[idx].driver_data; in pbias_regulator_probe()
212 cfg.init_data = pbias_matches[idx].init_data; in pbias_regulator_probe()
213 cfg.of_node = pbias_matches[idx].of_node; in pbias_regulator_probe()