Searched refs:num_matches (Results 1 – 4 of 4) sorted by relevance
197 unsigned int num_matches; member205 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()229 unsigned int num_matches) in of_regulator_match() argument247 devm_matches->num_matches = num_matches; in of_regulator_match()251 for (i = 0; i < num_matches; i++) { in of_regulator_match()262 for (i = 0; i < num_matches; i++) { in of_regulator_match()
326 int matched, i, num_matches; in act8865_pdata_from_dt() local340 num_matches = ARRAY_SIZE(act8600_matches); in act8865_pdata_from_dt()344 num_matches = ARRAY_SIZE(act8846_matches); in act8865_pdata_from_dt()348 num_matches = ARRAY_SIZE(act8865_matches); in act8865_pdata_from_dt()355 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt()362 num_matches, GFP_KERNEL); in act8865_pdata_from_dt()366 pdata->num_regulators = num_matches; in act8865_pdata_from_dt()369 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