Searched refs:of_icc_get (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | interconnect.h | 52 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/ |
D | bulk.c | 21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
|
D | core.c | 410 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/ |
D | adreno_gpu.c | 931 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/ |
D | ipa_clock.c | 67 path = of_icc_get(dev, name); in ipa_interconnect_init_one()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 968 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/ |
D | dwc3-qcom.c | 250 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/ |
D | dpu_kms.c | 296 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()
|