Home
last modified time | relevance | path

Searched refs:devm_of_icc_get (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c573 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()
Da4xx_gpu.c701 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a4xx_gpu_init()
707 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a4xx_gpu_init()
/drivers/gpu/drm/tegra/
Dplane.c745 plane->icc_mem = devm_of_icc_get(dev, icc_name); in tegra_plane_interconnect_init()
755 plane->icc_mem_vfilter = devm_of_icc_get(dev, "winb-vfilter"); in tegra_plane_interconnect_init()
/drivers/media/platform/qcom/venus/
Dcore.c284 core->video_path = devm_of_icc_get(dev, "video-mem"); in venus_probe()
288 core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg"); in venus_probe()
/drivers/interconnect/
Dcore.c406 struct icc_path *devm_of_icc_get(struct device *dev, const char *name) in devm_of_icc_get() function
424 EXPORT_SYMBOL_GPL(devm_of_icc_get);
/drivers/spi/
Dspi-qcom-qspi.c489 ctrl->icc_path_cpu_to_qspi = devm_of_icc_get(dev, "qspi-config"); in qcom_qspi_probe()
/drivers/soc/qcom/
Dqcom-geni-se.c795 se->icc_paths[i].path = devm_of_icc_get(se->dev, icc_names[i]); in geni_icc_get()