Searched refs:devm_of_icc_get (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/
H A Dinterconnect.h44 struct icc_path *devm_of_icc_get(struct device *dev, const char *name);
68 static inline struct icc_path *devm_of_icc_get(struct device *dev, function
/linux-master/drivers/crypto/qce/
H A Dcore.c224 qce->mem_path = devm_of_icc_get(qce->dev, "memory");
/linux-master/drivers/gpu/drm/tegra/
H A Dplane.c778 plane->icc_mem = devm_of_icc_get(dev, icc_name);
786 plane->icc_mem_vfilter = devm_of_icc_get(dev, "winb-vfilter");
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c591 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem");
597 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem");
H A Da4xx_gpu.c711 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem");
717 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem");
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.c300 core->video_path = devm_of_icc_get(dev, "video-mem");
304 core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg");
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_mdss.c58 path0 = devm_of_icc_get(dev, "mdp0-mem");
65 path1 = devm_of_icc_get(dev, "mdp1-mem");
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5.c347 q6v5->path = devm_of_icc_get(&pdev->dev, NULL);
/linux-master/drivers/interconnect/
H A Dcore.c424 struct icc_path *devm_of_icc_get(struct device *dev, const char *name) function
442 EXPORT_SYMBOL_GPL(devm_of_icc_get); variable
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c1002 host->icc_ddr = devm_of_icc_get(dev, "ufs-ddr");
1007 host->icc_cpu = devm_of_icc_get(dev, "cpu-ufs");
/linux-master/drivers/spi/
H A Dspi-qcom-qspi.c727 ctrl->icc_path_cpu_to_qspi = devm_of_icc_get(dev, "qspi-config");
H A Dspi-qup.c1052 icc_path = devm_of_icc_get(dev, NULL);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss.c1585 camss->icc_path[i] = devm_of_icc_get(camss->dev,
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c619 pcie_ep->icc_mem = devm_of_icc_get(dev, "pcie-mem");
H A Dpcie-qcom.c1408 pcie->icc_mem = devm_of_icc_get(pci->dev, "pcie-mem");
H A Dpcie-tegra194.c2236 pcie->icc_path = devm_of_icc_get(&pdev->dev, "write");
/linux-master/drivers/soc/qcom/
H A Dqcom-geni-se.c814 se->icc_paths[i].path = devm_of_icc_get(se->dev, icc_names[i]);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c1803 scm->path = devm_of_icc_get(&pdev->dev, NULL);

Completed in 237 milliseconds