Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinterconnect-provider.h131 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() function
/linux/drivers/interconnect/samsung/
H A Dexynos.c49 icc_node_data = of_icc_get_from_provider(&args); in exynos_icc_get_parent()