Home
last modified time | relevance | path

Searched refs:of_icc_get (Results 1 – 4 of 4) 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()
H A Dcore.c434 path = of_icc_get(dev, name); in devm_of_icc_get()
557 struct icc_path *of_icc_get(struct device *dev, const char *name) in of_icc_get() function
587 EXPORT_SYMBOL_GPL(of_icc_get);
/linux/drivers/usb/dwc3/
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()