Home
last modified time | relevance | path

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

/linux/drivers/regulator/
A Dof_regulator.c353 unsigned int num_matches; member
361 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches()
385 unsigned int num_matches) in of_regulator_match() argument
403 devm_matches->num_matches = num_matches; in of_regulator_match()
407 for (i = 0; i < num_matches; i++) { in of_regulator_match()
418 for (i = 0; i < num_matches; i++) { in of_regulator_match()
A 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/include/linux/regulator/
A Dof_regulator.h27 unsigned int num_matches);
40 unsigned int num_matches) in of_regulator_match() argument
/linux/drivers/mmc/host/
A 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()

Completed in 9 milliseconds