Home
last modified time | relevance | path

Searched refs:of_icc_get (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/include/linux/
Dinterconnect.h52 struct icc_path *of_icc_get(struct device *dev, const char *name);
70 static inline struct icc_path *of_icc_get(struct device *dev, in of_icc_get() function
/Linux-v5.10/drivers/interconnect/
Dbulk.c21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
Dcore.c410 path = of_icc_get(dev, name); in devm_of_icc_get()
533 struct icc_path *of_icc_get(struct device *dev, const char *name) in of_icc_get() function
563 EXPORT_SYMBOL_GPL(of_icc_get);
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_mdss.c41 struct icc_path *path0 = of_icc_get(dev->dev, "mdp0-mem"); in dpu_mdss_parse_data_bus_icc_path()
42 struct icc_path *path1 = of_icc_get(dev->dev, "mdp1-mem"); in dpu_mdss_parse_data_bus_icc_path()
Ddpu_kms.c294 path0 = of_icc_get(dev->dev, "mdp0-mem"); in dpu_kms_parse_data_bus_icc_path()
295 path1 = of_icc_get(dev->dev, "mdp1-mem"); in dpu_kms_parse_data_bus_icc_path()
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dcore.c198 core->video_path = of_icc_get(dev, "video-mem"); in venus_probe()
202 core->cpucfg_path = of_icc_get(dev, "cpu-cfg"); in venus_probe()
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c931 gpu->icc_path = of_icc_get(dev, NULL); in adreno_gpu_init()
933 gpu->icc_path = of_icc_get(dev, "gfx-mem"); in adreno_gpu_init()
934 gpu->ocmem_icc_path = of_icc_get(dev, "ocmem"); in adreno_gpu_init()
/Linux-v5.10/drivers/net/ipa/
Dipa_clock.c67 path = of_icc_get(dev, name); in ipa_interconnect_init_one()
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_kms.c968 struct icc_path *path0 = of_icc_get(&pdev->dev, "mdp0-mem"); in mdp5_setup_interconnect()
969 struct icc_path *path1 = of_icc_get(&pdev->dev, "mdp1-mem"); in mdp5_setup_interconnect()
970 struct icc_path *path_rot = of_icc_get(&pdev->dev, "rotator-mem"); in mdp5_setup_interconnect()
/Linux-v5.10/drivers/usb/dwc3/
Ddwc3-qcom.c245 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr"); in dwc3_qcom_interconnect_init()
252 qcom->icc_path_apps = of_icc_get(dev, "apps-usb"); in dwc3_qcom_interconnect_init()