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

/linux-master/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) function
/linux-master/drivers/interconnect/
H A Dcore.c445 * of_icc_get_by_index() - get a path handle from a DT node based on index
459 struct icc_path *of_icc_get_by_index(struct device *dev, int idx) function
538 EXPORT_SYMBOL_GPL(of_icc_get_by_index); variable
583 return of_icc_get_by_index(dev, idx);
/linux-master/drivers/opp/
H A Dof.c541 paths[i] = of_icc_get_by_index(dev, i);

Completed in 130 milliseconds