devm_of_icc_get
qce->mem_path = devm_of_icc_get(qce->dev, "memory");
scm->path = devm_of_icc_get(&pdev->dev, NULL);
icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem");
ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem");
icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem");
ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem");
path0 = devm_of_icc_get(dev, "mdp0-mem");
path1 = devm_of_icc_get(dev, "mdp1-mem");
plane->icc_mem = devm_of_icc_get(dev, icc_name);
plane->icc_mem_vfilter = devm_of_icc_get(dev, "winb-vfilter");
qup->icc_path = devm_of_icc_get(&pdev->dev, NULL);
EXPORT_SYMBOL_GPL(devm_of_icc_get);
tbu->path = devm_of_icc_get(dev, NULL);
camss->icc_path[i] = devm_of_icc_get(camss->dev,
core->video_path = devm_of_icc_get(dev, "video-mem");
core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg");
pcie_ep->icc_mem = devm_of_icc_get(dev, "pcie-mem");
pcie->icc_mem = devm_of_icc_get(pci->dev, "pcie-mem");
pcie->icc_cpu = devm_of_icc_get(pci->dev, "cpu-pcie");
pcie->icc_path = devm_of_icc_get(&pdev->dev, "write");
q6v5->path = devm_of_icc_get(&pdev->dev, NULL);
icc_paths[GENI_TO_CORE].path = devm_of_icc_get(se->dev, "qup-core");
icc_paths[CPU_TO_GENI].path = devm_of_icc_get(se->dev, "qup-config");
icc_paths[GENI_TO_DDR].path = devm_of_icc_get(se->dev, "qup-memory");
ctrl->icc_path_cpu_to_qspi = devm_of_icc_get(dev, "qspi-config");
ctrl->icc_path_mem = devm_of_icc_get(dev, "qspi-memory");
icc_path = devm_of_icc_get(dev, NULL);
host->icc_ddr = devm_of_icc_get(dev, "ufs-ddr");
host->icc_cpu = devm_of_icc_get(dev, "cpu-ufs");
struct icc_path *devm_of_icc_get(struct device *dev, const char *name);
adma_isomgr->icc_path_handle = devm_of_icc_get(dev, "write");