rmatch            153 drivers/regulator/max1586.c 	struct of_regulator_match rmatch[ARRAY_SIZE(max1586_reg)] = { };
rmatch            169 drivers/regulator/max1586.c 	for (i = 0; i < ARRAY_SIZE(rmatch); i++)
rmatch            170 drivers/regulator/max1586.c 		rmatch[i].name = max1586_reg[i].name;
rmatch            172 drivers/regulator/max1586.c 	matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
rmatch            196 drivers/regulator/max1586.c 		sub->name = rmatch[i].of_node->name;
rmatch            197 drivers/regulator/max1586.c 		sub->platform_data = rmatch[i].init_data;
rmatch            325 drivers/regulator/max8660.c 	struct of_regulator_match rmatch[ARRAY_SIZE(max8660_reg)] = { };
rmatch            333 drivers/regulator/max8660.c 	for (i = 0; i < ARRAY_SIZE(rmatch); i++)
rmatch            334 drivers/regulator/max8660.c 		rmatch[i].name = max8660_reg[i].name;
rmatch            336 drivers/regulator/max8660.c 	matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch));
rmatch            353 drivers/regulator/max8660.c 		sub->name = rmatch[i].name;
rmatch            354 drivers/regulator/max8660.c 		sub->platform_data = rmatch[i].init_data;
rmatch            355 drivers/regulator/max8660.c 		of_node[i] = rmatch[i].of_node;