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

/linux-master/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, function
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c149 path = of_icc_get(dev, name);
155 * node, of_icc_get() will return NULL.
160 return of_icc_get(mdss_dev, name);
H A Dmsm_mdss.c71 reg_bus_path = of_icc_get(dev, "cpu-cfg");
/linux-master/drivers/interconnect/
H A Dbulk.c21 paths[i].path = of_icc_get(dev, paths[i].name);
25 dev_err(dev, "of_icc_get() failed on path %s (%d)\n",
H A Dcore.c432 path = of_icc_get(dev, name);
541 * of_icc_get() - get a path handle from a DT node based on name
555 struct icc_path *of_icc_get(struct device *dev, const char *name) function
585 EXPORT_SYMBOL_GPL(of_icc_get); variable
/linux-master/drivers/usb/dwc3/
H A Ddwc3-qcom.c236 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr");
242 qcom->icc_path_apps = of_icc_get(dev, "apps-usb");
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c810 state->icc_path = of_icc_get(&pdev->dev, "dram");

Completed in 114 milliseconds