Home
last modified time | relevance | path

Searched refs:num_matches (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/regulator/
Dof_regulator.h27 unsigned int num_matches);
40 unsigned int num_matches) in of_regulator_match() argument
/Linux-v5.4/drivers/regulator/
Dof_regulator.c295 unsigned int num_matches; member
303 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()
327 unsigned int num_matches) in of_regulator_match() argument
345 devm_matches->num_matches = num_matches; in of_regulator_match()
349 for (i = 0; i < num_matches; i++) { in of_regulator_match()
360 for (i = 0; i < num_matches; i++) { in of_regulator_match()
Dlp872x.c830 int num_matches; in lp872x_populate_pdata_from_dt() local
860 num_matches = ARRAY_SIZE(lp8720_matches); in lp872x_populate_pdata_from_dt()
864 num_matches = ARRAY_SIZE(lp8725_matches); in lp872x_populate_pdata_from_dt()
870 count = of_regulator_match(dev, np, match, num_matches); in lp872x_populate_pdata_from_dt()
874 for (i = 0; i < num_matches; i++) { in lp872x_populate_pdata_from_dt()