of_icc_get
path = of_icc_get(dev, name);
return of_icc_get(mdss_dev, name);
reg_bus_path = of_icc_get(dev, "cpu-cfg");
paths[i].path = of_icc_get(dev, paths[i].name);
path = of_icc_get(dev, name);
EXPORT_SYMBOL_GPL(of_icc_get);
state->icc_path = of_icc_get(&pdev->dev, "dram");
qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr");
qcom->icc_path_apps = of_icc_get(dev, "apps-usb");
qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr");
qcom->icc_path_apps = of_icc_get(dev, "apps-usb");
struct icc_path *of_icc_get(struct device *dev, const char *name);