as3722_regulator_matches  563 drivers/regulator/as3722-regulator.c static struct of_regulator_match as3722_regulator_matches[] = {
as3722_regulator_matches  600 drivers/regulator/as3722-regulator.c 	ret = of_regulator_match(&pdev->dev, np, as3722_regulator_matches,
as3722_regulator_matches  601 drivers/regulator/as3722-regulator.c 			ARRAY_SIZE(as3722_regulator_matches));
as3722_regulator_matches  609 drivers/regulator/as3722-regulator.c 	for (id = 0; id < ARRAY_SIZE(as3722_regulator_matches); ++id) {
as3722_regulator_matches  613 drivers/regulator/as3722-regulator.c 		reg_config->reg_init = as3722_regulator_matches[id].init_data;
as3722_regulator_matches  614 drivers/regulator/as3722-regulator.c 		reg_node = as3722_regulator_matches[id].of_node;
as3722_regulator_matches  795 drivers/regulator/as3722-regulator.c 		config.of_node = as3722_regulator_matches[id].of_node;