Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinterconnect.h43 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 Dmsm_io_utils.c136 path = of_icc_get(dev, name); in msm_icc_get()
147 return of_icc_get(mdss_dev, name); in msm_icc_get()
H A Dmsm_mdss.c70 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()
/openbmc/linux/drivers/interconnect/
H A Dbulk.c21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
H A Dcore.c432 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 Ddwc3-qcom.c254 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 Dimx8mq-mipi-csi2.c805 state->icc_path = of_icc_get(&pdev->dev, "dram"); in imx8mq_mipi_csi_init_icc()