Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Dof_regulator.h27 unsigned int num_matches);
40 unsigned int num_matches) in of_regulator_match() argument
/Linux-v4.19/drivers/regulator/
Dact8865-regulator.c393 int matched, i, num_matches; in act8865_pdata_from_dt() local
401 num_matches = ARRAY_SIZE(act8600_matches); in act8865_pdata_from_dt()
405 num_matches = ARRAY_SIZE(act8846_matches); in act8865_pdata_from_dt()
409 num_matches = ARRAY_SIZE(act8865_matches); in act8865_pdata_from_dt()
422 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt()
428 num_matches, in act8865_pdata_from_dt()
434 pdata->num_regulators = num_matches; in act8865_pdata_from_dt()
437 for (i = 0; i < num_matches; i++) { in act8865_pdata_from_dt()
Dof_regulator.c274 unsigned int num_matches; member
282 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()
306 unsigned int num_matches) in of_regulator_match() argument
324 devm_matches->num_matches = num_matches; in of_regulator_match()
328 for (i = 0; i < num_matches; i++) { in of_regulator_match()
339 for (i = 0; i < num_matches; i++) { in of_regulator_match()
Dlp872x.c884 int num_matches; in lp872x_populate_pdata_from_dt() local
914 num_matches = ARRAY_SIZE(lp8720_matches); in lp872x_populate_pdata_from_dt()
918 num_matches = ARRAY_SIZE(lp8725_matches); in lp872x_populate_pdata_from_dt()
924 count = of_regulator_match(dev, np, match, num_matches); in lp872x_populate_pdata_from_dt()
928 for (i = 0; i < num_matches; i++) { in lp872x_populate_pdata_from_dt()