Searched refs:of_icc_get (Results 1 – 5 of 5) sorted by relevance
30 struct icc_path *of_icc_get(struct device *dev, const char *name);43 static inline struct icc_path *of_icc_get(struct device *dev, in of_icc_get() function
38 struct icc_path *path0 = of_icc_get(dev->dev, "mdp0-mem"); in dpu_mdss_parse_data_bus_icc_path()39 struct icc_path *path1 = of_icc_get(dev->dev, "mdp1-mem"); in dpu_mdss_parse_data_bus_icc_path()
317 struct icc_path *of_icc_get(struct device *dev, const char *name) in of_icc_get() function391 EXPORT_SYMBOL_GPL(of_icc_get);
1069 struct icc_path *path0 = of_icc_get(&pdev->dev, "mdp0-mem"); in mdp5_setup_interconnect()1070 struct icc_path *path1 = of_icc_get(&pdev->dev, "mdp1-mem"); in mdp5_setup_interconnect()1071 struct icc_path *path_rot = of_icc_get(&pdev->dev, "rotator-mem"); in mdp5_setup_interconnect()
889 gpu->icc_path = of_icc_get(dev, NULL); in adreno_get_pwrlevels()