Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dpbias-regulator.c97 static struct of_regulator_match pbias_matches[] = { variable
103 #define PBIAS_NUM_REGS ARRAY_SIZE(pbias_matches)
122 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()
140 if (!pbias_matches[idx].init_data || in pbias_regulator_probe()
141 !pbias_matches[idx].of_node) in pbias_regulator_probe()
144 info = pbias_matches[idx].driver_data; in pbias_regulator_probe()
168 cfg.init_data = pbias_matches[idx].init_data; in pbias_regulator_probe()
170 cfg.of_node = pbias_matches[idx].of_node; in pbias_regulator_probe()