Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.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);
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_clock.c67 path = of_icc_get(dev, name); in ipa_interconnect_init_one()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
Ddwc3-qcom.c250 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr"); in dwc3_qcom_interconnect_init()
257 qcom->icc_path_apps = of_icc_get(dev, "apps-usb"); in dwc3_qcom_interconnect_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.c296 path0 = of_icc_get(dev->dev, "mdp0-mem"); in dpu_kms_parse_data_bus_icc_path()
297 path1 = of_icc_get(dev->dev, "mdp1-mem"); in dpu_kms_parse_data_bus_icc_path()