Searched refs:num_matches (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/regulator/ |
H A D | of_regulator.h | 27 unsigned int num_matches); 40 unsigned int num_matches) in of_regulator_match() 37 of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, unsigned int num_matches) of_regulator_match() argument
|
/kernel/linux/linux-6.6/include/linux/regulator/ |
H A D | of_regulator.h | 27 unsigned int num_matches); 40 unsigned int num_matches) in of_regulator_match() 37 of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, unsigned int num_matches) of_regulator_match() argument
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | of_regulator.c | 299 unsigned int num_matches; member 307 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches() 316 * @num_matches: number of entries in match table 331 unsigned int num_matches) in of_regulator_match() 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() 329 of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, unsigned int num_matches) of_regulator_match() argument
|
H A D | lp872x.c | 830 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()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | of_regulator.c | 357 unsigned int num_matches; member 365 for (i = 0; i < devm_matches->num_matches; i++) in devm_of_regulator_put_matches() 374 * @num_matches: number of entries in match table 389 unsigned int num_matches) in of_regulator_match() 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() 387 of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, unsigned int num_matches) of_regulator_match() argument
|
H A D | lp872x.c | 825 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()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | meson-mx-sdhc-mmc.c | 414 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()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | meson-mx-sdhc-mmc.c | 414 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()
|
Completed in 7 milliseconds