Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dpbias-regulator.c101 static struct of_regulator_match pbias_matches[] = { variable
107 #define PBIAS_NUM_REGS ARRAY_SIZE(pbias_matches)
156 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()
188 if (!pbias_matches[idx].init_data || in pbias_regulator_probe()
189 !pbias_matches[idx].of_node) in pbias_regulator_probe()
192 info = pbias_matches[idx].driver_data; in pbias_regulator_probe()
212 cfg.init_data = pbias_matches[idx].init_data; in pbias_regulator_probe()
214 cfg.of_node = pbias_matches[idx].of_node; in pbias_regulator_probe()