ab3100_regulator_matches  549 drivers/regulator/ab3100.c static struct of_regulator_match ab3100_regulator_matches[] = {
ab3100_regulator_matches  629 drivers/regulator/ab3100.c 	for (i = 0; i < ARRAY_SIZE(ab3100_regulator_matches); i++) {
ab3100_regulator_matches  631 drivers/regulator/ab3100.c 			pdev, NULL, ab3100_regulator_matches[i].init_data,
ab3100_regulator_matches  632 drivers/regulator/ab3100.c 			ab3100_regulator_matches[i].of_node,
ab3100_regulator_matches  633 drivers/regulator/ab3100.c 			(unsigned long)ab3100_regulator_matches[i].driver_data);
ab3100_regulator_matches  666 drivers/regulator/ab3100.c 					 ab3100_regulator_matches,
ab3100_regulator_matches  667 drivers/regulator/ab3100.c 					 ARRAY_SIZE(ab3100_regulator_matches));