Searched refs:devm_of_icc_get (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/msm/adreno/ |
D | a3xx_gpu.c | 573 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a3xx_gpu_init() 579 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a3xx_gpu_init()
|
D | a4xx_gpu.c | 700 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a4xx_gpu_init() 706 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a4xx_gpu_init()
|
/drivers/gpu/drm/tegra/ |
D | plane.c | 778 plane->icc_mem = devm_of_icc_get(dev, icc_name); in tegra_plane_interconnect_init() 788 plane->icc_mem_vfilter = devm_of_icc_get(dev, "winb-vfilter"); in tegra_plane_interconnect_init()
|
/drivers/media/platform/qcom/venus/ |
D | core.c | 297 core->video_path = devm_of_icc_get(dev, "video-mem"); in venus_probe() 301 core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg"); in venus_probe()
|
/drivers/remoteproc/ |
D | qcom_q6v5.c | 353 q6v5->path = devm_of_icc_get(&pdev->dev, NULL); in qcom_q6v5_init()
|
/drivers/interconnect/ |
D | core.c | 405 struct icc_path *devm_of_icc_get(struct device *dev, const char *name) in devm_of_icc_get() function 423 EXPORT_SYMBOL_GPL(devm_of_icc_get);
|
/drivers/spi/ |
D | spi-qcom-qspi.c | 489 ctrl->icc_path_cpu_to_qspi = devm_of_icc_get(dev, "qspi-config"); in qcom_qspi_probe()
|
/drivers/soc/qcom/ |
D | qcom-geni-se.c | 795 se->icc_paths[i].path = devm_of_icc_get(se->dev, icc_names[i]); in geni_icc_get()
|
/drivers/media/platform/qcom/camss/ |
D | camss.c | 1530 camss->icc_path[i] = devm_of_icc_get(camss->dev, in camss_icc_get()
|
/drivers/firmware/ |
D | qcom_scm.c | 1355 scm->path = devm_of_icc_get(&pdev->dev, NULL); in qcom_scm_probe()
|