Home
last modified time | relevance | path

Searched refs:icc_node_data (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/interconnect/samsung/
H A Dexynos.c34 struct icc_node_data *icc_node_data; in exynos_icc_get_parent() local
49 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()
/linux/include/linux/
H A Dinterconnect-provider.h23 struct icc_node_data { struct
69 struct icc_node_data* (*xlate_extended)(const struct of_phandle_args *spec,
128 struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec);
175 static inline struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec) in of_icc_get_from_provider()
/linux/drivers/interconnect/qcom/
H A Dicc-common.c12 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()
H A Dicc-common.h11 struct icc_node_data *qcom_icc_xlate_extended(const struct of_phandle_args *spec,
/linux/include/soc/tegra/
H A Dmc.h150 struct icc_node_data *(*xlate_extended)(const struct of_phandle_args *spec,
/linux/drivers/interconnect/
H A Dcore.c375 struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec) in of_icc_get_from_provider()
378 struct icc_node_data *data = NULL; in of_icc_get_from_provider()
462 struct icc_node_data *src_data, *dst_data; in of_icc_get_by_index()
/linux/drivers/memory/tegra/
H A Dtegra20.c392 static struct icc_node_data *
397 struct icc_node_data *ndata; in tegra20_mc_of_icc_xlate_extended()
H A Dtegra124.c1172 static struct icc_node_data *
1178 struct icc_node_data *ndata; in tegra124_mc_of_icc_xlate_extended()
H A Dtegra30.c1334 static struct icc_node_data *
1340 struct icc_node_data *ndata; in tegra30_mc_of_icc_xlate_extended()
H A Dtegra20-emc.c949 static struct icc_node_data *
953 struct icc_node_data *ndata; in emc_of_icc_xlate_extended()
H A Dtegra124-emc.c1284 static struct icc_node_data *
1288 struct icc_node_data *ndata; in emc_of_icc_xlate_extended()
H A Dtegra30-emc.c1467 static struct icc_node_data *
1471 struct icc_node_data *ndata; in emc_of_icc_xlate_extended()