num_matches       830 drivers/regulator/lp872x.c 	int num_matches;
num_matches       860 drivers/regulator/lp872x.c 		num_matches = ARRAY_SIZE(lp8720_matches);
num_matches       864 drivers/regulator/lp872x.c 		num_matches = ARRAY_SIZE(lp8725_matches);
num_matches       870 drivers/regulator/lp872x.c 	count = of_regulator_match(dev, np, match, num_matches);
num_matches       874 drivers/regulator/lp872x.c 	for (i = 0; i < num_matches; i++) {
num_matches       295 drivers/regulator/of_regulator.c 	unsigned int num_matches;
num_matches       303 drivers/regulator/of_regulator.c 	for (i = 0; i < devm_matches->num_matches; i++)
num_matches       327 drivers/regulator/of_regulator.c 		       unsigned int num_matches)
num_matches       345 drivers/regulator/of_regulator.c 	devm_matches->num_matches = num_matches;
num_matches       349 drivers/regulator/of_regulator.c 	for (i = 0; i < num_matches; i++) {
num_matches       360 drivers/regulator/of_regulator.c 		for (i = 0; i < num_matches; i++) {
num_matches        27 include/linux/regulator/of_regulator.h 			      unsigned int num_matches);
num_matches        40 include/linux/regulator/of_regulator.h 				     unsigned int num_matches)