/openbmc/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
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_mdss.c | 57 path0 = devm_of_icc_get(dev, "mdp0-mem"); in msm_mdss_parse_data_bus_icc_path() 64 path1 = devm_of_icc_get(dev, "mdp1-mem"); in msm_mdss_parse_data_bus_icc_path()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a3xx_gpu.c | 584 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a3xx_gpu_init() 590 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a3xx_gpu_init()
|
H A D | a4xx_gpu.c | 711 icc_path = devm_of_icc_get(&pdev->dev, "gfx-mem"); in a4xx_gpu_init() 717 ocmem_icc_path = devm_of_icc_get(&pdev->dev, "ocmem"); in a4xx_gpu_init()
|
/openbmc/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()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | core.c | 227 qce->mem_path = devm_of_icc_get(qce->dev, "memory"); in qce_crypto_probe()
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | core.c | 298 core->video_path = devm_of_icc_get(dev, "video-mem"); in venus_probe() 302 core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg"); in venus_probe()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5.c | 347 q6v5->path = devm_of_icc_get(&pdev->dev, NULL); in qcom_q6v5_init()
|
/openbmc/linux/drivers/interconnect/ |
H A D | core.c | 424 struct icc_path *devm_of_icc_get(struct device *dev, const char *name) in devm_of_icc_get() function 442 EXPORT_SYMBOL_GPL(devm_of_icc_get);
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-qcom.c | 1146 host->icc_ddr = devm_of_icc_get(dev, "ufs-ddr"); in ufs_qcom_icc_init() 1151 host->icc_cpu = devm_of_icc_get(dev, "cpu-ufs"); in ufs_qcom_icc_init()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom-geni-se.c | 816 se->icc_paths[i].path = devm_of_icc_get(se->dev, icc_names[i]); in geni_icc_get()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-qcom-ep.c | 632 pcie_ep->icc_mem = devm_of_icc_get(dev, "pcie-mem"); in qcom_pcie_ep_get_resources()
|
H A D | pcie-qcom.c | 1347 pcie->icc_mem = devm_of_icc_get(pci->dev, "pcie-mem"); in qcom_pcie_icc_init()
|
H A D | pcie-tegra194.c | 2235 pcie->icc_path = devm_of_icc_get(&pdev->dev, "write"); in tegra_pcie_dw_probe()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-qcom-qspi.c | 727 ctrl->icc_path_cpu_to_qspi = devm_of_icc_get(dev, "qspi-config"); in qcom_qspi_probe()
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss.c | 1533 camss->icc_path[i] = devm_of_icc_get(camss->dev, in camss_icc_get()
|
/openbmc/linux/drivers/firmware/ |
H A D | qcom_scm.c | 1432 scm->path = devm_of_icc_get(&pdev->dev, NULL); in qcom_scm_probe()
|