pbias_matches 116 drivers/regulator/pbias-regulator.c static struct of_regulator_match pbias_matches[] = { pbias_matches 122 drivers/regulator/pbias-regulator.c #define PBIAS_NUM_REGS ARRAY_SIZE(pbias_matches) pbias_matches 171 drivers/regulator/pbias-regulator.c count = of_regulator_match(&pdev->dev, np, pbias_matches, pbias_matches 204 drivers/regulator/pbias-regulator.c if (!pbias_matches[idx].init_data || pbias_matches 205 drivers/regulator/pbias-regulator.c !pbias_matches[idx].of_node) pbias_matches 208 drivers/regulator/pbias-regulator.c info = pbias_matches[idx].driver_data; pbias_matches 228 drivers/regulator/pbias-regulator.c cfg.init_data = pbias_matches[idx].init_data; pbias_matches 230 drivers/regulator/pbias-regulator.c cfg.of_node = pbias_matches[idx].of_node;