Home
last modified time | relevance | path

Searched refs:of_icc_get_from_provider (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dinterconnect-provider.h128 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() function
/linux-6.12.1/drivers/interconnect/
Dcore.c375 struct icc_node_data *of_icc_get_from_provider(const struct of_phandle_args *spec) in of_icc_get_from_provider() function
417 EXPORT_SYMBOL_GPL(of_icc_get_from_provider);
500 src_data = of_icc_get_from_provider(&src_args); in of_icc_get_by_index()
507 dst_data = of_icc_get_from_provider(&dst_args); in of_icc_get_by_index()
/linux-6.12.1/drivers/interconnect/samsung/
Dexynos.c49 icc_node_data = of_icc_get_from_provider(&args); in exynos_icc_get_parent()