Home
last modified time | relevance | path

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

/linux/include/linux/regulator/
H A Dof_regulator.h27 unsigned int num_matches);
40 unsigned int num_matches) in of_regulator_match() argument
/linux/drivers/regulator/
H A Dof_regulator.c371 unsigned int num_matches; member
379 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()
403 unsigned int num_matches) in of_regulator_match() argument
421 devm_matches->num_matches = num_matches; in of_regulator_match()
425 for (i = 0; i < num_matches; i++) { in of_regulator_match()
436 for (i = 0; i < num_matches; i++) { in of_regulator_match()
463 for (i = 0; i < num_matches; i++) { in of_regulator_match()
/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c412 unsigned int i, num_matches = 0; in meson_mx_sdhc_tuning_point_matches() local
418 num_matches++; in meson_mx_sdhc_tuning_point_matches()
421 return num_matches == MESON_SDHC_NUM_TUNING_TRIES; in meson_mx_sdhc_tuning_point_matches()