Symbol: devm_of_icc_get
drivers/crypto/qce/core.c
221
qce->mem_path = devm_of_icc_get(qce->dev, "memory");
drivers/firmware/qcom/qcom_scm.c
2755
scm->path = devm_of_icc_get(&pdev->dev, NULL);
drivers/gpu/drm/msm/adreno/a3xx_gpu.c
546
icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem");
drivers/gpu/drm/msm/adreno/a3xx_gpu.c
552
ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem");
drivers/gpu/drm/msm/adreno/a4xx_gpu.c
670
icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem");
drivers/gpu/drm/msm/adreno/a4xx_gpu.c
676
ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem");
drivers/gpu/drm/msm/msm_mdss.c
56
path0 = devm_of_icc_get(dev, "mdp0-mem");
drivers/gpu/drm/msm/msm_mdss.c
63
path1 = devm_of_icc_get(dev, "mdp1-mem");
drivers/gpu/drm/tegra/plane.c
778
plane->icc_mem = devm_of_icc_get(dev, icc_name);
drivers/gpu/drm/tegra/plane.c
786
plane->icc_mem_vfilter = devm_of_icc_get(dev, "winb-vfilter");
drivers/i2c/busses/i2c-qup.c
1777
qup->icc_path = devm_of_icc_get(&pdev->dev, NULL);
drivers/interconnect/core.c
444
EXPORT_SYMBOL_GPL(devm_of_icc_get);
drivers/iommu/arm/arm-smmu/arm-smmu-qcom-debug.c
508
tbu->path = devm_of_icc_get(dev, NULL);
drivers/media/platform/qcom/camss/camss.c
5319
camss->icc_path[i] = devm_of_icc_get(camss->dev,
drivers/media/platform/qcom/venus/core.c
396
core->video_path = devm_of_icc_get(dev, "video-mem");
drivers/media/platform/qcom/venus/core.c
400
core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg");
drivers/pci/controller/dwc/pcie-qcom-ep.c
678
pcie_ep->icc_mem = devm_of_icc_get(dev, "pcie-mem");
drivers/pci/controller/dwc/pcie-qcom.c
1627
pcie->icc_mem = devm_of_icc_get(pci->dev, "pcie-mem");
drivers/pci/controller/dwc/pcie-qcom.c
1631
pcie->icc_cpu = devm_of_icc_get(pci->dev, "cpu-pcie");
drivers/pci/controller/dwc/pcie-tegra194.c
2286
pcie->icc_path = devm_of_icc_get(&pdev->dev, "write");
drivers/remoteproc/qcom_q6v5.c
349
q6v5->path = devm_of_icc_get(&pdev->dev, NULL);
drivers/soc/qcom/qcom-geni-se.c
927
icc_paths[GENI_TO_CORE].path = devm_of_icc_get(se->dev, "qup-core");
drivers/soc/qcom/qcom-geni-se.c
932
icc_paths[CPU_TO_GENI].path = devm_of_icc_get(se->dev, "qup-config");
drivers/soc/qcom/qcom-geni-se.c
938
icc_paths[GENI_TO_DDR].path = devm_of_icc_get(se->dev, "qup-memory");
drivers/spi/spi-qcom-qspi.c
735
ctrl->icc_path_cpu_to_qspi = devm_of_icc_get(dev, "qspi-config");
drivers/spi/spi-qcom-qspi.c
740
ctrl->icc_path_mem = devm_of_icc_get(dev, "qspi-memory");
drivers/spi/spi-qup.c
1054
icc_path = devm_of_icc_get(dev, NULL);
drivers/ufs/host/ufs-qcom.c
1530
host->icc_ddr = devm_of_icc_get(dev, "ufs-ddr");
drivers/ufs/host/ufs-qcom.c
1535
host->icc_cpu = devm_of_icc_get(dev, "cpu-ufs");
include/linux/interconnect.h
47
struct icc_path *devm_of_icc_get(struct device *dev, const char *name);
sound/soc/tegra/tegra_isomgr_bw.c
89
adma_isomgr->icc_path_handle = devm_of_icc_get(dev, "write");