Searched refs:of_icc_bulk_get (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/interconnect/ |
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.12.1/include/linux/ |
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-6.12.1/drivers/net/ipa/ |
D | ipa_power.c | 72 ret = of_icc_bulk_get(power->dev, power->interconnect_count, in ipa_interconnect_init()
|