Home
last modified time | relevance | path

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

/linux/include/linux/
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
/linux/drivers/gpu/drm/msm/
A Dmsm_io_utils.c149 path = of_icc_get(dev, name); in msm_icc_get()
160 return of_icc_get(mdss_dev, name); in msm_icc_get()
A Dmsm_mdss.c71 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()
/linux/drivers/interconnect/
A Dbulk.c21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
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);
/linux/drivers/usb/dwc3/
A Ddwc3-qcom.c250 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr"); in dwc3_qcom_interconnect_init()
256 qcom->icc_path_apps = of_icc_get(dev, "apps-usb"); in dwc3_qcom_interconnect_init()
/linux/drivers/media/platform/nxp/
A Dimx8mq-mipi-csi2.c809 state->icc_path = of_icc_get(&pdev->dev, "dram"); in imx8mq_mipi_csi_init_icc()

Completed in 15 milliseconds