Searched refs:devm_of_icc_get (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | interconnect.h | 44 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, in devm_of_icc_get() function
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a3xx_gpu.c | 599 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a3xx_gpu_init() 605 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a3xx_gpu_init()
|
H A D | a4xx_gpu.c | 713 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a4xx_gpu_init() 719 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a4xx_gpu_init()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | plane.c | 778 plane->icc_mem = devm_of_icc_get(dev, icc_name); in tegra_plane_interconnect_init() 786 plane->icc_mem_vfilter = devm_of_icc_get(dev, "winb-vfilter"); in tegra_plane_interconnect_init()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_mdss.c | 52 path0 = devm_of_icc_get(dev, "mdp0-mem"); in msm_mdss_parse_data_bus_icc_path() 59 path1 = devm_of_icc_get(dev, "mdp1-mem"); in msm_mdss_parse_data_bus_icc_path()
|
/linux/drivers/remoteproc/ |
H A D | qcom_q6v5.c | 347 q6v5->path = devm_of_icc_get(&pdev->dev, NULL); in qcom_q6v5_init()
|
/linux/drivers/ufs/host/ |
H A D | ufs-qcom.c | 1085 host->icc_ddr = devm_of_icc_get(dev, "ufs-ddr"); in ufs_qcom_icc_init() 1090 host->icc_cpu = devm_of_icc_get(dev, "cpu-ufs"); in ufs_qcom_icc_init()
|
/linux/drivers/firmware/qcom/ |
H A D | qcom_scm.c | 2221 scm->path = devm_of_icc_get(&pdev->dev, NULL); in qcom_scm_probe()
|