Searched refs:of_icc_get (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | interconnect.h | 45 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-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_io_utils.c | 135 path = of_icc_get(dev, name); in msm_icc_get() 146 return of_icc_get(mdss_dev, name); in msm_icc_get()
|
A D | msm_mdss.c | 53 path0 = of_icc_get(dev, "mdp0-mem"); in msm_mdss_parse_data_bus_icc_path() 60 path1 = of_icc_get(dev, "mdp1-mem"); in msm_mdss_parse_data_bus_icc_path()
|
/linux-6.3-rc2/drivers/interconnect/ |
A D | bulk.c | 21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
|
A 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);
|
/linux-6.3-rc2/drivers/usb/dwc3/ |
A D | dwc3-qcom.c | 253 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr"); in dwc3_qcom_interconnect_init() 260 qcom->icc_path_apps = of_icc_get(dev, "apps-usb"); in dwc3_qcom_interconnect_init()
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx8mq-mipi-csi2.c | 844 state->icc_path = of_icc_get(&pdev->dev, "dram"); in imx8mq_mipi_csi_init_icc()
|
Completed in 19 milliseconds