Searched refs:of_icc_get (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | interconnect.h | 43 struct icc_path *of_icc_get(struct device *dev, const char *name); 62 static inline struct icc_path *of_icc_get(struct device *dev, in of_icc_get() function
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_io_utils.c | 136 path = of_icc_get(dev, name); in msm_icc_get() 147 return of_icc_get(mdss_dev, name); in msm_icc_get()
|
H A D | msm_mdss.c | 70 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()
|
/openbmc/linux/drivers/interconnect/ |
H A D | bulk.c | 21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
|
H A D | core.c | 432 path = of_icc_get(dev, name); in devm_of_icc_get() 555 struct icc_path *of_icc_get(struct device *dev, const char *name) in of_icc_get() function 585 EXPORT_SYMBOL_GPL(of_icc_get);
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 254 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()
|
/openbmc/linux/drivers/media/platform/nxp/ |
H A D | imx8mq-mipi-csi2.c | 805 state->icc_path = of_icc_get(&pdev->dev, "dram"); in imx8mq_mipi_csi_init_icc()
|