Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c301 struct of_regulator_match *matches; member
311 of_node_put(devm_matches->matches[i].of_node); in devm_of_regulator_put_matches()
319 * @matches: match table for the regulators
331 * Returns the number of matches found or a negative error code on failure.
333 int of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, in of_regulator_match() argument
351 devm_matches->matches = matches; in of_regulator_match()
357 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
369 struct of_regulator_match *match = &matches[i]; in of_regulator_match()
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/
H A Drockchip_opp_select.h45 void rockchip_get_opp_data(const struct of_device_id *matches, struct rockchip_opp_info *info);
91 static inline void rockchip_get_opp_data(const struct of_device_id *matches, struct rockchip_opp_info *info) in rockchip_get_opp_data() argument
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/
H A Drockchip_opp_select.h55 void rockchip_get_opp_data(const struct of_device_id *matches,
120 static inline void rockchip_get_opp_data(const struct of_device_id *matches, in rockchip_get_opp_data() argument
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h901 const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches, struct i2c_client *client);
922 static inline const struct of_device_id *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_opp_select.c801 void rockchip_get_opp_data(const struct of_device_id *matches, struct rockchip_opp_info *info) in rockchip_get_opp_data() argument
807 match = of_match_node(matches, node); in rockchip_get_opp_data()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c818 void rockchip_get_opp_data(const struct of_device_id *matches, in rockchip_get_opp_data() argument
825 match = of_match_node(matches, node); in rockchip_get_opp_data()

Completed in 7 milliseconds