Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c302 unsigned int num_matches; member
310 for (i = 0; i < devm_matches->num_matches; i++) { in devm_of_regulator_put_matches()
320 * @num_matches: number of entries in match table
334 unsigned int num_matches) in of_regulator_match()
352 devm_matches->num_matches = num_matches; in of_regulator_match()
356 for (i = 0; i < num_matches; i++) { in of_regulator_match()
368 for (i = 0; i < num_matches; i++) { in of_regulator_match()
333 of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, unsigned int num_matches) of_regulator_match() argument

Completed in 2 milliseconds