Home
last modified time | relevance | path

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

/drivers/regulator/
Dof_regulator.c299 unsigned int num_matches; member
307 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()
331 unsigned int num_matches) in of_regulator_match() argument
349 devm_matches->num_matches = num_matches; in of_regulator_match()
353 for (i = 0; i < num_matches; i++) { in of_regulator_match()
364 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()
/drivers/mmc/host/
Dmeson-mx-sdhc-mmc.c414 unsigned int i, num_matches = 0; in meson_mx_sdhc_tuning_point_matches() local
420 num_matches++; in meson_mx_sdhc_tuning_point_matches()
423 return num_matches == MESON_SDHC_NUM_TUNING_TRIES; in meson_mx_sdhc_tuning_point_matches()