Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/regulator/
Dof_regulator.h27 unsigned int num_matches);
40 unsigned int num_matches) in of_regulator_match() argument
/linux-6.1.9/drivers/regulator/
Dof_regulator.c357 unsigned int num_matches; member
365 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()
389 unsigned int num_matches) in of_regulator_match() argument
407 devm_matches->num_matches = num_matches; in of_regulator_match()
411 for (i = 0; i < num_matches; i++) { in of_regulator_match()
422 for (i = 0; i < num_matches; i++) { in of_regulator_match()
Dlp872x.c825 int num_matches; in lp872x_populate_pdata_from_dt() local
852 num_matches = ARRAY_SIZE(lp8720_matches); in lp872x_populate_pdata_from_dt()
856 num_matches = ARRAY_SIZE(lp8725_matches); in lp872x_populate_pdata_from_dt()
862 count = of_regulator_match(dev, np, match, num_matches); in lp872x_populate_pdata_from_dt()
866 for (i = 0; i < num_matches; i++) { in lp872x_populate_pdata_from_dt()
/linux-6.1.9/drivers/mmc/host/
Dmeson-mx-sdhc-mmc.c430 unsigned int i, num_matches = 0; in meson_mx_sdhc_tuning_point_matches() local
436 num_matches++; in meson_mx_sdhc_tuning_point_matches()
439 return num_matches == MESON_SDHC_NUM_TUNING_TRIES; in meson_mx_sdhc_tuning_point_matches()