Home
last modified time | relevance | path

Searched refs:of_icc_get_by_index (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dinterconnect.h46 struct icc_path *of_icc_get_by_index(struct device *dev, int idx);
74 static inline struct icc_path *of_icc_get_by_index(struct device *dev, int idx) in of_icc_get_by_index() function
/openbmc/linux/drivers/interconnect/
H A Dcore.c459 struct icc_path *of_icc_get_by_index(struct device *dev, int idx) in of_icc_get_by_index() function
538 EXPORT_SYMBOL_GPL(of_icc_get_by_index);
583 return of_icc_get_by_index(dev, idx); in of_icc_get()
/openbmc/linux/drivers/opp/
H A Dof.c514 paths[i] = of_icc_get_by_index(dev, i); in dev_pm_opp_of_find_icc_paths()