Searched refs:of_icc_bulk_get (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/interconnect/ |
H A D | bulk.c | 15 int __must_check of_icc_bulk_get(struct device *dev, int num_paths, in of_icc_bulk_get() function 39 EXPORT_SYMBOL_GPL(of_icc_bulk_get); 148 ret = of_icc_bulk_get(dev, num_paths, paths); in devm_of_icc_bulk_get()
|
/linux/include/linux/ |
H A D | interconnect.h | 53 int __must_check of_icc_bulk_get(struct device *dev, int num_paths, 107 static inline int of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) in of_icc_bulk_get() function
|
/linux/drivers/net/ipa/ |
H A D | ipa_power.c | 72 ret = of_icc_bulk_get(power->dev, power->interconnect_count, in ipa_interconnect_init()
|