Searched refs:pbias_matches (Results 1 – 1 of 1) sorted by relevance
116 static struct of_regulator_match pbias_matches[] = { variable122 #define PBIAS_NUM_REGS ARRAY_SIZE(pbias_matches)171 count = of_regulator_match(&pdev->dev, np, pbias_matches, in pbias_regulator_probe()204 if (!pbias_matches[idx].init_data || in pbias_regulator_probe()205 !pbias_matches[idx].of_node) in pbias_regulator_probe()208 info = pbias_matches[idx].driver_data; in pbias_regulator_probe()228 cfg.init_data = pbias_matches[idx].init_data; in pbias_regulator_probe()230 cfg.of_node = pbias_matches[idx].of_node; in pbias_regulator_probe()