Searched refs:icc_node_data (Results 1 – 6 of 6) sorted by relevance
34 struct icc_node_data *icc_node_data; in exynos_icc_get_parent() local49 icc_node_data = of_icc_get_from_provider(&args); in exynos_icc_get_parent()52 if (IS_ERR(icc_node_data)) in exynos_icc_get_parent()53 return ERR_CAST(icc_node_data); in exynos_icc_get_parent()55 icc_node = icc_node_data->node; in exynos_icc_get_parent()56 kfree(icc_node_data); in exynos_icc_get_parent()
23 struct icc_node_data { struct69 struct icc_node_data* (*xlate_extended)(const struct of_phandle_args *spec,131 struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec);194 static inline struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec) in of_icc_get_from_provider()
12 struct icc_node_data *qcom_icc_xlate_extended(const struct of_phandle_args *spec, in qcom_icc_xlate_extended()15 struct icc_node_data *ndata; in qcom_icc_xlate_extended()
11 struct icc_node_data *qcom_icc_xlate_extended(const struct of_phandle_args *spec,
374 * Returns a valid pointer to struct icc_node_data on success or ERR_PTR()377 struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec) in of_icc_get_from_provider() 380 struct icc_node_data *data = NULL; in of_icc_get_from_provider() 484 struct icc_node_data *src_data, *dst_data; in of_icc_get_by_index()
854 static struct icc_node_data * in tegra20_emc_debug_min_rate_set() 858 struct icc_node_data *ndata; in tegra20_emc_debug_min_rate_set()