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 Dlp872x.c825 int num_matches; in lp872x_populate_pdata_from_dt() local
851 num_matches = ARRAY_SIZE(lp8720_matches); in lp872x_populate_pdata_from_dt()
855 num_matches = ARRAY_SIZE(lp8725_matches); in lp872x_populate_pdata_from_dt()
861 count = of_regulator_match(dev, np, match, num_matches); in lp872x_populate_pdata_from_dt()
865 for (i = 0; i < num_matches; i++) { in lp872x_populate_pdata_from_dt()
/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()