Searched refs:of_icc_bulk_get (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/interconnect/ |
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-6.3-rc2/include/linux/ |
A D | interconnect.h | 55 int __must_check of_icc_bulk_get(struct device *dev, int num_paths, 115 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-6.3-rc2/drivers/net/ipa/ |
A D | ipa_power.c | 92 ret = of_icc_bulk_get(power->dev, power->interconnect_count, in ipa_interconnect_init()
|
Completed in 4 milliseconds