Searched refs:num_matches (Results 1 – 4 of 4) sorted by relevance
179 unsigned int num_matches; member187 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()211 unsigned int num_matches) in of_regulator_match() argument229 devm_matches->num_matches = num_matches; in of_regulator_match()233 for (i = 0; i < num_matches; i++) { in of_regulator_match()244 for (i = 0; i < num_matches; i++) { in of_regulator_match()
316 int matched, i, num_matches; in act8865_pdata_from_dt() local330 num_matches = ARRAY_SIZE(act8600_matches); in act8865_pdata_from_dt()334 num_matches = ARRAY_SIZE(act8846_matches); in act8865_pdata_from_dt()338 num_matches = ARRAY_SIZE(act8865_matches); in act8865_pdata_from_dt()345 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt()352 num_matches, GFP_KERNEL); in act8865_pdata_from_dt()356 pdata->num_regulators = num_matches; in act8865_pdata_from_dt()359 for (i = 0; i < num_matches; i++) { in act8865_pdata_from_dt()
845 int num_matches; in lp872x_populate_pdata_from_dt() local873 num_matches = ARRAY_SIZE(lp8720_matches); in lp872x_populate_pdata_from_dt()877 num_matches = ARRAY_SIZE(lp8725_matches); in lp872x_populate_pdata_from_dt()883 count = of_regulator_match(dev, np, match, num_matches); in lp872x_populate_pdata_from_dt()887 for (i = 0; i < num_matches; i++) { in lp872x_populate_pdata_from_dt()
26 unsigned int num_matches);39 unsigned int num_matches) in of_regulator_match() argument