Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinterconnect.h46 struct icc_path *of_icc_get(struct device *dev, const char *name);
65 static inline struct icc_path *of_icc_get(struct device *dev, in of_icc_get() function
/linux/drivers/interconnect/
H A Dbulk.c21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
/linux/drivers/usb/dwc3/
H A Ddwc3-qcom.c173 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr"); in dwc3_qcom_interconnect_init()
179 qcom->icc_path_apps = of_icc_get(dev, "apps-usb"); in dwc3_qcom_interconnect_init()
H A Ddwc3-qcom-legacy.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/gpu/drm/msm/
H A Dmsm_mdss.c69 reg_bus_path = of_icc_get(dev, "cpu-cfg"); in msm_mdss_parse_data_bus_icc_path()